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. |
Raises | reven_api.ServiceNotAllowedDuringExecutionError | If this method is called during the execution. |
| RuntimeError | If the connection is lost, in case of bad input, or in case of internal
service error. |