Skip to content

sunjito/reko-extras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reko decompiler extras

This repository contains tools, demos and other artifacts that are used in conjunction with the Reko decompiler.

RekoSifter

This tool was inspired by https://github.com/xoreaxeaxeax/sandsifter, which uses a clever algorithm to enumerate the vast x86 instruction space. RekoSifter can be used with any one of the architectures supported by Reko, and is useful to discover unimplemented or illegal instructions. RekoSifter optionally compares its output with other disassemblers (currently objdump and LLVM).

Batch

This tool runs through a directory, invoking Reko on binaries and collecting all instructions that Reko's disassembler reports as unimplemented. The collected instructions are then used to generate unit tests that can be used as a starting point for implementing said unimplemented instructions.

About

Tools, scripts, demos, and other goodies for the Reko decompiler

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.8%
  • Other 0.2%