search_in_names
Search for specific names or symbols in a binary file using customizable filters like case sensitivity and symbol type, aiding reverse engineering and binary analysis in IDA Pro.
Instructions
Search for names/symbols in the binary
Input Schema
Name | Required | Description | Default |
---|---|---|---|
caseSensitive | No | Whether the search is case sensitive (default: false) | |
pattern | Yes | Pattern to search for in names | |
type | No | Type of names to search for (function, data, import, export, label, all) |