
RetDec
#Security Testing#Malware Analysis
A tool for translating Dalvik bytecode to equivalent Java bytecode, allowing Java analysis tools to analyze Android applications.
RetDec: A Retargetable Machine-Code Decompiler
RetDec is a versatile machine-code decompiler that is built on the LLVM framework.
The decompiler supports various file formats and architectures
The decompiler is compatible with a range of file formats, including ELF, PE, Mach-O, COFF, AR, Intel HEX, and raw machine code. It also supports multiple architectures such as Intel x86, ARM, MIPS, PIC32, PowerPC, x86-64, and ARM64.
It offers features such as static analysis and more
It provides features such as static analysis, compiler and packer detection, instruction decoding, library code removal, extraction of debugging information, reconstruction of instruction idioms, and detection of C++ class hierarchies.