pcode-rs

Crates.iopcode-rs
lib.rspcode-rs
version0.1.0
created_at2025-04-25 05:31:33.606741+00
updated_at2025-04-25 05:31:33.606741+00
descriptionMachine code disassembly and IR translation library for Rust using the excellent SLEIGH library from the Ghidra framework.
homepage
repositoryhttps://github.com/XYlearn/pcode-rs
max_upload_size
id1648531
size14,997,795
XYlearn (XYlearn)

documentation

README

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.

Commit count: 2

cargo fmt