Closed AloneMonkey closed 9 years ago
// Find base symbol/string table addresses uintptr_t linkedit_base = (uintptr_t)slide + linkedit_segment->vmaddr - linkedit_segment->fileoff;
the value of linkedit_base is always equal mach_header,why not substitute mach_header for linkedit_base?
It may be in practice, but the format doesn't require that. It could be different.
the value of linkedit_base is always equal mach_header,why not substitute mach_header for linkedit_base?