memory_search
Search process memory for specific hex patterns or strings to identify data locations during mobile security testing and application research.
Instructions
Search process memory for a pattern
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Hex pattern (e.g., '41 42 43') or string to search | |
| is_string | No | Treat pattern as string instead of hex (default: false) |