Rizin
unix-like reverse engineering framework and cli tools
capstone.evm.CsEvm Class Reference
Inheritance diagram for capstone.evm.CsEvm:

Static Private Attributes

tuple _fields_
 

Detailed Description

Definition at line 8 of file evm.py.

Member Data Documentation

◆ _fields_

tuple capstone.evm.CsEvm._fields_
staticprivate
Initial value:
= (
('pop', ctypes.c_byte),
('push', ctypes.c_byte),
('fee', ctypes.c_uint),
)

Definition at line 9 of file evm.py.


The documentation for this class was generated from the following file: