frida_search_strings
Search for specific strings within process memory using pattern matching and wildcards to analyze application data during runtime.
Instructions
Search for strings in process memory.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| pattern | Yes | String to search for (supports wildcards) | |
| case_sensitive | No | ||
| limit | No |