The interactive file manager requires Javascript. Please enable it or use sftp or scp.
You may still browse the files here.
| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| retdec-v4.0-windows-32b.7z | 2020-04-07 | 163.3 MB | |
| retdec-v4.0-fedora-64b.tar.xz | 2020-04-07 | 162.5 MB | |
| retdec-v4.0-windows-64b.7z | 2020-04-07 | 172.4 MB | |
| retdec-v4.0-ubuntu-64b.tar.xz | 2020-04-07 | 164.9 MB | |
| retdec-v4.0-debian-64b.tar.xz | 2020-04-07 | 164.8 MB | |
| retdec-v4.0-macos-64b.tar.xz | 2020-04-07 | 180.3 MB | |
| README.md | 2020-04-07 | 1.2 kB | |
| v4.0.tar.gz | 2020-04-07 | 8.7 MB | |
| v4.0.zip | 2020-04-07 | 10.5 MB | |
| Totals: 9 Items | 1.0 GB | 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
retdecthat lets you decompile the input into both LLVM IR module and structured (i.e. functions and basic blocks) Capstone disassembly. See theretdectooldemo 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.