An address space representing the memory of a process.

Method __init__ Initialize a ProcessAddressSpace instance from a low-level object. Not meant to be called directly.
Method segments Property: The contiguous regions the address space is composed of.
Method file_address_spaces Property: Retrieve all the file address spaces contained in the process.
Method __repr__ Undocumented

Inherited from AddressSpace:

Class Segment Named contiguous part of memory.
Method contains Find out if an address is inside the address space.
def __init__(self, rvn_process_address_spaces):

Initialize a ProcessAddressSpace instance from a low-level object. Not meant to be called directly.

Use Process.mapping instead.

Parametersrvn_process_address_spacesA reven_api.reven_vector_of_process_address_space instance.
@property
def segments(self):

Property: The contiguous regions the address space is composed of.

ReturnsA list of Segment objects.
@property
def file_address_spaces(self):

Property: Retrieve all the file address spaces contained in the process.

ReturnsA list of FileAddressSpace objects.
def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2018-06-06 16:31:21.