Ross ROSS = Recommend OSS · open-source software intelligence for agents

avast/retdec

RetDec is a retargetable machine-code decompiler based on LLVM. observed · 2026-08-28

github.com/avast/retdec · homepage · C++ · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

61/100

  • Activity 84
  • Release rhythm 8
  • Longevity 100
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: 3186
  • days_rel: n/a
  • days_push: 99
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

8612 stars · 998 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded

RetDec is a retargetable machine-code decompiler based on LLVM that converts native binaries back into readable C or Python-like source code. It supports many architectures (x86, ARM, MIPS, PowerPC, x86-64, ARM64) and file formats (ELF, PE, Mach-O, COFF), and includes static analysis, disassembly, and call/control-flow graph generation.

Use cases

  • decompile a native binary back to C source code
  • analyze malware samples without running them
  • recover source from a stripped executable
  • disassemble and statically analyze an ELF or PE file
  • detect compiler and packer used to build a binary
  • generate call graphs and control-flow graphs from a binary
  • demangle C++ symbols from GCC or MSVC binaries

When to choose

  • you need a free, open-source decompiler supporting many architectures and file formats
  • you want scriptable, command-line binary analysis or integration into a reverse-engineering pipeline
  • you need to recover high-level code from binaries without IDA Pro or Ghidra
  • you want static analysis features like packer detection and library-code removal

When to avoid

  • you need actively developed features or fast issue resolution - the project is in limited maintenance mode
  • you need a polished interactive GUI decompiler experience
  • you only target a single architecture where a specialized decompiler may perform better
  • you need decompilation of modern obfuscated or heavily optimized code with best-in-class output quality

Facets

cli-tool · maturity maintenance

reverse-engineering parser static-site-generator reverse-engineering security developer-tools compilers windows cross-platform cli decompiler disassembler llvm binary-analysis malware-analysis static-analysis linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
avast/retdecmain61

For agents

markdown · JSON · MCP: product_card(name="avast/retdec")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem