Instruction ID (basically a numeric ID for the instruction mnemonic)
Find the instruction id in the 'ARCH_insn' enum in the header file
of corresponding architecture, such as 'arm_insn' in arm.h for ARM,
'x86_insn' in x86.h for X86, etc...
This information is available even when CS_OPT_DETAIL = CS_OPT_OFF
NOTE: in Skipdata mode, "data" instruction has 0 for this id field.
Instruction ID (basically a numeric ID for the instruction mnemonic) Find the instruction id in the 'ARCH_insn' enum in the header file of corresponding architecture, such as 'arm_insn' in arm.h for ARM, 'x86_insn' in x86.h for X86, etc... This information is available even when CS_OPT_DETAIL = CS_OPT_OFF NOTE: in Skipdata mode, "data" instruction has 0 for this id field.