reven.api.SymbolicPhysicalMemory(Symbolic) class documentationreven.api
(View In Hierarchy)
| 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. |
Create a symbolic physical memory.
| Parameters | address | The phsysical memory address. |
| size | The physical memory bytes count. |