iOS Kernel Utilities

January 23, 2014 ยท View on GitHub

Prerequisites

Tools

kdump - Tool to dump a running iOS kernel to a file kmap - Tool do visualize the kernel address space kpatch - Tool to apply patches to a running kernel kmem - Tool to dump kernel memory to the console

Build

adapt toolchain-ios.cmake
cd build
cmake ../
make

Beware, chances are the device will panic and reboot.