jndok / macho

Dealing with Mach-O kexts, vtables and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

patchfinder64:	basic blocks for ARM64 patchfinder (wip)
kext_tool_10:	extract kext and attempt to resolve symbols. For 64b kernels >= iOS 10
kext_tool:	extract kext and attempt to resolve symbols. 32b kernels and 64b kernels < iOS 10
iokit_tool:	parse iokit classes from a kext as idc or plain text (suitable for further processing)
iokit_tool_10:	parse iokit classes from a kext as idc or plain text (suitable for further processing). For 64b kexts >= iOS 10
rtti_tool:	the magic tool for the desperate: apply it on a symbolicated binary and try to reconstruct the classes on a stripped one.
kernel/knonce:	allows generating whatever nonces inside a running kernel < iOS10

About

Dealing with Mach-O kexts, vtables and more


Languages

Language:C 99.9%Language:Makefile 0.1%