IDA iBoot Loader
November 2, 2024 ยท View on GitHub
IDA loader for Apple's iBoot, SecureROM and AVPBooter.
Support
This loader supports IDA 7.5 to IDA 8.4 and works on all Apple ARM64 bootloaders even M1+.
Installation
Copy the plugin file iboot-loader.py to your user plugins directory:
| OS | User Plugins Directory |
|---|---|
| Windows | %APPDATA%\Hex-Rays\IDA Pro\loaders |
| Linux | ~/.idapro/loaders |
| macOS | ~/.idapro/loaders |
Usage
Open a decrypted 64 bits iBoot image or a SecureROM file with IDA. IDA should ask to open with this loader.
Credits
- This code is based on argp's iBoot64helper
- iBoot-Binja-Loader