Skip to content

Releases: quarkslab/python-bindiff

v0.3.4

05 Dec 13:28
882dd90

Choose a tag to compare

What's Changed

  • Improve error handling for missing function matches by @braindead-bf in #12
  • Update workflows

New Contributors

Full Changelog: v0.3.2...v0.3.4

v0.3.2

05 Dec 13:06

Choose a tag to compare

What has changed ?

  • Update to python-binexport API version 0.4.2.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

03 Jan 10:22

Choose a tag to compare

What's Changed

  • Update .Bindiff file creation to enable filling all db fields (to be opened in IDA Pro plugin) #11
  • Add error message if Bindiff file does not exists #10

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Jul 22:21

Choose a tag to compare

What's Changed

  • BUGFIX: Fix improper db query for File object resulting in invalid unmatched_primary_count and unmatched_secondary_count
  • Update dependency to python-binexport 0.3.3

Full Changelog: v0.2.3...v0.3.0

v0.2.3

24 Apr 13:32

Choose a tag to compare

This release comes with some API changes and a bug fix for unmatched basic blocks.

What's Changed

  • BUGFIX: Basic block unmatched by @zhao1412 in #6
  • Add override attribute for from_binary_files and from_binexport_files. By default files are not overriden anymore.
  • Update python-binexport version dependency to 0.3.3

Full Changelog: v0.1.8...v0.2.0

v0.2.2

23 Feb 21:11

Choose a tag to compare

Minor release to fix bug

What's Changed

  • Fix type issue in iter_instruction_matches

Full Changelog: v0.2.1...v0.2.2

v0.2.1

09 Jan 14:36

Choose a tag to compare

Minor release to fix bug

What's Changed

  • Restore missing entry in File dataclass

Full Changelog: v0.2.0...v0.2.1

v0.2.0

09 Jan 14:28

Choose a tag to compare

This release comes with some API changes that were needed in order to speed up the parsing of a BinDiff file.

What's Changed

  • WIP: refactor python-bindiff by @RobinDavid in #4
  • Fix windows issue with missing dll of libmagic

Full Changelog: v0.1.8...v0.2.0

v0.1.8

17 Nov 10:29

Choose a tag to compare

What's Changed

  • Caching instructions when accessing the binexport objects

Full Changelog: v0.1.7...v0.1.8

v0.1.7

17 Nov 07:18

Choose a tag to compare

What's Changed

  • Update binexport API to use version 0.2

Full Changelog: v0.1.6...v0.1.7