Our main goal is to create a retargetable decompiler that can be utilized for source code recovery, static malware analysis, etc. This tool is developed within the Lissom project at Brno University of Technology, Czech Republic. The decompiler is supposed to be not bounded to any particular target architecture, operating system, or executable file format.
Features
Features
Handles all the commonly used file formats (ELF, PE).Link: http://decompiler.fit.vutbr.cz/index.php
Currently supports the Intel x86, ARM, MIPS, PIC32, and PowerPC architectures.
Can decompile to two output high-level languages: C and a Python-like language.
Compiler and packer detection.
Extraction and utilization of debugging information (DWARF, PDB).
Signature-based removal of statically linked library code.
Reconstruction of functions, high-level constructs, types, etc.
Generation of call graphs, control-flow graphs, and various statistics.
It is actively developed.