memory_search
Search process memory for hex patterns or strings to locate specific data or code in a running Android app during security testing.
Instructions
Search process memory for a pattern
Input 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) |