<<
4/55
>>
First
Last
How it works
- Read info from a Mach-O binary
- mmap segments
- Relocate symbols
- Some POSIX APIs just work (e.g., strcmp)
- Some POSIX APIs need translation (e.g., open)
- Mac APIs need emulation (e.g., mach_host_self)
- Run from the entry point address