IDA Pro MCP

by mrexodia
Verified
MIT License
1,471
  • Linux
  • Apple

list_functions

Enumerate and paginate all functions in the IDA Pro database for reverse engineering analysis, using count and offset parameters to manage large datasets.

Instructions

List all functions in the database (paginated)

Input Schema

NameRequiredDescriptionDefault
countYesNumber of functions 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 functions 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_functionsArguments", "type": "object" }
ID: 35q428b8zg