Download Latest Version Reko-0.12.4-x86-aa02002c3b.msi (20.3 MB)
Email in envelope

Get an email when there's a new version of reko

Home / version-0.12.4
Name Modified Size InfoDownloads / 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.PointerType which harmonizes with the other *Type classes.
  • Use ExpressionEmitter.ExtendS and .ExtendZ to express sign- and zero-extension, rather than arbitrary Convert calls which ended up being inconsistent.
  • Introduced addc/subc intrinsics, and replaced sequences IAdd(IAdd(a, b), C) and ISub(ISub(a, b), C) with intrinsics __addc(a, b, C) and __subc(a, b, C) to simplify analyses.
Source: README.md, updated 2026-07-29