|
int | capstone.evm_const.EVM_INS_STOP = 0 |
|
int | capstone.evm_const.EVM_INS_ADD = 1 |
|
int | capstone.evm_const.EVM_INS_MUL = 2 |
|
int | capstone.evm_const.EVM_INS_SUB = 3 |
|
int | capstone.evm_const.EVM_INS_DIV = 4 |
|
int | capstone.evm_const.EVM_INS_SDIV = 5 |
|
int | capstone.evm_const.EVM_INS_MOD = 6 |
|
int | capstone.evm_const.EVM_INS_SMOD = 7 |
|
int | capstone.evm_const.EVM_INS_ADDMOD = 8 |
|
int | capstone.evm_const.EVM_INS_MULMOD = 9 |
|
int | capstone.evm_const.EVM_INS_EXP = 10 |
|
int | capstone.evm_const.EVM_INS_SIGNEXTEND = 11 |
|
int | capstone.evm_const.EVM_INS_LT = 16 |
|
int | capstone.evm_const.EVM_INS_GT = 17 |
|
int | capstone.evm_const.EVM_INS_SLT = 18 |
|
int | capstone.evm_const.EVM_INS_SGT = 19 |
|
int | capstone.evm_const.EVM_INS_EQ = 20 |
|
int | capstone.evm_const.EVM_INS_ISZERO = 21 |
|
int | capstone.evm_const.EVM_INS_AND = 22 |
|
int | capstone.evm_const.EVM_INS_OR = 23 |
|
int | capstone.evm_const.EVM_INS_XOR = 24 |
|
int | capstone.evm_const.EVM_INS_NOT = 25 |
|
int | capstone.evm_const.EVM_INS_BYTE = 26 |
|
int | capstone.evm_const.EVM_INS_SHA3 = 32 |
|
int | capstone.evm_const.EVM_INS_ADDRESS = 48 |
|
int | capstone.evm_const.EVM_INS_BALANCE = 49 |
|
int | capstone.evm_const.EVM_INS_ORIGIN = 50 |
|
int | capstone.evm_const.EVM_INS_CALLER = 51 |
|
int | capstone.evm_const.EVM_INS_CALLVALUE = 52 |
|
int | capstone.evm_const.EVM_INS_CALLDATALOAD = 53 |
|
int | capstone.evm_const.EVM_INS_CALLDATASIZE = 54 |
|
int | capstone.evm_const.EVM_INS_CALLDATACOPY = 55 |
|
int | capstone.evm_const.EVM_INS_CODESIZE = 56 |
|
int | capstone.evm_const.EVM_INS_CODECOPY = 57 |
|
int | capstone.evm_const.EVM_INS_GASPRICE = 58 |
|
int | capstone.evm_const.EVM_INS_EXTCODESIZE = 59 |
|
int | capstone.evm_const.EVM_INS_EXTCODECOPY = 60 |
|
int | capstone.evm_const.EVM_INS_RETURNDATASIZE = 61 |
|
int | capstone.evm_const.EVM_INS_RETURNDATACOPY = 62 |
|
int | capstone.evm_const.EVM_INS_BLOCKHASH = 64 |
|
int | capstone.evm_const.EVM_INS_COINBASE = 65 |
|
int | capstone.evm_const.EVM_INS_TIMESTAMP = 66 |
|
int | capstone.evm_const.EVM_INS_NUMBER = 67 |
|
int | capstone.evm_const.EVM_INS_DIFFICULTY = 68 |
|
int | capstone.evm_const.EVM_INS_GASLIMIT = 69 |
|
int | capstone.evm_const.EVM_INS_POP = 80 |
|
int | capstone.evm_const.EVM_INS_MLOAD = 81 |
|
int | capstone.evm_const.EVM_INS_MSTORE = 82 |
|
int | capstone.evm_const.EVM_INS_MSTORE8 = 83 |
|
int | capstone.evm_const.EVM_INS_SLOAD = 84 |
|
int | capstone.evm_const.EVM_INS_SSTORE = 85 |
|
int | capstone.evm_const.EVM_INS_JUMP = 86 |
|
int | capstone.evm_const.EVM_INS_JUMPI = 87 |
|
int | capstone.evm_const.EVM_INS_PC = 88 |
|
int | capstone.evm_const.EVM_INS_MSIZE = 89 |
|
int | capstone.evm_const.EVM_INS_GAS = 90 |
|
int | capstone.evm_const.EVM_INS_JUMPDEST = 91 |
|
int | capstone.evm_const.EVM_INS_PUSH1 = 96 |
|
int | capstone.evm_const.EVM_INS_PUSH2 = 97 |
|
int | capstone.evm_const.EVM_INS_PUSH3 = 98 |
|
int | capstone.evm_const.EVM_INS_PUSH4 = 99 |
|
int | capstone.evm_const.EVM_INS_PUSH5 = 100 |
|
int | capstone.evm_const.EVM_INS_PUSH6 = 101 |
|
int | capstone.evm_const.EVM_INS_PUSH7 = 102 |
|
int | capstone.evm_const.EVM_INS_PUSH8 = 103 |
|
int | capstone.evm_const.EVM_INS_PUSH9 = 104 |
|
int | capstone.evm_const.EVM_INS_PUSH10 = 105 |
|
int | capstone.evm_const.EVM_INS_PUSH11 = 106 |
|
int | capstone.evm_const.EVM_INS_PUSH12 = 107 |
|
int | capstone.evm_const.EVM_INS_PUSH13 = 108 |
|
int | capstone.evm_const.EVM_INS_PUSH14 = 109 |
|
int | capstone.evm_const.EVM_INS_PUSH15 = 110 |
|
int | capstone.evm_const.EVM_INS_PUSH16 = 111 |
|
int | capstone.evm_const.EVM_INS_PUSH17 = 112 |
|
int | capstone.evm_const.EVM_INS_PUSH18 = 113 |
|
int | capstone.evm_const.EVM_INS_PUSH19 = 114 |
|
int | capstone.evm_const.EVM_INS_PUSH20 = 115 |
|
int | capstone.evm_const.EVM_INS_PUSH21 = 116 |
|
int | capstone.evm_const.EVM_INS_PUSH22 = 117 |
|
int | capstone.evm_const.EVM_INS_PUSH23 = 118 |
|
int | capstone.evm_const.EVM_INS_PUSH24 = 119 |
|
int | capstone.evm_const.EVM_INS_PUSH25 = 120 |
|
int | capstone.evm_const.EVM_INS_PUSH26 = 121 |
|
int | capstone.evm_const.EVM_INS_PUSH27 = 122 |
|
int | capstone.evm_const.EVM_INS_PUSH28 = 123 |
|
int | capstone.evm_const.EVM_INS_PUSH29 = 124 |
|
int | capstone.evm_const.EVM_INS_PUSH30 = 125 |
|
int | capstone.evm_const.EVM_INS_PUSH31 = 126 |
|
int | capstone.evm_const.EVM_INS_PUSH32 = 127 |
|
int | capstone.evm_const.EVM_INS_DUP1 = 128 |
|
int | capstone.evm_const.EVM_INS_DUP2 = 129 |
|
int | capstone.evm_const.EVM_INS_DUP3 = 130 |
|
int | capstone.evm_const.EVM_INS_DUP4 = 131 |
|
int | capstone.evm_const.EVM_INS_DUP5 = 132 |
|
int | capstone.evm_const.EVM_INS_DUP6 = 133 |
|
int | capstone.evm_const.EVM_INS_DUP7 = 134 |
|
int | capstone.evm_const.EVM_INS_DUP8 = 135 |
|
int | capstone.evm_const.EVM_INS_DUP9 = 136 |
|
int | capstone.evm_const.EVM_INS_DUP10 = 137 |
|
int | capstone.evm_const.EVM_INS_DUP11 = 138 |
|
int | capstone.evm_const.EVM_INS_DUP12 = 139 |
|
int | capstone.evm_const.EVM_INS_DUP13 = 140 |
|
int | capstone.evm_const.EVM_INS_DUP14 = 141 |
|
int | capstone.evm_const.EVM_INS_DUP15 = 142 |
|
int | capstone.evm_const.EVM_INS_DUP16 = 143 |
|
int | capstone.evm_const.EVM_INS_SWAP1 = 144 |
|
int | capstone.evm_const.EVM_INS_SWAP2 = 145 |
|
int | capstone.evm_const.EVM_INS_SWAP3 = 146 |
|
int | capstone.evm_const.EVM_INS_SWAP4 = 147 |
|
int | capstone.evm_const.EVM_INS_SWAP5 = 148 |
|
int | capstone.evm_const.EVM_INS_SWAP6 = 149 |
|
int | capstone.evm_const.EVM_INS_SWAP7 = 150 |
|
int | capstone.evm_const.EVM_INS_SWAP8 = 151 |
|
int | capstone.evm_const.EVM_INS_SWAP9 = 152 |
|
int | capstone.evm_const.EVM_INS_SWAP10 = 153 |
|
int | capstone.evm_const.EVM_INS_SWAP11 = 154 |
|
int | capstone.evm_const.EVM_INS_SWAP12 = 155 |
|
int | capstone.evm_const.EVM_INS_SWAP13 = 156 |
|
int | capstone.evm_const.EVM_INS_SWAP14 = 157 |
|
int | capstone.evm_const.EVM_INS_SWAP15 = 158 |
|
int | capstone.evm_const.EVM_INS_SWAP16 = 159 |
|
int | capstone.evm_const.EVM_INS_LOG0 = 160 |
|
int | capstone.evm_const.EVM_INS_LOG1 = 161 |
|
int | capstone.evm_const.EVM_INS_LOG2 = 162 |
|
int | capstone.evm_const.EVM_INS_LOG3 = 163 |
|
int | capstone.evm_const.EVM_INS_LOG4 = 164 |
|
int | capstone.evm_const.EVM_INS_CREATE = 240 |
|
int | capstone.evm_const.EVM_INS_CALL = 241 |
|
int | capstone.evm_const.EVM_INS_CALLCODE = 242 |
|
int | capstone.evm_const.EVM_INS_RETURN = 243 |
|
int | capstone.evm_const.EVM_INS_DELEGATECALL = 244 |
|
int | capstone.evm_const.EVM_INS_CALLBLACKBOX = 245 |
|
int | capstone.evm_const.EVM_INS_STATICCALL = 250 |
|
int | capstone.evm_const.EVM_INS_REVERT = 253 |
|
int | capstone.evm_const.EVM_INS_SUICIDE = 255 |
|
int | capstone.evm_const.EVM_INS_INVALID = 512 |
|
int | capstone.evm_const.EVM_INS_ENDING = 513 |
|
int | capstone.evm_const.EVM_GRP_INVALID = 0 |
|
int | capstone.evm_const.EVM_GRP_JUMP = 1 |
|
int | capstone.evm_const.EVM_GRP_MATH = 8 |
|
int | capstone.evm_const.EVM_GRP_STACK_WRITE = 9 |
|
int | capstone.evm_const.EVM_GRP_STACK_READ = 10 |
|
int | capstone.evm_const.EVM_GRP_MEM_WRITE = 11 |
|
int | capstone.evm_const.EVM_GRP_MEM_READ = 12 |
|
int | capstone.evm_const.EVM_GRP_STORE_WRITE = 13 |
|
int | capstone.evm_const.EVM_GRP_STORE_READ = 14 |
|
int | capstone.evm_const.EVM_GRP_HALT = 15 |
|
int | capstone.evm_const.EVM_GRP_ENDING = 16 |
|