At ::unpack much of decompressed Mach_header must match outer Mach_header

This commit is contained in:
John Reiser
2015-05-09 20:14:32 -07:00
parent cdd152d015
commit cb35ba4543
2 changed files with 7 additions and 2 deletions
+2 -2
View File
@@ -71,7 +71,7 @@ __packed_struct(Mach_header)
Word magic;
Word cputype;
Word cpysubtype;
Word cpusubtype;
Word filetype;
Word ncmds;
Word sizeofcmds;
@@ -87,7 +87,7 @@ __packed_struct(Mach_header64)
Word magic;
Word cputype;
Word cpysubtype;
Word cpusubtype;
Word filetype;
Word ncmds;
Word sizeofcmds;