At ::unpack much of decompressed Mach_header must match outer Mach_header
This commit is contained in:
+2
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user