Skip to content

Releases: ubfx/BinDiffHelper

v0.6.1

28 Sep 09:15
155a058
Compare
Choose a tag to compare

Maintenance release for compability with new Ghidra (11.2) and Java 21.

What's Changed

  • Sort results in ascending order of similarity by @SmileyAG in #27

New Contributors

Full Changelog: v0.6...v0.6.1

v0.6.0

11 Sep 21:01
Compare
Choose a tag to compare
  • Update sqlite driver library, should now run on Apple silicon
  • Support external textual diffs between decompiled functions (see #24)
  • UI updates
  • CI build

v0.5

14 Jul 16:44
Compare
Choose a tag to compare
  • Support BinDiff 8

Binaries for Ghidra 11.1

BinDiffHelper v0.4.3

29 Dec 10:48
2302ed7
Compare
Choose a tag to compare
  • No functional changes

Binaries for Ghidra 11.0

BinDiffHelper v0.4.2

26 Jul 17:02
Compare
Choose a tag to compare
  • Add function to import all functions (not just the ones checked in the table)
  • Add function to toggle the checkbox for multiple elements in the table
  • Update to support Ghidra 10.3 (fix bug where the plugins hangs at the export dialog)

Binaries provided for Ghidra 10.3.2

BinDiffHelper v0.4.1

18 Jul 20:47
Compare
Choose a tag to compare
  • Change Gradle build script for Gradle 7.5
  • Provide binaries for Ghidra 10.1.3 and 10.1.4

BinDiffHelper v0.4.0

05 Oct 18:53
Compare
Choose a tag to compare
  • Added support for BinDiff 7
  • Added release for Ghidra 10

BinDiffHelper v0.3.2

23 Oct 14:34
Compare
Choose a tag to compare
  • Fixed a bug where diffing with another file from the project didn't work
  • Fixed a bug where exporting files with short filenames didn't work

Update 11. March 2021: Added archive for the current Ghidra Version 9.2.2

BinDiffHelper v0.3.1

23 Oct 12:43
Compare
Choose a tag to compare
  • Fixed a Nullpointer Exception when loading a file via the "from project" option

BinDiffHelper v0.3

05 Oct 09:58
b9529dd
Compare
Choose a tag to compare
  • Possibility to color matched functions in the listing
  • Possibility to add comments to matched functions describing where they were matched from and linking there
  • New open file menu
  • Bugfixes