A forum for reverse engineering, OS internals and malware analysis 

Forum for announcements and questions about tools and software.
 #22927  by voroojax
 Tue May 20, 2014 4:00 am
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
Handles all the commonly used file formats (ELF, PE).
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.
Link: http://decompiler.fit.vutbr.cz/index.php