Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saelo/ios-kern-utils
iOS Kernel utilities
https://github.com/saelo/ios-kern-utils
Last synced: about 2 months ago
JSON representation
iOS Kernel utilities
- Host: GitHub
- URL: https://github.com/saelo/ios-kern-utils
- Owner: saelo
- License: mit
- Created: 2014-01-09T17:33:07.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-25T19:58:01.000Z (over 9 years ago)
- Last Synced: 2023-11-07T21:18:25.939Z (about 1 year ago)
- Language: C
- Size: 286 KB
- Stars: 151
- Watchers: 10
- Forks: 101
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
iOS Kernel Utilities
====================Prerequisites
-------------
* Jailbroken Device
* task_for_pid0 kernel patch applied (probably the case if jailbroken)
* some way to compile iOS binaries (I use http://code.google.com/p/ios-toolchain-based-on-clang-for-linux/)
* ldid (http://gitweb.saurik.com/ldid.git), already included in the above toolchainTools
-----
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 consoleBuild
-----
adapt toolchain-ios.cmake
cd build
cmake ../
makeBeware, chances are the device will panic and reboot.