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 |
Parameters | point | Point to start iteration from. |
logical | Logical address of the memory to follow. | |
segment | Segment of the memory to follow (use ds value at point if segment is None) | |
size | Size (in bytes) of the memory to follow. | |
forward | Iterate forward (True ) or backward (False ) | |
write_accesses | Include write accesses. | |
read_accesses | Include read accesses. |