reven.api.AddressSpace(object) class documentationreven.api
(View In Hierarchy)
Known subclasses: reven.api.DeviceAddressSpace, reven.api.FileAddressSpace, reven.api.ProcessAddressSpace
Abstract representation of a non-contiguous memory region.
| Class | Segment | Named contiguous part of memory. |
| Method | segments | Property: The contiguous regions the address space is composed of. |
| Method | contains | Find out if an address is inside the address space. |
Property: The contiguous regions the address space is composed of.
| Returns | A list of Segment
objects. | |
| Raises | NotImplementedError | if not called from an instance of a subclass that overrides this method. |