list_ida_instances
Find all running IDA Pro instances with the MCP plugin active, returning their ports and database names for remote connection.
Instructions
List all running IDA instances with MCP plugin enabled.
Returns: str: JSON-formatted list of IDA instances with their ports and database info.
Example response: { "count": 2, "instances": { "12345_crackme.exe": {"port": 13338, "database": "crackme.exe"}, "67890_malware.dll": {"port": 13339, "database": "malware.dll"} } }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |