RISC-V also has a extension for compressed instructions (2-byte). Currently those are not supported, because capstone does not disassemble them correctly.
There is a pull-request, which merges the necessary changes:
capstone-engine/capstone#1594
So we have to wait until this one is merged.
RISC-V also has a extension for compressed instructions (2-byte). Currently those are not supported, because capstone does not disassemble them correctly.
There is a pull-request, which merges the necessary changes:
capstone-engine/capstone#1594
So we have to wait until this one is merged.