Product Details
Retargetable Decompiler
Created: 2013
Křoustek Jakub, Ing., Ph.D.
Zemek Petr, Ing., Ph.D.
Vrana Ondřej, Ing.
Matula Peter, Ing.
Kolář Dušan, doc. Dr. Ing. (DIFS)
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.