search_strings
Find strings containing a specified pattern in IDA Pro using case-insensitive search. Input pattern, offset, and count to retrieve matching results efficiently.
Instructions
Search for strings containing the given pattern (case-insensitive)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | Yes | Number of strings to list (100 is a good default, 0 means remainder) | |
offset | Yes | Offset to start listing from (start at 0) | |
pattern | Yes | Substring to search for in strings |