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 |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from IDA Pro MCP
- check_connection
- convert_number
- declare_c_type
- decompile_function
- disassemble_function
- get_current_address
- get_current_function
- get_entry_points
- get_function_by_address
- get_function_by_name
- get_metadata
- get_xrefs_to
- list_functions
- list_strings
- rename_function
- rename_global_variable
- rename_local_variable
- search_strings
- set_comment
- set_function_prototype
- set_global_variable_type
- set_local_variable_type
Related Tools
- @fdrechsler/mcp-server-idapro
- @mrexodia/ida-pro-mcp
- @mcollina/mcp-ripgrep
- @mcollina/mcp-ripgrep
- @Alihkhawaher/everything-search-server