Skip to content

CDSQ/iBoot64Patcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

iBoot64Patcher

> Patch the iBoot64 (+ SecureROM | AVPBooter) 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>] [-a]
	-a	apply patch for the AVPBooter,
	-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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.5%
  • Makefile 3.5%