scan_pattern
Search game memory for byte patterns using hex and wildcards, returning matching addresses.
Instructions
Search for a byte pattern in game memory.
Pattern format: hex bytes with ?? wildcards (e.g., "48 8B 05 ?? ?? ?? ?? 45")
Args: pattern: AOB pattern to search for module: Module to search in (default "GTA5.exe")
Returns: List of matching addresses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | ||
| module | No | GTA5.exe |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |