forked from haiyuidesu/iBoot64Patcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
23 lines (18 loc) · 805 Bytes
/
README
File metadata and controls
23 lines (18 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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).