Skip to content

Releases: clearbluejar/ghidriff

v1.0.0 Ghidra 11.4 Support

04 Jul 14:24

Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v1.0.0

image

v0.9.0 - Program Options Support

23 Apr 03:33

Choose a tag to compare

What's Changed

  • Use hash tables for FullName:Param matching in SimpleDiff by @v-p-b in #107
  • Support custom base address + program options by @clearbluejar in #113

New Contributors

Full Changelog: v0.8.0...v0.9.0

v0.8.0 - Ghidra 11.3 Support - Update to PyGhidra

12 Feb 08:07

Choose a tag to compare

image

What's Changed

Full Changelog: v0.7.3...v0.8.0

v0.7.3 - Ghidra 11.2 Support

04 Oct 22:53

Choose a tag to compare

image

Full Changelog: v0.7.2...v0.7.3

v0.7.2 - Ghidra 11.1 Support

13 Jun 23:32

Choose a tag to compare

image

What's Changed

Full Changelog: v0.6.3...v0.7.2

v0.7.1 - GDT support

30 Apr 17:53
4979ec0

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

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

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

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

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