Skip to main content
Glama

IDA Pro MCP Server

by fdrechsler

search_in_names

Search for specific names or symbols in a binary file using customizable filters like case sensitivity and symbol type, aiding reverse engineering and binary analysis in IDA Pro.

Instructions

Search for names/symbols in the binary

Input Schema

NameRequiredDescriptionDefault
caseSensitiveNoWhether the search is case sensitive (default: false)
patternYesPattern to search for in names
typeNoType of names to search for (function, data, import, export, label, all)

Input Schema (JSON Schema)

{ "properties": { "caseSensitive": { "description": "Whether the search is case sensitive (default: false)", "type": "boolean" }, "pattern": { "description": "Pattern to search for in names", "type": "string" }, "type": { "description": "Type of names to search for (function, data, import, export, label, all)", "type": "string" } }, "required": [ "pattern" ], "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/fdrechsler/mcp-server-idapro'

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