avast/retdec

RetDec is a retargetable machine-code decompiler based on LLVM.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 7th, 2026
Created on December 12th, 2017
Open Issues & Pull Requests: 458 (+0)
GitHub issues: Enabled
Number of forks: 999
Total Stargazers: 8,624 (+0)
Total Subscribers: 233 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

RetDec is a retargetable machine-code decompiler based on LLVM that converts compiled binaries back into high-level source code across multiple architectures and file formats.

The tool addresses the problem of understanding and analyzing compiled executables by reconstructing their source code representation. It works by performing static analysis on binary files to extract structural information, then applying signature-based techniques to identify and remove library code, reconstruct function boundaries, and recover high-level constructs like C++ class hierarchies. The decompiler outputs results in C or a Python-like language, and can generate call graphs and control-flow graphs for further analysis.

RetDec suits security researchers, reverse engineers, and malware analysts who need to understand compiled binaries without source code access. It is particularly valuable for analyzing executables across diverse architectures and formats without being locked to a single target. The tool's support for compiler and packer detection, debugging information extraction, and symbol demangling makes it effective for analyzing both stripped and unstripped binaries. Anyone adopting it should be aware that the project operates in limited maintenance mode with delayed issue response, though pull requests receive priority review.

The project accepts contributions and prioritizes their review. Basic project maintenance continues with only very limited active development. Issues receive responses with delays up to one quarter and are not actively solved unless they relate to core maintenance needs.