RetDec
RetDec is an LLVM-based decompiler that converts machine code from various architectures and file formats back into readable C-like source code for reverse engineering and malware analysis.

RetDec
RetDec is an LLVM-based decompiler that converts machine code from various architectures and file formats back into readable C-like source code for reverse engineering and malware analysis.
RetDec Description
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.
RetDec FAQ
Common questions about RetDec including features, pricing, alternatives, and user reviews.
RetDec is RetDec is an LLVM-based decompiler that converts machine code from various architectures and file formats back into readable C-like source code for reverse engineering and malware analysis.. It is a Security Operations solution designed to help security teams with Reverse Engineering, Binary Analysis, X86.