find_bytes
Search for byte patterns in binary files, using hex strings with '??' as wildcard for unknown bytes.
Instructions
Search for byte patterns in the binary (supports wildcards with ??)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patterns | Yes | Byte patterns to search for (e.g. '48 8B ?? ??') | |
| limit | No | Max matches per pattern (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 |