retX0 / iBoot64Patcher

Patch the iBoot64 with generic patches.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iBoot64Patcher

> Patch the iBoot64 with generic patches.

I. Requierements
	1. macOS/Linux,
	2. basic compilation tools,
	3. decrypted 64bit iBoot.

II. Usage
usage: iBoot64Patcher [-p] <in> <out> [-e] [-b <boot-args>]
	-p	apply the generics patches,
	-e	apply the extra patches,
	-b	apply custom boot-args.

	$ iBoot64Patcher -p iBoot.RELEASE.bin iBoot.RELEASE.pwn -e -b "serial=3"

III. Notes
	> kairos is a way better (mine can be used for tests purposes),
	> iBoot64Patcher supports any iBoots (PACed or not) from iOS 7 to iOS 15,
	> I used some technics of @dayt0n kairos project and @xerub xref64 function as well,
	> This 'project' was only made because of my dumb curiosity (if I could patch the iBoot64 using iBoot64Finder code).

About

Patch the iBoot64 with generic patches.

License:GNU General Public License v3.0


Languages

Language:C 96.2%Language:Makefile 3.8%