Skip to main content
Glama

IDA Pro MCP

MIT License
1,975
  • Linux
  • Apple

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

NameRequiredDescriptionDefault
countYesNumber of strings to list (100 is a good default, 0 means remainder)
offsetYesOffset to start listing from (start at 0)
patternYesSubstring to search for in strings

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of strings to list (100 is a good default, 0 means remainder)", "title": "Count", "type": "integer" }, "offset": { "description": "Offset to start listing from (start at 0)", "title": "Offset", "type": "integer" }, "pattern": { "description": "Substring to search for in strings", "title": "Pattern", "type": "string" } }, "required": [ "pattern", "offset", "count" ], "title": "search_stringsArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mrexodia/ida-pro-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server