Skip to main content
Glama

IDA Pro MCP

MIT License
1,975
  • Linux
  • Apple

convert_number

Convert numbers between decimal and hexadecimal formats with specified size in bytes, facilitating reverse engineering tasks in IDA Pro MCP.

Instructions

Convert a number (decimal, hexadecimal) to different representations

Input Schema

NameRequiredDescriptionDefault
sizeYesSize of the variable in bytes
textYesTextual representation of the number to convert

Input Schema (JSON Schema)

{ "properties": { "size": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "description": "Size of the variable in bytes", "title": "Size" }, "text": { "description": "Textual representation of the number to convert", "title": "Text", "type": "string" } }, "required": [ "text", "size" ], "title": "convert_numberArguments", "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