Module cs_group_type

Source

Constants§

CS_GRP_BRANCH_RELATIVE
< all relative branching instructions
CS_GRP_CALL
< all call instructions
CS_GRP_INT
< all interrupt instructions (int+syscall)
CS_GRP_INVALID
< uninitialized/invalid group.
CS_GRP_IRET
< all interrupt return instructions
CS_GRP_JUMP
< all jump instructions (conditional+direct+indirect jumps)
CS_GRP_PRIVILEGE
< all privileged instructions
CS_GRP_RET
< all return instructions

Type Aliases§

Type
Common instruction groups - to be consistent across all architectures.