| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Reko-0.12.3-x64-f6a16a2abd.msi | 2026-06-16 | 20.4 MB | |
| CmdLine-0.12.3-x86-f6a16a2abd.zip | 2026-06-16 | 22.3 MB | |
| CmdLine-0.12.3-x64-f6a16a2abd.zip | 2026-06-16 | 28.1 MB | |
| WindowsDecompiler-0.12.3-x86-f6a16a2abd.zip | 2026-06-16 | 24.7 MB | |
| WindowsDecompiler-0.12.3-x64-f6a16a2abd.zip | 2026-06-16 | 30.6 MB | |
| Reko-0.12.3-x86-f6a16a2abd.msi | 2026-06-16 | 20.3 MB | |
| README.md | 2026-06-16 | 1.0 kB | |
| Version 0.12.3 source code.tar.gz | 2026-06-16 | 55.3 MB | |
| Version 0.12.3 source code.zip | 2026-06-16 | 59.4 MB | |
| Totals: 9 Items | 261.2 MB | 4 | |
A new Reko release sees the world! The changes are not large but worthy nevertheless:
- Support for the NEC V20 architecture, similar to the x86 but with some different instruction encodings.
- Support for Intel Itanium IA-64 architecture.
- Introduced the concept of "RegisterBanks" in the Reko codebase.
- Refactored the command-line driver so that it doesn't use "string-based typing".
- A TimeUtilities used for rendering times.
- Performance improvements in LongAddRewriter analysis resulted in 25% wall-clock reduction on some binaries.
- Added user interface to allow users to modify the platform Reko uses decompilation.
- Migrated code to use the new IMemory interface.
- Added support for handling
intinstructions in the X86 emulator. - Reduced memory footprint of shingle scanner
- Improved selection gestures in the MemoryControl.
- Avalonia driver now has feature-matched ImageMapControl, ImageMapView, ad VisualizerControl
Bug fixes: [#1287], [#1363] [#1365] (partial), [#1364]