capstone
capstone copied to clipboard
MIPS - JAL missing CALL/jump group
In disassembling the MIPS JAL instruction, a group indicating it is a CALL (or any type of jump) instruction is missing.
Instruction bytes giving faulty results
0x04,0x00,0x00,0x0c
Expected results
The details should contain the call group.
Steps to get the wrong result
With cstool:
cstool -d mips 0x0400000c
| Questions | Answers |
|---|---|
| OS/arch/bits | Ubuntu x86 |
| Architecture | mips |
| Source of Capstone | `Python release 5.0.2" |
| Version/git commit | v5.0.1280 |