Releases: google/binexport
Releases · google/binexport
BinExport 12 (Updated for Ghidra 11.0.3)
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
- @sjossi made their first contribution in #112
- @saagarjha made their first contribution in #113
- @xusheng6 made their first contribution in #122
- @mike-hunhoff made their first contribution in #125
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)
Update Java build to use Protobuf 3.23.0 PiperOrigin-RevId: 532072047 Change-Id: I365f23f25fa8794ebe4940c171683e5c3b7d0161
BinExport 12 (Updated for Ghidra 10.2.2)
Update metadata, clang-format PiperOrigin-RevId: 499202863 Change-Id: I821b5409a6afa28f6fbf790bf4e6d4b665c9912e
BinExport 12 (Updated for Ghidra 10.2)
Fully qualify global namespace types in binexport2_writer.h. PiperOrigin-RevId: 485022723 Change-Id: I64be41c7abae8bd6eb8b611c10174dca1b7b7920
BinExport 12 (Improved flow reconstruction)
BinExport 12 (Updated for Binary Ninja 3.1.3469)
Compatibility with Binary Ninja 3.1.3469 (current stable) and the current dev version.
BinExport 12 (Updated macOS binaries)
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)
Added the native binaries for completeness sake. Those were build from current main
.
BinExport 12
This is the version that ships with BinDiff 7 as per release announcement.
BinExport 12 (for upcoming BinDiff 7)
- 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 inInstruction