| Crates.io | pcode-rs |
| lib.rs | pcode-rs |
| version | 0.1.0 |
| created_at | 2025-04-25 05:31:33.606741+00 |
| updated_at | 2025-04-25 05:31:33.606741+00 |
| description | Machine code disassembly and IR translation library for Rust using the excellent SLEIGH library from the Ghidra framework. |
| homepage | |
| repository | https://github.com/XYlearn/pcode-rs |
| max_upload_size | |
| id | 1648531 |
| size | 14,997,795 |
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.
clang: required by rust-bindgen
Please refer to translate.rs for usage example.