Value | Meaning |
---|---|
CS_GRP_INVALID0 | < uninitialized/invalid group. |
CS_GRP_JUMP1 | < all jump instructions (conditional+direct+indirect jumps) |
CS_GRP_CALL2 | < all call instructions |
CS_GRP_RET3 | < all return instructions |
CS_GRP_INT4 | < all interrupt instructions (int+syscall) |
CS_GRP_IRET5 | < all interrupt return instructions |
CS_GRP_PRIVILEGE6 | < all privileged instructions |
CS_GRP_BRANCH_RELATIVE7 | < all relative branching instructions |
Common instruction groups - to be consistent across all architectures.