frida_memory_scan
Scan process memory for a hex pattern with wildcards, returning addresses of matches.
Instructions
Scan process memory for a hex pattern.
address: start address as hex string (e.g. '0x100000000').
size: number of bytes to scan.
pattern: frida hex pattern (e.g. '48 8b ?? c3', where ?? is wildcard).
Returns matching addresses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| address | Yes | ||
| size | Yes | ||
| pattern | Yes |