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

Method __init__ No summary
Method __iter__ Undocumented
Method __reversed__
Method next
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.
Raisesreven_api.ServiceNotAllowedDuringExecutionErrorIf this method is called during the execution.
RuntimeErrorIf the connection is lost, in case of bad input, or in case of internal service error.
def __iter__(self):
Undocumented
def __reversed__(self):
Raisesreven_api.ServiceNotAllowedDuringExecutionErrorIf this method is called during the execution.
RuntimeErrorIf the connection is lost, in case of bad input, or in case of internal service error.
def next(self):
Raisesreven_api.ServiceNotAllowedDuringExecutionErrorIf this method is called during the execution.
RuntimeErrorIf the connection is lost, in case of bad input, or in case of internal service error.
API Documentation for reven, generated by pydoctor at 2018-06-06 16:31:21.