r.a.AddressSpace(object) : class documentation

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.
def chunks(self):

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

@property
def base(self):

The address space's base address.

def __contains__(self, address):

Find out if an address is inside the address space.

ParametersaddressThe virtual address to test.
ReturnsA boolean indicating whether or not the address is present in this address space.
API Documentation for reven, generated by pydoctor at 2016-05-25 16:38:00.