Part of reven.api View In Hierarchy
Known subclasses: reven.api.DeviceAddressSpace, reven.api.FileAddressSpace, reven.api.ProcessAddressSpace
Abstract representation of non contiguous memory region.
Class | Segment | Named contiguous part of memory. |
Method | segments | The list of contiguous regions the address space is composed of. |
Method | contains | Find out if an address is inside the address space. @param address: The virtual address to test. @return: A boolean indicating whether or not the address is present in this address space. |
The list of contiguous regions the address space is composed of.