Incomplete iOS bootchain patchers in Python
It will be pushed to pip as a package later- You can now install it locally (see Installation)
- patchfinder64 is ported from xerub's patchfinder
- kernelpatcher is ported from palera1n team's fork of Kernel64Patcher
- Install from PyPI (bug-free):
python3 -m pip install pyipatcher
- Install locally (receive updates more often):
git clone https://github.com/Mini-Exploit/pyipatcher
cd pyipatcher
./install.sh
$ pyipatcher
pyipatcher version: 1.1.1
Usage: pyipatcher [OPTIONS] COMMAND [ARGS]...
Options:
-h, --help Show this message and exit.
Commands:
ibootpatcher
kernelpatcher
ramdiskpatcher
- Complete kernel patcher ✅
- Add iBoot patcher, ASR patcher, restored_external patcher ✅
Thanks to plx for helping me with many fixes