Simple CLI tool for decoding RISCV instructions. Note that this tool does not support all instructions (unsupported: JType, CsrIType and System instructions).
Using cargo:
cargo run -- -h "0x01e60f33"
cargo run -- -b "74039"
From terminal:
./riscv-cli-decoder -h "0x01e60f33"