https://github.com/byt3n33dl3/iosgrepexec
iOS Kernel and Internal Utilities Jailbreaker and Exploitat for TCC and XPC.
https://github.com/byt3n33dl3/iosgrepexec
ios jailbreak macos symlink tcc trust-attack xcp
Last synced: 2 months ago
JSON representation
iOS Kernel and Internal Utilities Jailbreaker and Exploitat for TCC and XPC.
- Host: GitHub
- URL: https://github.com/byt3n33dl3/iosgrepexec
- Owner: byt3n33dl3
- License: mit
- Created: 2024-09-04T10:07:49.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-04T13:58:27.000Z (10 months ago)
- Last Synced: 2025-04-06T02:48:49.914Z (2 months ago)
- Topics: ios, jailbreak, macos, symlink, tcc, trust-attack, xcp
- Language: C
- Homepage: https://bit.ly/jailbrakfinder
- Size: 103 KB
- Stars: 6
- 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