r.a.MemoryAccessPointIterator(object) : class documentation

Part of reven.api View In Hierarchy

Iterator on points accessing given memory (read or write) from a Point.

Method __init__ No summary
Method __iter__ Undocumented
Method __reversed__ Undocumented
Method next Undocumented
def __init__(self, point, logical, segment=None, size=1, forward=True, write_accesses=True, read_accesses=True):
ParameterspointPoint to start iteration from.
logicalLogical address of the memory to follow.
segmentSegment of the memory to follow (use ds value at point if segment is None)
sizeSize (in bytes) of the memory to follow.
forwardIterate forward (True) or backward (False)
write_accessesInclude write accesses.
read_accessesInclude read accesses.
def __iter__(self):
Undocumented
def __reversed__(self):
Undocumented
def next(self):
Undocumented
API Documentation for reven, generated by pydoctor at 2017-01-20 15:13:29.