Skip to main content
Glama

IDA Pro MCP Server

by fdrechsler

search_immediate_value

Locate specific immediate values in binary files within defined address ranges using IDA Pro MCP Server. Streamline reverse engineering by identifying key data points efficiently.

Instructions

Search for immediate values in the binary

Input Schema

NameRequiredDescriptionDefault
endAddressNoEnd address for search (optional)
radixNoRadix for number conversion (default: 16)
startAddressNoStart address for search (optional)
valueYesValue to search for (number or string)

Input Schema (JSON Schema)

{ "properties": { "endAddress": { "description": "End address for search (optional)", "type": "string" }, "radix": { "description": "Radix for number conversion (default: 16)", "type": "number" }, "startAddress": { "description": "Start address for search (optional)", "type": "string" }, "value": { "description": "Value to search for (number or string)", "type": "string" } }, "required": [ "value" ], "type": "object" }
Install Server

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