Skip to main content
Glama
stdio_uri.json14.9 kB
{ "transport": "stdio", "category": "uri_resources", "generated_at": "2025-12-18T11:52:35.382022", "summary": { "total_calls": 18, "success": 17, "failed": 1, "success_rate": "94.4%" }, "uri_stats": { "resources/list": { "total": 1, "success": 1, "failed": 0, "avg_ms": 1979.13 }, "ida://idb/metadata": { "total": 1, "success": 1, "failed": 0, "avg_ms": 550.6 }, "ida://functions": { "total": 1, "success": 1, "failed": 0, "avg_ms": 539.93 }, "ida://functions/main*": { "total": 1, "success": 1, "failed": 0, "avg_ms": 569.72 }, "ida://function/0x400efc": { "total": 1, "success": 1, "failed": 0, "avg_ms": 538.07 }, "ida://strings": { "total": 1, "success": 1, "failed": 0, "avg_ms": 568.51 }, "ida://strings/hello": { "total": 1, "success": 1, "failed": 0, "avg_ms": 572.64 }, "ida://globals": { "total": 1, "success": 1, "failed": 0, "avg_ms": 591.0 }, "ida://globals/g_*": { "total": 1, "success": 1, "failed": 0, "avg_ms": 617.17 }, "ida://types": { "total": 1, "success": 1, "failed": 0, "avg_ms": 551.29 }, "ida://segments": { "total": 1, "success": 1, "failed": 0, "avg_ms": 533.33 }, "ida://imports": { "total": 1, "success": 1, "failed": 0, "avg_ms": 549.23 }, "ida://exports": { "total": 1, "success": 1, "failed": 0, "avg_ms": 534.93 }, "ida://xrefs/to/0x400efc": { "total": 1, "success": 1, "failed": 0, "avg_ms": 553.37 }, "ida://xrefs/from/0x400efc": { "total": 1, "success": 1, "failed": 0, "avg_ms": 589.34 }, "ida://memory/0x400efc": { "total": 1, "success": 1, "failed": 0, "avg_ms": 545.68 }, "ida://nonexistent/invalid": { "total": 1, "success": 0, "failed": 1, "avg_ms": 557.24 }, "ida://function/invalid_addr": { "total": 1, "success": 1, "failed": 0, "avg_ms": 573.84 } }, "calls": [ { "timestamp": "2025-12-18T11:52:03.225091", "transport": "stdio", "uri": "resources/list", "port": 10001, "success": true, "error": null, "result_type": "dict", "result_size": 3, "duration_ms": 1979.13, "result": { "resources": [ { "uri": "ida://idb/metadata", "name": "idb_metadata_resource", "description": "IDB file info via ida://idb/metadata URI." }, { "uri": "ida://functions", "name": "functions_resource", "description": "All functions via ida://functions URI." }, { "uri": "ida://strings", "name": "strings_resource", "description": "All strings via ida://strings URI." }, { "uri": "ida://globals", "name": "globals_resource", "description": "All global symbols via ida://globals URI." }, { "uri": "ida://types", "name": "types_resource", "description": "All local types via ida://types URI." }, "... (3 more items)" ], "templates": [], "total": 8 } }, { "timestamp": "2025-12-18T11:52:03.803914", "transport": "stdio", "uri": "ida://idb/metadata", "port": 10001, "success": true, "error": null, "result_type": "dict", "result_size": 5, "duration_ms": 550.6, "result": { "input_file": "E:\\ttl\\a3300r\\cloudupdate_check", "arch": "mips", "bits": 32, "endian": null, "hash": "730981a2049808c76c81845af949bcb05ea563944c87120f0d32d89031a4ce06" } }, { "timestamp": "2025-12-18T11:52:04.367253", "transport": "stdio", "uri": "ida://functions", "port": 10001, "success": true, "error": null, "result_type": "list", "result_size": 153, "duration_ms": 539.93, "result": [ { "name": "test_renamed_400EFC", "start_ea": "0x400EFC", "end_ea": "0x400F48", "size": "0x4C" }, { "name": "main", "start_ea": "0x400F50", "end_ea": "0x401220", "size": "0x2D0" }, { "name": "sub_401234", "start_ea": "0x401234", "end_ea": "0x4012A0", "size": "0x6C" }, { "name": "sub_4012A0", "start_ea": "0x4012A0", "end_ea": "0x401364", "size": "0xC4" }, { "name": "sub_401364", "start_ea": "0x401364", "end_ea": "0x40138C", "size": "0x28" }, "... (148 more items)" ] }, { "timestamp": "2025-12-18T11:52:04.955308", "transport": "stdio", "uri": "ida://functions/main*", "port": 10001, "success": true, "error": null, "result_type": "list", "result_size": 1, "duration_ms": 569.72, "result": [ { "name": "main", "start_ea": "0x400F50", "end_ea": "0x401220", "size": "0x2D0" } ] }, { "timestamp": "2025-12-18T11:52:05.512508", "transport": "stdio", "uri": "ida://function/0x400efc", "port": 10001, "success": true, "error": null, "result_type": "dict", "result_size": 4, "duration_ms": 538.07, "result": { "name": "test_renamed_400EFC", "start_ea": "0x400EFC", "end_ea": "0x400F48", "size": "0x4C" } }, { "timestamp": "2025-12-18T11:52:06.117338", "transport": "stdio", "uri": "ida://strings", "port": 10001, "success": true, "error": null, "result_type": "list", "result_size": 162, "duration_ms": 568.51, "result": [ { "ea": 4194676, "length": 25, "text": "/lib/ld-musl-mipsel.so.1" }, { "ea": 4196729, "length": 12, "text": "libcjson.so" }, { "ea": 4196741, "length": 10, "text": "__RLD_MAP" }, { "ea": 4196751, "length": 12, "text": "cJSON_Parse" }, { "ea": 4196763, "length": 6, "text": "_init" }, "... (157 more items)" ] }, { "timestamp": "2025-12-18T11:52:06.717468", "transport": "stdio", "uri": "ida://strings/hello", "port": 10001, "success": true, "error": null, "result_type": null, "result_size": 0, "duration_ms": 572.64, "result": [] }, { "timestamp": "2025-12-18T11:52:07.335923", "transport": "stdio", "uri": "ida://globals", "port": 10001, "success": true, "error": null, "result_type": "list", "result_size": 198, "duration_ms": 591.0, "result": [ { "name": "aLibLdMuslMipse", "ea": "0x400174", "size": 25 }, { "name": "elf_hash_nbucket", "ea": "0x400300", "size": 4 }, { "name": "elf_hash_nchain", "ea": "0x400304", "size": 4 }, { "name": "elf_hash_bucket", "ea": "0x400308", "size": 268 }, { "name": "elf_hash_chain", "ea": "0x400414", "size": 276 }, "... (193 more items)" ] }, { "timestamp": "2025-12-18T11:52:07.972249", "transport": "stdio", "uri": "ida://globals/g_*", "port": 10001, "success": true, "error": null, "result_type": null, "result_size": 0, "duration_ms": 617.17, "result": [] }, { "timestamp": "2025-12-18T11:52:08.547908", "transport": "stdio", "uri": "ida://types", "port": 10001, "success": true, "error": null, "result_type": null, "result_size": 0, "duration_ms": 551.29, "result": [] }, { "timestamp": "2025-12-18T11:52:09.107240", "transport": "stdio", "uri": "ida://segments", "port": 10001, "success": true, "error": null, "result_type": "list", "result_size": 6, "duration_ms": 533.33, "result": [ { "index": 0, "name": "LOAD", "start_ea": "0x400000", "end_ea": "0x400190", "size": "0x190", "type": 2, "perm": 5 }, { "index": 1, "name": "ABIFLAGS", "start_ea": "0x400190", "end_ea": "0x4001A8", "size": "0x18", "type": 3, "perm": 4 }, { "index": 2, "name": "REGINFO", "start_ea": "0x4001A8", "end_ea": "0x4001C0", "size": "0x18", "type": 3, "perm": 4 }, { "index": 3, "name": "LOAD", "start_ea": "0x4001C0", "end_ea": "0x4041A4", "size": "0x3FE4", "type": 2, "perm": 5 }, { "index": 4, "name": "LOAD", "start_ea": "0x414EEC", "end_ea": "0x4152E0", "size": "0x3F4", "type": 3, "perm": 6 }, "... (1 more items)" ] }, { "timestamp": "2025-12-18T11:52:09.666932", "transport": "stdio", "uri": "ida://imports", "port": 10001, "success": true, "error": null, "result_type": "list", "result_size": 62, "duration_ms": 549.23, "result": [ { "module_index": 0, "module_name": ".dynsym", "ea": "0x4152E0", "name": "printf", "ordinal": 0 }, { "module_index": 0, "module_name": ".dynsym", "ea": "0x4152E4", "name": "exit", "ordinal": 0 }, { "module_index": 0, "module_name": ".dynsym", "ea": "0x4152E8", "name": "alarm", "ordinal": 0 }, { "module_index": 0, "module_name": ".dynsym", "ea": "0x4152EC", "name": "inet_addr", "ordinal": 0 }, { "module_index": 0, "module_name": ".dynsym", "ea": "0x4152F0", "name": "CsteSystem", "ordinal": 0 }, "... (57 more items)" ] }, { "timestamp": "2025-12-18T11:52:10.237490", "transport": "stdio", "uri": "ida://exports", "port": 10001, "success": true, "error": null, "result_type": "list", "result_size": 7, "duration_ms": 534.93, "result": [ { "ordinal": 4207600, "ea": "0x4033F0", "name": ".term_proc" }, { "ordinal": 4280060, "ea": "0x414EFC", "name": "stderr" }, { "ordinal": 4280368, "ea": "0x415030", "name": "__stack_chk_guard" }, { "ordinal": 4280352, "ea": "0x415020", "name": "UPG_STATUS" }, { "ordinal": 4280320, "ea": "0x415000", "name": "__RLD_MAP" }, "... (2 more items)" ] }, { "timestamp": "2025-12-18T11:52:10.800292", "transport": "stdio", "uri": "ida://xrefs/to/0x400efc", "port": 10001, "success": true, "error": null, "result_type": "dict", "result_size": 3, "duration_ms": 553.37, "result": { "address": "0x400EFC", "total": 2, "xrefs": [ { "frm": "0x400938", "type": 1, "iscode": false }, { "frm": "0x40127C", "type": 1, "iscode": false } ] } }, { "timestamp": "2025-12-18T11:52:11.432072", "transport": "stdio", "uri": "ida://xrefs/from/0x400efc", "port": 10001, "success": true, "error": null, "result_type": "dict", "result_size": 3, "duration_ms": 589.34, "result": { "address": "0x400EFC", "total": 1, "xrefs": [ { "to": "0x400F00", "type": 21, "iscode": false } ] } }, { "timestamp": "2025-12-18T11:52:11.990369", "transport": "stdio", "uri": "ida://memory/0x400efc", "port": 10001, "success": true, "error": null, "result_type": "dict", "result_size": 4, "duration_ms": 545.68, "result": { "address": "0x400EFC", "size": 16, "bytes": [ 224, 255, 189, 39, 24, "... (11 more items)" ], "hex": "E0 FF BD 27 18 00 BC AF 1C 00 BF AF 01 00 11 04" } }, { "timestamp": "2025-12-18T11:52:12.583939", "transport": "stdio", "uri": "ida://nonexistent/invalid", "port": 10001, "success": false, "error": "Unknown resource: 'ida://nonexistent/invalid'", "result_type": null, "result_size": null, "duration_ms": 557.24, "result": null }, { "timestamp": "2025-12-18T11:52:13.156525", "transport": "stdio", "uri": "ida://function/invalid_addr", "port": 10001, "success": true, "error": null, "result_type": "dict", "result_size": 1, "duration_ms": 573.84, "result": { "error": "invalid address" } } ] }

Latest Blog Posts

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/jelasin/IDA-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server