DOS MZ executable
The DOS MZ executable format is the executable file format used for .EXE files under the DOS and Windows operating systems. The file can be identified by the ASCII string "MZ" (hexadecimal: 4D 5A) at the beginning of the file (the "magic number").