r.a.FileAddressSpace(AddressSpace) : class documentation

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.
def __init__(self, rvn_address_spaces):
Parametersrvn_address_spacesA list of reven_api.vector_of_address_space instances.
def chunks(self):

The list of contiguous regions the address space is composed of.

def __repr__(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2016-05-25 16:38:00.