# BinDiff

Quickly find differences and similarities in disassembled code

Repository: https://github.com/google/bindiff
Canonical: https://ross.abutalabs.com/products/bindiff
Homepage: https://zynamics.com/bindiff.html
Language: Java
License: Apache-2.0
License Family: permissive
Topics: bindiff, binexport, diffing, program-analysis, program-differencing, reverse-engineering, c-plus-plus, ida-plugin, ida-pro, java, vxsig
Last push: 2026-08-18T17:08:37+00:00
Link (homepage): https://zynamics.com/bindiff.html

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 98, release rhythm 8, longevity 77
- inputs: {"age_days": 1078, "days_push": 15, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3155, forks 238 (observed 2026-08-28T04:07:46.278383+00:00)

## What it is
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
- artifact type: application
- maturity: active
- function: reverse-engineering, security, developer-tools
- domain: reverse-engineering, security, developer-tools
- platform: windows, cross-platform
- tags: binary-diffing, disassembly, ida-plugin, ghidra, binary-ninja, vulnerability-research, program-analysis, macos, linux

## Member repositories
- google/bindiff (main) score 62
- google/binexport (plugin) score 67

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:46.278383+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:25:38.389125+00:00, confidence not recorded.
  - readme: https://github.com/google/bindiff (fetched 2026-08-28T04:07:46.278383+00:00, sha 5046d56eee45)
  - homepage: https://zynamics.com/bindiff.html (fetched 2026-08-29T09:40:03.724719+00:00, sha 33f9087554ae)
- Data as of 2026-08-30T08:39:29.467469+00:00.
