IDA Pro MCP Server

by fdrechsler
Verified

search_immediate_value

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" }