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 Segment Named contiguous part of memory.
Method segments The list of contiguous regions the address space is composed of.
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 segments(self):

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

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 2017-01-20 15:13:29.