Reko is a general-purpose decompiler that translates machine code binaries into a higher-level representation.
Its design separates the frontend, decompilation engine and output components, allowing the software to be used interactively, from the command line, or embedded within other .NET applications.
During analysis, Reko loads executable metadata, discovers executable regions and cross-references, constructs control-flow information and converts machine instructions into an architecture-independent intermediate representation. Users can supplement information lost during compilation by supplying types, names and comments.
This is free and open source software.
Key Features
- Identifies supported executable formats from headers and other file information.
- Extracts memory areas, image segments, entry points, symbols and metadata.
- Translates machine instructions into a machine-independent register transfer language.
- Constructs control-flow graphs from jumps, calls and other branches.
- Uses recursive scanning to locate reachable executable code.
- Offers heuristic scanning for code missed by recursive analysis.
- Groups instructions into basic blocks and identifies procedures.
- Lets users supply additional type information to improve results.
- Supports user-defined procedure names and comments.
- Reads project files containing supplementary information about binaries.
- Provides a command-line frontend suitable for Linux.
- Includes graphical frontend development using Avalonia.
- Exposes its reverse-engineering object model through a .NET API.
- Supports scripting for applying names, comments and analysis information.
- Covers a wide variety of processor architectures and executable formats.
Website: github.com/uxmal/reko
Support:
Developer: John Källén
License: GNU General Public License v2.0
Reko is written in C#. Learn C# with our recommended free books and free tutorials.
Related Software
| Binary Analysis Tools | |
|---|---|
| Ghidra | Software reverse engineering framework |
| Radare2 | Portable reversing framework |
| Cutter | Graphical reverse engineering platform |
| Detect it Easy | File inspection utility |
| ImHex | Analyze binary data |
| capa | Command line malware analysis tool |
| binwalk | Search a given binary image for embedded files |
| FLOSS | FLARE Obfuscated String Solver |
| unblob | Extraction suite for working with unknown binary blobs |
| Rizin | UNIX-like reverse engineering framework |
| LIEF | Work with executable and binary formats |
| RetDec | Retargetable machine-code decompiler |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |


Please read our Comment Policy before commenting.