Skip to content

Releases: google/binexport

BinExport 12 (Updated for Ghidra 11.0.3)

17 Apr 08:41
Compare
Choose a tag to compare

What's Changed

  • Binary Ninja: Support mixed architectures by @sjossi in #112
  • Binary Ninja: Support later versions
  • IDA Pro: Support AVX-512 opmask registers
  • Ghidra: Support 11.0.3
  • Ghidra: Write strings and (EOL) comments
  • Fix update-boost script when bcp is not compiled by @saagarjha in #113
  • Fix the binary ninja plugin build after the introduction of fmt library into the binary ninja API by @xusheng6 in #122
  • Extend Ghidra exporter to include data references by @mike-hunhoff in #125

New Contributors

Full Changelog: v12-20230515-ghidra_10.3...v12-20240417-ghidra_11.0.3

NOTE: Artifacts attached to this release are not code-signed. Instead, they are built via the GitHub actions in this repo.

BinExport 12 (Updated for Ghidra 10.3)

15 May 13:40
Compare
Choose a tag to compare
Update Java build to use Protobuf 3.23.0

PiperOrigin-RevId: 532072047
Change-Id: I365f23f25fa8794ebe4940c171683e5c3b7d0161

BinExport 12 (Updated for Ghidra 10.2.2)

13 Jan 08:13
Compare
Choose a tag to compare
Update metadata, clang-format

PiperOrigin-RevId: 499202863
Change-Id: I821b5409a6afa28f6fbf790bf4e6d4b665c9912e

BinExport 12 (Updated for Ghidra 10.2)

14 Nov 08:35
Compare
Choose a tag to compare
Fully qualify global namespace types in binexport2_writer.h.

PiperOrigin-RevId: 485022723
Change-Id: I64be41c7abae8bd6eb8b611c10174dca1b7b7920

BinExport 12 (Improved flow reconstruction)

20 Oct 16:16
Compare
Choose a tag to compare

New release binaries that address #99 and #100, which made the plugin much less useful with Binary Ninja.

BinExport 12 (Updated for Binary Ninja 3.1.3469)

07 Jun 09:28
Compare
Choose a tag to compare

Compatibility with Binary Ninja 3.1.3469 (current stable) and the current dev version.

BinExport 12 (Updated macOS binaries)

23 May 15:01
Compare
Choose a tag to compare

This is simply a rebuild of the current main, as of 2022-05-22 which includes a fix for #87.

BinExport 12 (Updated for Ghidra 10.0.4)

17 Nov 13:38
Compare
Choose a tag to compare

Added the native binaries for completeness sake. Those were build from current main.

BinExport 12

04 Jun 14:19
Compare
Choose a tag to compare

This is the version that ships with BinDiff 7 as per release announcement.

BinExport 12 (for upcoming BinDiff 7)

17 May 11:31
Compare
Choose a tag to compare
Pre-release
  • IDA Pro: Build w/ IDA SDK 7.6
  • IDA Pro: Fix empty input file hashes and filenames on IDA 7.5 and lower
  • IDA Pro: Avoid dead-lock in logging code on IDA 7.5 and lower, use thread-safe alternative
  • Ghidra: Skip functions in "non-loaded" address spaces
  • Cleanup: Remove left-over SQL exporter code
  • Reader class: index/set_index accessors for back-references in Instruction