No class docstring
Method __init__ Create a symbolic physical memory.
Method address Property: The symbolic physical memory address.
Method name Property: The SymbolicPhysicalMemory in a human-readable form.
Method __repr__ Undocumented
Method _rvn_symbolic Undocumented

Inherited from Symbolic:

Method size Property: The symbolic object's size, in bytes.
def __init__(self, address, size):

Create a symbolic physical memory.

ParametersaddressThe phsysical memory address.
sizeThe physical memory bytes count.
@property
def _rvn_symbolic(self):
Undocumented
@property
def address(self):

Property: The symbolic physical memory address.

@property
def name(self):

Property: The SymbolicPhysicalMemory in a human-readable form.

def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2018-06-06 16:31:21.