Skip to content

Releases: quarkslab/python-bindiff

v0.3.0

29 Jul 22:21
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

  • Update binexport API to use version 0.2

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

v0.1.6

16 Nov 17:18
Compare
Choose a tag to compare

What's Changed

  • Add .gitignore, switch to pyproject.toml and update binexport to v0.2.0 by @patacca in #3

Full Changelog: v0.1.5...v0.1.6

v0.1.5

08 Nov 10:51
Compare
Choose a tag to compare

What's Changed

  • Fix: call to raw_diffing() hanging because of function wait() on some BinExport files generated by Ghidra.

Full Changelog: v0.1.4...v0.1.5

v0.1.4

28 Aug 09:32
17f1e79
Compare
Choose a tag to compare

What's Changed

  • add function names in FunctionMatch object obtained reading the database by @RobinDavid in #1
  • Rename private variable to avoid shadowing by @patacca in #2

New Contributors

Full Changelog: v0.1.1...v0.1.4