frida_memory_scan
Scan a process's memory for a specific byte pattern. Provide PID, start address, size, and a Frida-style pattern to locate matching bytes.
Instructions
Scan process memory for a byte pattern.
Args: pid: Target process PID (must have active session). address: Start address (hex string). size: Number of bytes to scan. pattern: Frida-style pattern (e.g. "48 8b ?? 00").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pid | Yes | ||
| size | Yes | ||
| address | Yes | ||
| pattern | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |