Author: toolCHAINZ
A simple loader for Motorola SREC, Intel HEX, and TI-TXT files.
hexfiles
provides a simple BinaryView
for "Hex" files (Motorola SREC, Intel Hex, TI-TXT). The actual parsing of hex files is offloaded to the excellent Python library bincopy
. For now, this BinaryView
is read-only (patches will not be saved back into the source hex file). Will hopefully add that soon.
pip install -r requirements.txt
py -m pip install -r requirements.txt
pip install -r requirements.txt
This plugin requires the following minimum version of Binary Ninja:
- 2170
This plugin is released under a MIT license.
2