Releases: withzombies/bnil-graph
Releases · withzombies/bnil-graph
Only collect ILs when they're available
Handle HLIL and other IL instructions with no operands
Fix offset calculation in SSA variables
v1.4.1 Fix handling of var_ssa_dest_and_src and reg_stack_ssa_dest_and_src
SSA Variables, Overlapped Functions
- Fixes issues in the handling of some of the more complicated BNIL variable types (@jeffli678)
- Properly handles overlapped functions (@Vasco-jofra)
- Changes some settings scope thing I don't fully understand (@psifertex)
You can now access BNIL-Graph under the "BNIL" sub-menu.
Fix version matching v2
This release actually fixes the version matching...and I tested it (on dev on commercial).
Bug fix for Binary Ninja personal
Updated the version parsing code to support Binary Ninja Personal's strings
HLIL Support
Add support for HLIL
Match generator updates and API changes
SSA Variables and new graph api * Support SSARegisters, SSAVariables, and Variables in the grapher * Support SSAVariables in the match generator * Update to use newly fixed graph display api
Version v.1.2.1
This release is a minor release to support Binary Ninja's new plugin manager API.
In the previous release (v1.2.0), the updates were:
- Support for ssa_dest_and_src
- python 3 support
- support for the new settings api
- the python match generator
Version v1.2.0
This release includes:
- Support for ssa_dest_and_src
- python 3 support
- support for the new settings api
- the python match generator