[−][src]Module capstone_sys::evm_insn_group
Constants
EVM_GRP_ENDING | < <-- mark the end of the list of groups |
EVM_GRP_HALT | < instructions halt execution |
EVM_GRP_INVALID | < = CS_GRP_INVALID |
EVM_GRP_JUMP | < all jump instructions |
EVM_GRP_MATH | < math instructions |
EVM_GRP_MEM_READ | < instructions read from memory |
EVM_GRP_MEM_WRITE | < instructions write to memory |
EVM_GRP_STACK_READ | < instructions read from stack |
EVM_GRP_STACK_WRITE | < instructions write to stack |
EVM_GRP_STORE_READ | < instructions read from storage |
EVM_GRP_STORE_WRITE | < instructions write to storage |
Type Definitions
Type | Group of EVM instructions |