Part of reven.api View In Hierarchy
Method | __init__ | Create a symbolic physical memory. @param address: The phsysical memory address. @param size: The physical memory bytes count. |
Method | address | The symbolic physical memory address. |
Method | __repr__ | Undocumented |
Method | _rvn_symbolic | Undocumented |
Inherited from Symbolic:
Method | size | The symbolic object size, in bytes. |
Create a symbolic physical memory.
Parameters | address | The phsysical memory address. |
size | The physical memory bytes count. |