32/64 bit SecureROM/iBoot loader for IDA Pro. Supports IDA Pro 7.0+ on all platforms.
File type | Supported |
---|---|
arm32/64 SecureROM | ✓ |
arm32/64 iBoot/iBEC/iBSS | ✓ |
Encrypted arm32/64 iBoot/iBEC/iBSS | ✓ |
SEPROM | ✗ |
python3 -m pip install --upgrade ilstrap unicorn
python3 -m ilstrap.installer --gh hack-different/iBoot-IDA
Steps:
- Install unicorn using the same python installation your IDA install uses.
- cd into your IDA directory (where ida64/ida64.exe is located)
- Copy
plugins/ida_ibootplugin.py
intoplugins/
- Copy the folders in
plugin/src
intoplugins/
- Copy
loaders/ida_ibootloader.py
intoloaders/
- Copy the folders located in
loader/src/
toloaders/
Maintainer: https://github.com/cxnder
AArch Sysregs plugin based on https://github.com/TrungNguyen1909/aarch64-sysreg-ida (based on a plugin by bazad, based on a script by someone else, based on ...)
this project was originally inspired by https://github.com/argp/iBoot64helper