Rizin
unix-like reverse engineering framework and cli tools
capstone.evm Namespace Reference

Classes

class  CsEvm
 

Functions

def get_arch_info (a)
 

Function Documentation

◆ get_arch_info()

def capstone.evm.get_arch_info (   a)

Definition at line 15 of file evm.py.

15 def get_arch_info(a):
16  return (a.pop, a.push, a.fee)
17 
def get_arch_info(a)
Definition: evm.py:15