Skip to main content
Glama

IDA Pro MCP

MIT License
1,975
  • Linux
  • Apple

set_comment

Set comments at specific addresses in IDA Pro's disassembly and pseudocode for better code analysis and documentation during reverse engineering tasks.

Instructions

Set a comment for a given address in the function disassembly and pseudocode

Input Schema

NameRequiredDescriptionDefault
addressYesAddress in the function to set the comment for
commentYesComment text

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "Address in the function to set the comment for", "title": "Address", "type": "string" }, "comment": { "description": "Comment text", "title": "Comment", "type": "string" } }, "required": [ "address", "comment" ], "title": "set_commentArguments", "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