Skip to content

mbartlett505/datautils0

This branch is up to date with comex/datautils0:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 30, 2012
26c40f9 · Sep 30, 2012

History

61 Commits
Sep 30, 2012
May 23, 2011
Feb 18, 2012
Jun 4, 2011
Jul 12, 2011
Jul 21, 2012
Aug 9, 2011
Sep 30, 2012
Feb 18, 2012
Sep 30, 2012
Feb 18, 2012
Mar 29, 2011
Jan 12, 2012
Sep 2, 2011

Repository files navigation

git clone [email protected]:comex/datautils0.git
cd datautils0
git clone [email protected]: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 "-".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 55.6%
  • C 39.3%
  • Assembly 2.9%
  • Python 2.2%