find_strings
Find ASCII and Unicode strings in debugged process memory. Filter by module, substring, minimum length, and maximum results for targeted analysis.
Instructions
Search for ASCII and Unicode strings in the debuggee's memory. Optionally filter by content substring or module.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sessionId | Yes | Session ID | |
| module | No | Limit search to a specific module | |
| filter | No | Substring filter on string content | |
| minLength | No | Minimum string length (default 4) | |
| maxResults | No | Maximum results (default 200) |