Releases: clearbluejar/ghidriff
Releases · clearbluejar/ghidriff
v0.7.3 - Ghidra 11.2 Support
- Handle Ghidra 11.2 Program API Changes #102
- Update docker base image to Ghidra 11.2 https://github.com/clearbluejar/ghidra-python/pkgs/container/ghidra-python
- Update to Pyhidra 1.3.0
Full Changelog: v0.7.2...v0.7.3
v0.7.2 - Ghidra 11.1 Support
What's Changed
- Add ability to export function by @clearbluejar in #94
- Support ghidra 11.1 by @clearbluejar in #96
- Update docker base image to Ghidra 11.1 https://github.com/clearbluejar/ghidra-python/pkgs/container/ghidra-python
Full Changelog: v0.6.3...v0.7.2
v0.7.1 - GDT support
What's Changed
- Minor fixes and docker update by @clearbluejar in #89
- fix for ghidra test 10.3.3 by @clearbluejar in #91
- specify md output encoding as utf-8 by @L4ys in #90
- adding gdt support by @clearbluejar in #92
New Contributors
Full Changelog: v0.6.2...v0.7.1
v0.6.2 - Pyhidra 1.0 upgrade + Apple compatibility
What's Changed
- Apple compatibility updates by @clearbluejar in #82
- Pyhidra 1.0 upgrade, drop Python 3.8, support Ghidra 10.3+ by @clearbluejar in #86
- update docs with apple by @clearbluejar in #87
Full Changelog: v0.6.1...v0.6.2
v0.6.1 - Strings Ref Table + Pyhidra Hotfix
What's Changed
- Strings Diff Reference Table Feature by @clearbluejar in #74
- hotfix to pip freeze pyhidra to 0.5.4 by @clearbluejar in #83
Full Changelog: v0.6.0...v0.6.1
v0.6.0 - Ghidra 11 + BSIM
What's Changed
- Docusaurus Docs by @clearbluejar in #66
- Ghidra 11.0 Integration by @clearbluejar in #71
- BSIM Correlation by @clearbluejar in #73
Full Changelog: v0.5.2...v0.6.0
New Docs
New official docs are here.
BSIM corrlation added to ghidriff
See BSIM notes.
v0.5.2 - Ghidra Zip File Support, Calling Counts Feature, Bug Fixes
What's Changed
- Docker ghidriff by @clearbluejar in #57
- Ghidra Zip File Support, Calling Counts Feature, Bug Fixes, extra tests! by @clearbluejar in #63
Full Changelog: v0.5.1...v0.5.2
Ghidra File Zip File Support
You can now run ghidriff
using Ghidra Zip Archive files. This is useful when you already have an binary analyzed.
Example:
ghidriff old.bin.gzf new.bin.gzf
Called / Calling Counts Added Feature
Now for each function, the calling and/or called diff will include reference counts.
v0.5.1 usability fixes, automated testing, and bug fixes
What's Changed
- Fix workflows by @clearbluejar in #50
- bump ver and update README by @clearbluejar in #52
- v0.5.0 - Broken for Ghidra 10.1.5 and python <3.10 - #51
- Updated default output dir tree to this
Full Changelog: v0.5.0...v0.5.1
v0.5.0 - ghidriff - Initial Public Release
Full Changelog: v0.4.0...v0.5.0
- Initial public release
- Updates to README and fixes for Ghidra 10.4
- pypi publish workflow added
v0.4.0 - Pytest Suite
What's Changed
- Pytest initial implementation by @clearbluejar in #44
Full Changelog: v0.3.0...v0.4.0