frida_memory_scan
Scan process memory for specific byte patterns to locate code or data structures during dynamic analysis and debugging.
Instructions
Scan process memory for a pattern.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| pattern | Yes | Hex pattern to search (e.g., '48 8b 05 ?? ?? ?? ??') | |
| protection | No | Memory protection filter (e.g., 'r-x') | r-- |