Many file types can be identified by their magic number, see e.g. here.
I want to tell if a file is a Microsoft Merge Module (see here)
Do Microsoft Merge Modules (.msm files) have a magic number? If not, how can I programmatically find out if a file is a Merge Module? I do not want to rely on the file extension (.msm).