Skip to content

Releases: quarkslab/python-bindiff

v0.4.1

Choose a tag to compare

@RobinDavid RobinDavid released this 28 Jun 16:36
7160b30
  • Update CI, to enable Pypi Trusted Publisher

Full Changelog: v0.4.0...v0.4.1

v0.3.4

Choose a tag to compare

@RobinDavid RobinDavid released this 05 Dec 13:28
882dd90

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

Choose a tag to compare

@RobinDavid RobinDavid released this 05 Dec 13:06

What has changed ?

  • Update to python-binexport API version 0.4.2.

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

v0.3.1

Choose a tag to compare

@RobinDavid RobinDavid released this 03 Jan 10:22

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

Choose a tag to compare

@RobinDavid RobinDavid released this 29 Jul 22:21

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

Choose a tag to compare

@RobinDavid RobinDavid released this 24 Apr 13:32

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

Choose a tag to compare

@RobinDavid RobinDavid released this 23 Feb 21:11

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

Choose a tag to compare

@patacca patacca released this 09 Jan 14:36

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

Choose a tag to compare

@patacca patacca released this 09 Jan 14:28

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

Choose a tag to compare

@patacca patacca released this 17 Nov 10:29

What's Changed

  • Caching instructions when accessing the binexport objects

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