- A minimalistic patchtool for mach-o files in current and remote processes.
- Attempts to provide a simple hooking interface for userland processes.
- Attempts to simplify programming with private symbols.
- Attempts to make return oriented programming a bit easier by letting you find ROP gadgets in memory.
- May be a disassembler one day.
- May also aid in patching the kernel one day.
- Proprietary and Confidential software of PhoneCheck LLC.
- Finding symbols in symtab
- Finding and patching symbol imports in the global offset table
- Finding and patching symbol references in the data segment / section
- Supporting more platforms
- Supporting kernel_task and kernel extensions