RVDASM
A RISC-V disassmbler written in rust.
Key features
- Correct: code-gen from riscv-opcodes
- Programmer-friedly: outputs to struct, not string
- Simple: easy to read and modify
The isa.rs file is generated from iansseijelly:riscv-opcodes.
Run
in that repo to generate isa.rs.
Usage
Example:
RUST_LOG=debug