Open
Description
Work environment
Questions | Answers |
---|---|
Capstone module affected | Mips |
Source of Capstone | git clone |
Version/git commit | 8ac2843 (HEAD, tag: 6.0.0-Alpha3) |
I am seeking clarification on the operand types CS_OP_MEM_REG
and CS_OP_MEM_IMM
.
capstone/include/capstone/cs_operand.h
Lines 28 to 30 in 6461ed0
In what cases are these exposed to the user of Capstone? Testing different instructions that dereference memory appears to just expose the type 0x80
for memory operands.
I'm trying to find examples of instructions that have operands with the CS_OP_MEM_REG
and CS_OP_MEM_IMM
types - any examples would be greatly appreciated.