BinDiff
Quickly find differences and similarities in disassembled code observed · 2026-08-28
Health v2 · maintenance only
62/100
- Activity 98
- Release rhythm 8
- Longevity 77
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1078
- days_rel: n/a
- days_push: 15
- n_releases_24m: 0
Adoption not part of the score
3155 stars · 238 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
BinDiff is an open-source comparison tool for binary files that finds differences and similarities in disassembled code using graph-theoretical matching. It integrates with disassemblers like IDA Pro, Binary Ninja, and Ghidra, and includes a Java-based visual diff UI.
Use cases
- diff two binaries to find changed functions
- identify vulnerability fixes in vendor patches
- port function names and comments between disassemblies
- find similar functions across different binaries
- compare malware variants
- gather evidence of code theft
When to choose
- you need to compare two versions of a compiled binary
- you analyze patches to isolate security fixes
- you want to transfer analysis work between binary versions
- you need function-level matching across architectures like x86, ARM, MIPS
When to avoid
- you need to diff source code rather than binaries
- you have no access to a supported disassembler (IDA Pro, Binary Ninja, Ghidra)
- you need automated large-scale binary analysis pipelines without a GUI
Facets
application · maturity active
reverse-engineering security developer-tools reverse-engineering security developer-tools windows cross-platform binary-diffing disassembly ida-plugin ghidra binary-ninja vulnerability-research program-analysis macos linux
2 sources
- readme: https://github.com/google/bindiff · fetched 2026-08-28 · 5046d56eee45
- homepage: https://zynamics.com/bindiff.html · fetched 2026-08-29 · 33f9087554ae
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/bindiff | main | 62 |
| google/binexport | plugin | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem