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