IDA iBoot Loader
IDA loader for Apple's iBoot, SecureROM and AVPBooter.
Support
This loader supports IDA 7.5 to IDA 8.2 and works on all Apple ARM64 bootloaders even M1+.
Installation
Copy `iboot-loader.py` to the loaders folder in IDA user directory :
- Windows: `%APPDATA%/Hex-Rays/IDA Pro/loaders`
- Linux and MacOS: `$HOME/.idapro/loaders`
Usage
Open a decrypted 64 bits iBoot image or a SecureROM file with IDA. IDA should ask to open the file with this loader.
Credits
- This code is based on argp's iBoot64helper
- iBoot-Binja-Loader