RetDec is a retargetable machine-code decompiler built on the LLVM framework that converts compiled binary code back into readable C-like source code. The tool supports multiple file formats including ELF, PE, Mach-O, COFF, AR (archives), Intel HEX, and raw machine code. It can process binaries compiled for various processor architectures such as Intel x86, ARM, MIPS, PIC32, PowerPC, x86-64, and ARM64. RetDec provides static analysis capabilities that examine binary files without executing them. The decompiler can detect compilers and packers used to create the original binary, decode individual machine instructions, and remove library code to focus on the core application logic. Additional features include extraction of debugging information when available, reconstruction of instruction idioms to improve code readability, and detection of C++ class hierarchies in object-oriented programs. The tool generates human-readable C code output that security researchers and reverse engineers can analyze to understand program functionality and identify potential security issues.
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
A program to manage yara ruleset in a database with support for different databases and configuration options.
A static analysis tool for PE files that identifies potential malicious indicators through compiler detection, packing analysis, signature matching, and suspicious string identification.
Code to prevent a managed .NET debugger/profiler from working.
A tool that extracts and deobfuscates strings from malware binaries using advanced static analysis techniques.
yextend extends Yara's functionality by automatically handling archived and compressed content inflation, enabling pattern matching on files buried within multiple layers of archives.
An open source machine code decompiler that converts binary executables into readable C source code across multiple architectures and file formats.
Joe Sandbox Community provides automated cloud-based malware analysis across multiple OS platforms.
A sandbox for quickly sandboxing known or unknown families of Android Malware
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.