pcode-rs

Machine code disassembly and IR translation library for Rust using the excellent SLEIGH library from the Ghidra framework.


License
BSD-2-Clause

Documentation

pcode-rs

Machine code disassembly and IR translation library for Rust using the excellent SLEIGH library from the Ghidra framework.

This project is inspired by pycode, which is a subproject of angr.

Requirements

clang: required by rust-bindgen

Usage

Please refer to translate.rs for usage example.