IDA Pro MCP

by mrexodia
Verified
MIT License
1,471
  • 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" }
ID: 35q428b8zg