# revng/revng

revng: the core repository of the rev.ng project

Repository: https://github.com/revng/revng
Canonical: https://ross.abutalabs.com/products/revng
Homepage: https://rev.ng/
Language: C++
License: GPL-2.0
License Family: copyleft
Last push: 2026-08-26T11:55:24+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 3548, "days_push": 7, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1728, forks 128 (observed 2026-08-28T04:05:28.436055+00:00)

## What it is
rev.ng is an open-source binary analysis framework and decompiler built on LLVM and QEMU, supporting over 20 CPU architectures. It automatically recovers data structures, function prototypes, and emits readable C code, with a declarative YAML-based workflow and a VSCode-based UI.

## Use cases
- decompile a compiled binary back to C code
- analyze malware or unknown executables without source
- recover structs and data types from stripped binaries
- disassemble and inspect ELF, PE, and Mach-O files
- lift binaries across 20+ CPU architectures via QEMU
- script binary analysis pipelines using YAML models
- import IDA databases and DWARF/PDB debug info

## When to choose
- you need a free, open-source decompiler alternative to IDA/Ghidra
- you want automatic interprocedural struct and array recovery
- you need multi-architecture support leveraging QEMU
- you prefer scriptable, declarative (YAML) analysis workflows

## When to avoid
- you need a mature GUI-centric reversing workflow with a large plugin ecosystem today
- you require fully offline standalone UI, which is still in closed beta
- you only need quick static string/entropy triage rather than deep decompilation

## Facets
- artifact type: framework
- maturity: active
- function: reverse-engineering, compiler, interpreter, developer-tools, security
- domain: reverse-engineering, security, developer-tools, compilers
- platform: windows, cpp, cross-platform
- tags: decompiler, binary-analysis, llvm, qemu, disassembler, struct-recovery, yaml-driven, linux, macos

## Member repositories
- revng/revng (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:28.436055+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-30T03:32:14.409312+00:00, confidence not recorded.
  - readme: https://github.com/revng/revng (fetched 2026-08-28T04:05:28.436055+00:00, sha 97e4856f97c1)
  - homepage: https://rev.ng/ (fetched 2026-08-29T11:09:00.917299+00:00, sha 43c56ac06435)
  - site_page: https://rev.ng/features (fetched 2026-08-29T11:09:00.920048+00:00, sha ffc8f8461f64)
  - site_page: https://docs.rev.ng (fetched 2026-08-29T11:09:00.922223+00:00, sha 2e4ed08c3d6c)
  - site_page: https://rev.ng/about (fetched 2026-08-29T11:09:00.923958+00:00, sha 661cde821bd9)
  - site_page: https://rev.ng/pricing (fetched 2026-08-29T11:09:00.925589+00:00, sha 96b4c429fd20)
- Data as of 2026-08-30T08:39:29.467469+00:00.
