scan_aob
Scan memory for byte patterns with wildcards to locate code for hooking. Returns addresses matching the specified pattern.
Instructions
Array-of-bytes pattern scan. pattern like 'DE AD ?? EF' (?? = wildcard).
Returns matching addresses. Great for finding code to hook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stop | No | ||
| start | No | ||
| pattern | Yes | ||
| protection | No |