wazabin-qcode 0.1.1

Typed SSA-style p-code IR for binary analysis, modelled after Ghidra's p-code
Documentation
1
2
3
4
5
6
//! Processor registers.
//!
//! The definitions live in `pcode-types`, shared with the SLEIGH decoder so
//! that a decoded register and an IR register are the same type.

pub use pcode_types::register::{Register, RegisterId, RegisterMutRef, RegisterRef};