discovered 03 Aug 2026
retdec
→ View on GitHubRetDec is a versatile retargetable machine code decompiler based on LLVM, capable of analyzing a variety of executable file formats, including ELF, PE, and Mach-O across multiple architectures. Its primary use case involves static analysis of binaries, extracting debugging information, and reconstructing high-level constructs such as functions and C++ class hierarchies. Notable features include detailed static analysis, support for both C and a Python-like output language, demangling symbols, and generating graphical representations of call and control flow graphs.