We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf842d commit bbc9109Copy full SHA for bbc9109
README.md
@@ -2,13 +2,19 @@
2
3
IDA loader for Apple's iBoot, SecureROM and AVPBooter
4
5
-
+
6
7
8
### Installation
9
10
Copy `iboot-loader.py` to the loaders folder in IDA directory.
11
12
+### Usage
13
+
14
+Open a decrypted 64 bits iBoot image or a [SecureROM](https://securerom.fun) file with IDA. IDA should ask to open with this loader.
15
16
+
17
18
### Credits
19
20
* This code is based on argp's [iBoot64helper](https://github.com/argp/iBoot64helper)
0 commit comments