Releases: quarkslab/python-bindiff
Releases · quarkslab/python-bindiff
v0.3.0
What's Changed
- BUGFIX: Fix improper db query for
File
object resulting in invalidunmatched_primary_count
andunmatched_secondary_count
- Update dependency to python-binexport 0.3.3
Full Changelog: v0.2.3...v0.3.0
v0.2.3
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 forfrom_binary_files
andfrom_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
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
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
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
What's Changed
- Caching instructions when accessing the binexport objects
Full Changelog: v0.1.7...v0.1.8
v0.1.7
v0.1.6
v0.1.5
What's Changed
- Fix: call to
raw_diffing()
hanging because of functionwait()
on some BinExport files generated by Ghidra.
Full Changelog: v0.1.4...v0.1.5
v0.1.4
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
- @RobinDavid made their first contribution in #1
- @patacca made their first contribution in #2
Full Changelog: v0.1.1...v0.1.4