capstone icon indicating copy to clipboard operation
capstone copied to clipboard

MIPS - JAL missing CALL/jump group

Open OBarronCS opened this issue 1 year ago • 0 comments

In disassembling the MIPS JAL instruction, a group indicating it is a CALL (or any type of jump) instruction is missing.

image

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

OBarronCS avatar Aug 18 '24 06:08 OBarronCS