Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 533 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 533 Bytes

Sleigh-rs

This project is a Ghidra Sleigh parser.

The project is unfinished, and is not ready for use.

For an example on how this lib can be used, checkout sleigh2rust and sleigh3rust.

Ghidra Sleigh

The Sleigh language used by Ghidra, describes CPU instructions sets, designed to facilitate the reverse-engineering and and emulate cpu architectures.

TODO

  • Unit tests.
  • Implement the final version of the instruction execution parser.