Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/byt3n33dl3/iosgrepexec
iOS Kernel Utilities & JailBreaker
https://github.com/byt3n33dl3/iosgrepexec
ios jailbreak trust-attack
Last synced: 15 days ago
JSON representation
iOS Kernel Utilities & JailBreaker
- Host: GitHub
- URL: https://github.com/byt3n33dl3/iosgrepexec
- Owner: byt3n33dl3
- License: mit
- Created: 2024-09-04T10:07:49.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-04T13:58:27.000Z (2 months ago)
- Last Synced: 2024-09-18T06:33:24.883Z (about 2 months ago)
- Topics: ios, jailbreak, trust-attack
- Language: C
- Homepage: https://bit.ly/jailbrakfinder
- Size: 103 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
iOSGrepExec
====================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
-----
cd toolchain
cd toolchain-ios
adapt toolchain-ios.cmake
cd build
cmake ../
makeBeware, chances are the device will panic and reboot.
Note: Educational Purposes Only