Skip to main content
Glama

list_imports

Retrieve and paginate imported symbols with their names and modules in IDA Pro for efficient reverse engineering analysis.

Instructions

List all imported symbols with their name and module (paginated)

Input Schema

NameRequiredDescriptionDefault
countYesNumber of imports to list (100 is a good default, 0 means remainder)
offsetYesOffset to start listing from (start at 0)

Input Schema (JSON Schema)

{ "properties": { "count": { "description": "Number of imports to list (100 is a good default, 0 means remainder)", "title": "Count", "type": "integer" }, "offset": { "description": "Offset to start listing from (start at 0)", "title": "Offset", "type": "integer" } }, "required": [ "offset", "count" ], "title": "list_importsArguments", "type": "object" }

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/mrexodia/ida-pro-mcp'

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