ida_search
Search the binary for byte patterns, strings, or Unicode text. Specify a pattern and choose the search type to locate matches.
Instructions
Search the binary for a byte pattern or string. kind: bytes|string|unicode
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Search type: bytes, string, unicode (default: bytes) | |
| limit | No | Max hits (default 20) | |
| pattern | Yes | Byte pattern ('48 89 ?? 24') or string text |