I\'m working on a program that will parse a PE object for various pieces of information.
Reading the specifications though, I cannot find out why the MZ bytes are there,
It's the "magic number" of dos executable. Legacy stuff you can ignore.
Dos executable