Skip to content

Releases: clearbluejar/ghidriff

v0.7.1 - GDT support

30 Apr 17:53
4979ec0
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @L4ys made their first contribution in #90

Full Changelog: v0.6.2...v0.7.1

v0.6.2 - Pyhidra 1.0 upgrade + Apple compatibility

02 Feb 16:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

image

v0.6.1 - Strings Ref Table + Pyhidra Hotfix

31 Jan 02:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0 - Ghidra 11 + BSIM

04 Jan 16:01
Compare
Choose a tag to compare

What's Changed

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

15 Dec 21:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

Ghidra File Zip File Support

image

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.

image image

v0.5.1 usability fixes, automated testing, and bug fixes

01 Nov 03:49
7f11ceb
Compare
Choose a tag to compare

What's Changed

image

Full Changelog: v0.5.0...v0.5.1

v0.5.0 - ghidriff - Initial Public Release

10 Oct 04:21
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.5.0

  • Initial public release
  • Updates to README and fixes for Ghidra 10.4
  • pypi publish workflow added

image

v0.4.0 - Pytest Suite

10 Sep 02:37
f7d337d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.4.0

v0.3.0 - Implied Matches

07 Sep 21:42
Compare
Choose a tag to compare

What's Changed

  • Implied matches by @clearbluejar in #37
  • Added implied matches for Ghidriff.
  • Implied matches provide correlation by inferring likely function matches based on already accepted matches.

Full Changelog: v0.2.0...v0.3.0

v0.2.0

01 Jun 12:25
Compare
Choose a tag to compare

Beta Release