Arctic Roadrunner
New release of bin2ml
New Features:
- Support for 32 bit RISC-V ESIL register normalisation has been added
- Support for generating Attributed CFG's from a folder of files has been added as well as support for skipping graph generation if the file already exists.
- Added initial logging for the CLI operations and CFG extraction.
- Added a progress bar when processing a directory of files with the
nlp
command. - Added the capability to extract register behaviour of all functions in a target binary using radare2's ESIL.
Bug Fixes:
- Fixed a bug where the ESIL normalisation flag was not actually being applied.
- Added missing MIPS registers to the register normalisation constants.
- Several bugs were fixed when ACFG generation would exit early.
Tidy Ups:
- Removed lots of duplicate functionality that was hanging around.