Releases: quarkslab/python-bindiff
Releases · quarkslab/python-bindiff
v0.3.4
What's Changed
- Improve error handling for missing function matches by @braindead-bf in #12
- Update workflows
New Contributors
- @braindead-bf made their first contribution in #12
Full Changelog: v0.3.2...v0.3.4
v0.3.2
v0.3.1
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
What's Changed
- BUGFIX: Fix improper db query for
Fileobject resulting in invalidunmatched_primary_countandunmatched_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
overrideattribute forfrom_binary_filesandfrom_binexport_files. By default files are not overriden anymore. - Update
python-binexportversion 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