Skip to main content
Glama

IDA Pro MCP Server

by fdrechsler

search_text

Search for specific text within binary files using the IDA Pro MCP Server, enabling reverse engineering tasks with customizable start and end addresses and case sensitivity options.

Instructions

Search for text in the binary

Input Schema

NameRequiredDescriptionDefault
caseSensitiveNoWhether the search is case sensitive (default: false)
endAddressNoEnd address for search (optional)
startAddressNoStart address for search (optional)
textYesText to search for

Input Schema (JSON Schema)

{ "properties": { "caseSensitive": { "description": "Whether the search is case sensitive (default: false)", "type": "boolean" }, "endAddress": { "description": "End address for search (optional)", "type": "string" }, "startAddress": { "description": "Start address for search (optional)", "type": "string" }, "text": { "description": "Text to search for", "type": "string" } }, "required": [ "text" ], "type": "object" }

You must be authenticated.

Other Tools from IDA Pro MCP Server

Related Tools

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/fdrechsler/mcp-server-idapro'

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