# joxeankoret/diaphora

Diaphora, the most advanced Free and Open Source program diffing tool.

Repository: https://github.com/joxeankoret/diaphora
Canonical: https://ross.abutalabs.com/products/diaphora
Language: Python
License: AGPL-3.0
License Family: copyleft
Last push: 2026-08-18T08:47:14+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 86, longevity 100
- inputs: {"age_days": 4185, "days_push": 15, "days_rel": 15, "gap_med": 48.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4373, forks 418 (observed 2026-08-28T04:08:46.842838+00:00)

## What it is
Diaphora is a free and open source program diffing (binary diffing) tool that works as an IDA Pro plugin, comparing binaries to find changed functions, port symbols, and detect patched vulnerabilities. It is written in Python and actively maintained, supporting IDA 7.4 through 9.4.

## Use cases
- diff two binaries to find what changed between versions
- detect potentially fixed vulnerabilities via patch diffing
- port function names, comments, structs and enums between IDA databases
- find similar functions across binaries with heuristics
- automate batch binary diffing for malware analysis
- generate pseudo-code patches for changed functions

## When to choose
- you use IDA Pro and need to compare two versions of a binary
- you analyze security patches to identify fixed vulnerabilities
- you need to transfer analysis work (symbols, comments, types) between IDB files
- you want a free alternative to BinDiff with advanced heuristics

## When to avoid
- you need to diff binaries without IDA Pro (exported databases only for CLI diffing)
- you need diffing for non-binary source code
- you require a fully GUI-independent workflow for initial database export

## Facets
- artifact type: plugin
- maturity: active
- function: reverse-engineering, security, developer-tools
- domain: security, reverse-engineering, developer-tools
- platform: python, windows
- tags: binary-diffing, ida-plugin, patch-analysis, bindiff, vulnerability-analysis, linux, macos

## Member repositories
- joxeankoret/diaphora (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:46.842838+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-29T18:21:21.070071+00:00, confidence not recorded.
  - readme: https://github.com/joxeankoret/diaphora (fetched 2026-08-28T04:08:46.842838+00:00, sha ca3e1e7a2858)
- Data as of 2026-08-30T08:39:29.467469+00:00.
