v4.0
- Added support for decompilation of 64-bit ARM binaries (#268, #533, #550).
- Added option to generate the decompilation results as JSON (JSON output file format). This output contains additional meta-information and can be conveniently consumed by 3rd-party tools.
- Added a new library called
retdec
that lets you decompile the input into both LLVM IR module and structured (i.e. functions and basic blocks) Capstone disassembly. See theretdectool
demo application. - Implemented proper RetDec installation (#648). It is now possible to easily use RetDec components in other CMake projects.
See the accompanying blog post for detailed description of the main features.
For all the changes, see the full changelog.