Product Details
Retargetable Decompiler
Created: 2013
Křoustek Jakub, Ing. (DIFS FIT BUT)
Zemek Petr, Ing. (DIFS FIT BUT)
Vrana Ondřej, Ing. (AVG)
Matula Peter, Ing. (DIFS FIT BUT)
Kolář Dušan, doc. Dr. Ing. (DIFS FIT BUT)
reverse engineering, decompilation, decompiler, retargetability, executable file, Lissom
The retargetable machine-code decompiler is used for translating binary executable files back into a high-level language representation (e.g. C source code). It can be used for source code reconstruction, binary code migration, malware analysis, etc. Retargetable decompilation is independent on a target architecture (e.g. MIPS, ARM, x86), operating system (e.g. Windows, Linux), and object file format (e.g. WinPE, ELF). The supported output formats are C and Python-like source codes, assembler, call graphs, and control-flow graphs. The decompiler is implemented as a toolchain containing several applications.