rbran / sleigh-rs

Ghidra Sleight (PCode) parsing library in Rust.
MIT License
35 stars 5 forks source link
disassembler disassembly emulation emulator ghidra reverse-engineering rust

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