frida_kernel_scan
Scans kernel memory for specified hex patterns. Provide start address, size, and pattern to locate memory regions.
Instructions
Scan kernel memory for a hex pattern. Requires kernel access.
address: start address (hex string).
size: number of bytes to scan.
pattern: Frida hex pattern (e.g. '48 8b ?? c3').
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | ||
| size | Yes | ||
| pattern | Yes |