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.