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 | Chunk | An address space contiguous region. |
Method | chunks | The list of contiguous regions the address space is composed of. |
Method | base | The address space's base address. |
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.