Submit a plugin
Back to the list
ida-iboot-loader
v1.0
  • Released on: 2022-12-20
  • Last update: 2022-12-20
Download
SHA256 checksum:
a851b1aa3bc6e429e57985f87c5ae734e844865a2380707a968359157ad10d11

IDA iBoot Loader

IDA loader for Apple's iBoot, SecureROM and AVPBooter.

idaibootloader.png

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.

idaprompt.png

Credits

- This code is based on argp's iBoot64helper - iBoot-Binja-Loader