Skip to content

v4.0

Compare
Choose a tag to compare
@PeterMatula PeterMatula released this 07 Apr 21:15
· 548 commits to master since this release
  • 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 the retdectool 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.