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-v3.3-ubuntu-64b.zip | 2019-04-30 | 274.6 MB | |
| retdec-v3.3-fedora-64b.zip | 2019-04-30 | 270.4 MB | |
| retdec-v3.3-debian-64b.zip | 2019-04-30 | 273.4 MB | |
| retdec-v3.3-macos-64b.zip | 2019-04-25 | 273.0 MB | |
| retdec-v3.3-windows-32b.zip | 2019-03-19 | 258.3 MB | |
| retdec-v3.3-windows-64b.zip | 2019-03-19 | 260.5 MB | |
| README.md | 2019-03-18 | 841 Bytes | |
| v3.3.tar.gz | 2019-03-18 | 8.5 MB | |
| v3.3.zip | 2019-03-18 | 10.2 MB | |
| Totals: 9 Items | 1.6 GB | 3 | |
- Added basic support for decompilation of x86-64 binaries (previously, RetDec supported only 32b Intel x86).
- Added support for build and run on FreeBSD and potentially on other BSD OSes.
- Replaced the old LLVMIR-to-BIR converter in
retdec-llvmir2hllwith a new one, which, in most cases, improves code structure and significantly speeds up decompilations. - Reduced the needed stack space in
retdec-llvmir2hll, which lowers its memory requirements. retdec-fileinfois now able to parse and generate imported types and TypeRef hashes for .NET binaries, metadata of Visual Basic binaries, and icon hashes for exact and similarity matching in PE files.- Many bug fixes.
For more details, see the full changelog.