module greed.factory
class Factory
This class is used as a constructor of different objects:
- SimulationManager
- SimState
- Block
- TAC_Statement
- TAC_Function
method __init__
method block
method entry_state
entry_state(
xid: str,
init_ctx: dict = None,
options: dict = None,
max_calldatasize: int = None,
partial_concrete_storage: bool = False
) → SymbolicEVMState
method function
method simgr
method statement
This file was automatically generated via lazydocs.