Known subclasses: reven.api.DeviceAddressSpace, reven.api.FileAddressSpace, reven.api.ProcessAddressSpace

Abstract representation of a non-contiguous memory region.

Class Segment Named contiguous part of memory.
Method segments Property: The contiguous regions the address space is composed of.
Method contains Find out if an address is inside the address space.
@property
def segments(self):

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

ReturnsA list of Segment objects.
RaisesNotImplementedErrorif not called from an instance of a subclass that overrides this method.
def contains(self, offset):

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 2018-06-06 16:31:21.