iOS kernel patch
Go to file
2011-06-26 22:11:21 -04:00
apply_patchfile.c update and add nm 2011-06-04 18:17:21 -04:00
check_sanity.c update and add nm 2011-06-04 18:17:21 -04:00
decrypt_kern.c nicer 2011-06-26 22:11:21 -04:00
dump.c nicer 2011-06-26 22:11:21 -04:00
grapher.cpp nicer 2011-06-26 22:11:21 -04:00
lambda.h fixes; update data; get rid of placeholder functionality; add lambda.h; make make_kernel_patchfile use b_relocate instead, whee 2011-03-16 23:45:29 -04:00
make_kernel_patchfile.c nicer 2011-06-26 22:11:21 -04:00
Makefile nicer 2011-06-26 22:11:21 -04:00
nm.c nicer 2011-06-26 22:11:21 -04:00
pf2c.py add a readme 2011-03-29 00:04:51 -04:00
README update readme and remove lunchd 2011-05-23 14:19:18 -04:00
sandbox.S nicer 2011-06-26 22:11:21 -04:00

git clone git@github.com:comex/datautils0.git
cd datautils0
git clone git@github.com:comex/data.git
make BUILD=native
native/make_kernel_patchfile /path/to/kernelcache /tmp/patchfile
native/apply_patchfile /path/to/kernelcache /tmp/patchfile /output/patched/kernelcache

Patchfile format:

field        length
--------------------
namelen      4
name         namelen
addr         4
datalen      4
data         datalen

- If the address is 0, skip.

- If you're patching the kernel after it has already booted, you can (but need not) skip patches with names starting with "-".