ida_find_string_refs
Find strings matching a regex pattern and list every function that references them, helping locate usage of keywords like 'admin' or 'password' in binaries.
Instructions
Find all strings matching a regex pattern, then for each string list every function that references it. Great for finding where 'admin', 'password', 'cmd.exe', or C2 URLs are used.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pattern | Yes | Python regex pattern (case-insensitive). Examples: 'admin', 'cmd\.exe', 'password|passwd' |