Binary View for loading iBoot, SecureROM, etc. firmware
Binary Ninja Binary View plugin for analyzing iBoot, SecureROM, etc. heavily inspired by argp's iBoot64helper IDA loader.
- Identifies iBoot / SecureROM firmwares
- Finds target load address and performs rebase for accurate analysis
- Restores some interesting symbols based on various heuristics
Copy to ~/Library/Application Support/Binary Ninja/plugins/
or use Plugin Manager
Copy to %APPDATA%\Binary Ninja\plugins
or use Plugin Manager
Copy to ~/.binaryninja/plugins/
or use Plugin Manager
This plugin has been tested with the following minimum version of Binary Ninja:
- 2.1.2263
Documentation on current heuristics, etc. is here.
This plugin is released under a MIT license.
- Argp's iBoot64Helper iBoot loader for IDA Pro inspired the initial development of this plugin
- binja_sigmaker inspired the current wildcard signature matching for the
bytesig
heuristic