Part of reven.api View In Hierarchy
An address space representing memory mapped files.
Method | __init__ | |
Method | chunks | The list of contiguous regions the address space is composed of. |
Method | __repr__ | Undocumented |
Inherited from AddressSpace:
Class | Chunk | An address space contiguous region. |
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. |
Parameters | rvn_address_spaces | A list of reven_api.vector_of_address_space instances. |
The list of contiguous regions the address space is composed of.