Types and logic for decoding ARMv4T machine code. This could be useful for disassembly or emulation.
Documentation is on [docs.rs].
Add this to your Cargo.toml
:
toml
[dependencies]
armv4t = "0.1"
and this to your crate root:
rust
extern crate armv4t;