Part of reven.api View In Hierarchy
An address space representing a process memory.
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 | revn | A Project instance. |
rvn_proc_as | A reven_api.reven_vector_of_process_address_space instance. |
The list of contiguous regions the address space is composed of.