| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CmdLine-0.12.4-x86-aa02002c3b.zip | 2026-07-29 | 22.1 MB | |
| CmdLine-0.12.4-x64-aa02002c3b.zip | 2026-07-29 | 22.7 MB | |
| WindowsDecompiler-0.12.4-x86-aa02002c3b.zip | 2026-07-29 | 24.6 MB | |
| WindowsDecompiler-0.12.4-x64-aa02002c3b.zip | 2026-07-29 | 25.1 MB | |
| Reko-0.12.4-x86-aa02002c3b.msi | 2026-07-29 | 20.3 MB | |
| Reko-0.12.4-x64-aa02002c3b.msi | 2026-07-29 | 20.4 MB | |
| README.md | 2026-07-29 | 609 Bytes | |
| Version 0.12.4 source code.tar.gz | 2026-07-29 | 55.3 MB | |
| Version 0.12.4 source code.zip | 2026-07-29 | 59.4 MB | |
| Totals: 9 Items | 249.9 MB | 11 | |
A small update which enables future improvements has been released.
- Switched the solution file format to
.slnx - Renamed
Reko.Core.Types.Pointer=>Reko.Core.Types.PointerTypewhich harmonizes with the other*Typeclasses. - Use
ExpressionEmitter.ExtendSand.ExtendZto express sign- and zero-extension, rather than arbitraryConvertcalls which ended up being inconsistent. - Introduced
addc/subcintrinsics, and replaced sequencesIAdd(IAdd(a, b), C)andISub(ISub(a, b), C)with intrinsics__addc(a, b, C)and__subc(a, b, C)to simplify analyses.