Start on darwin.macho-dylib

modified:   p_mach.cpp
	modified:   p_mach.h
	modified:   packmast.cpp
This commit is contained in:
John Reiser
2017-05-03 08:30:21 -07:00
parent 391f511094
commit fe4a8f33b1
3 changed files with 39 additions and 20 deletions
+2 -2
View File
@@ -853,8 +853,8 @@ protected:
upx_byte const *stub_main;
Mach_segment_command *rawmseg; // as input, with sections
Mach_segment_command *msegcmd; // LC_SEGMENT first, without sections
unsigned o_routines_cmd; // file offset to LC_ROUINTES
upx_uint64_t prev_init_address;
unsigned o__mod_init_func; // file offset to __DATA.__mod_init_func Mach_section_command
upx_uint64_t prev_mod_init_func;
upx_uint64_t pagezero_vmsize;
Mach_header mhdri;