Skip to content

Releases: ubfx/BinDiffHelper

v0.7.0

02 Nov 14:18

Choose a tag to compare

This release is only for Ghidra 11.4+

Commits

  • f1395e1: Update Wizard to new Ghidra 11.4 (Felix Schneider)
  • 5ffb5a1: Update readme for 0.7.0 (Felix Schneider)
  • 7ae1283: Update workflow for 0.7.0 (newer ghidra versions only 11.4+) (Felix Schneider)

v0.6.4

01 Nov 13:40

Choose a tag to compare

This version works for Ghidra version < 11.4
For Ghidra 11.4 and larger, use BinDiffHelper 0.7.0+

Commits

  • 417a73d: Add export namespace support (#40) (方块君) #40
  • 07b98b2: Update ghidra versions (Felix Schneider)
  • 908be03: bump binexport (Felix Schneider)
  • 4bf32a9: Merge branch 'master' of github.com:ubfx/BinDiffHelper (Felix Schneider)
  • 85061a0: Fix call Bindiff hanging (#39) (方块君) #39
  • 71967ff: Update readme for 0.6.4 (Felix Schneider)
  • ab92117: Ghidra version compatibility for 0.6.4 (Felix Schneider)

v0.6.3

17 Feb 21:18

Choose a tag to compare

Commits

  • 9e3a4bc: allow table sorting (#37) (Mateusz Kurowski) #37
  • d33a538: include default path for bindiff on windows (#36) (Mateusz Kurowski) #36
  • 948c425: Fix table actions in sorted table (Felix Schneider)
  • 42e6b9c: Update readme (Felix Schneider)

v0.6.2

12 Feb 21:59

Choose a tag to compare

Commits

  • 1c60574: Update Ghidra releases in ci (Felix Schneider)
  • 76b897a: Update Readme (Felix Schneider)
  • 8eeb81d: Follow functions into both primary and secondary programs when double clicking (Felix Schneider)
  • 1f8a518: Flush stderr when executing BinDiff (Felix Schneider)
  • 5de70ac: Update Readme for 0.6.2 (Felix Schneider)

v0.6.1

28 Sep 09:15
155a058

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

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

Choose a tag to compare

  • Support BinDiff 8

Binaries for Ghidra 11.1

BinDiffHelper v0.4.3

29 Dec 10:48
2302ed7

Choose a tag to compare

  • No functional changes

Binaries for Ghidra 11.0

BinDiffHelper v0.4.2

26 Jul 17:02

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

Choose a tag to compare

  • Change Gradle build script for Gradle 7.5
  • Provide binaries for Ghidra 10.1.3 and 10.1.4