← Package directory
Available on winget

Install Reko decompiler

Reko is a binary decompiler.

Install with winget
winget install --id uxmal.reko
Upgrade
winget upgrade --id uxmal.reko
Uninstall
winget uninstall --id uxmal.reko

About Reko decompiler

Reko is a decompiler for machine code binaries. This project is freely available under the GNU General Public License.

Version history

Version Updated Notes
0.12.1.0 Unknown Release notes
0.12.0.0 Unknown Release notes
0.11.6.0 Unknown Release notes
0.11.5.0 Unknown Release notes
0.11.4.0 Unknown - reko disasseble, which loads a file and disassembles its contents - reko decompile, which in addition performs data, type and structure - reko assemble, which allows users to assemble source files. - A new unpacker for...
0.11.3.0 Unknown - Introduced the notion of Unlikely instructions: instructions that while well-formed are unlikely to be present in a "normal" program. Reko can optionally be instructed to treat such unlikely instructions as invalid - T...
0.11.1.0 Unknown This maintenance release provides minor enhancements and bugfixes, including: • More ARM32 rewriters. • More uses of generic IntrinsicProcedures. • Replace recursive SccFinder with an non-recursive implementation. • Init...
0.11.0.0 Unknown This release of Reko has breaking changes in interfaces and classes, and completes the move to .NET 5.0. Many classes were also moved to different namespaces: • you'll need to recompile your project. • The file loading c...
0.10.1.0 Unknown No notes
0.10.0.0 Unknown No notes
0.9.3.0 Unknown No notes
0.9.1.0 Unknown No notes