pet_mem_find
Search memory for a byte pattern and retrieve matching addresses, with results truncated when limit is exceeded.
Instructions
Search memory for a byte pattern (values: one or more $hex/decimal
bytes). Returns match addresses; "truncated" is true when limit
clipped the list. Does not disturb run/stop state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| start | No | $0000 | |
| length | No | ||
| values | Yes | ||
| session | No |