Skip to content

Releases: withzombies/bnil-graph

Only collect ILs when they're available

19 Jul 15:06
Compare
Choose a tag to compare

v.1.4.3

What's Changed

  • Only collect ILs if when they are available by @xusheng6 in #17

New Contributors

Full Changelog: v1.4.2...v1.4.3

Handle HLIL and other IL instructions with no operands

13 May 22:24
Compare
Choose a tag to compare

Fix offset calculation in SSA variables

07 Jun 20:23
Compare
Choose a tag to compare
v1.4.1

Fix handling of var_ssa_dest_and_src and reg_stack_ssa_dest_and_src

SSA Variables, Overlapped Functions

04 Jun 14:09
Compare
Choose a tag to compare
  • 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

16 Jul 15:14
Compare
Choose a tag to compare

This release actually fixes the version matching...and I tested it (on dev on commercial).

Bug fix for Binary Ninja personal

09 Jul 14:17
Compare
Choose a tag to compare

Updated the version parsing code to support Binary Ninja Personal's strings

HLIL Support

17 Apr 19:10
Compare
Choose a tag to compare

Add support for HLIL

Match generator updates and API changes

16 Apr 13:46
Compare
Choose a tag to compare
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

13 Jul 13:09
Compare
Choose a tag to compare

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

10 Jul 15:34
Compare
Choose a tag to compare

This release includes:

  • Support for ssa_dest_and_src
  • python 3 support
  • support for the new settings api
  • the python match generator