find
Search for strings, immediate values, or references in a binary to pinpoint relevant code and data.
Instructions
Search for patterns in the binary (strings, immediate values, or references)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | Yes | Search type: 'string', 'immediate', 'data_ref', or 'code_ref' | |
| targets | Yes | Search targets (strings, integers, or addresses) | |
| limit | No | Max matches per target (default: 1000, max: 10000) | |
| offset | No | Skip first N matches (default: 0) | |
| instance_id | Yes | Target IDA instance ID (required) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |