find_regex
Search through strings in IDA Pro instances with case-insensitive regular expressions to quickly find relevant code or data.
Instructions
Search strings with case-insensitive regex patterns
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Regex pattern to search for in strings | |
| limit | No | Max matches (default: 30, max: 500) | |
| offset | No | Skip first N matches (default: 0) | |
| instance_id | Yes | Target IDA instance ID (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||