[−][src]Module capstone_sys::cs_group_type
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 Definitions
Type | Common instruction groups - to be consistent across all architectures. |