Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| run_ida_command | Execute an IDA Pro Script (IdaPython, Version IDA 8.3) |
| run_ida_command_filebased | (FOR IDE USAGE) Execute an IDA Pro Script (IdaPython, Version IDA 8.3) |
| search_immediate_value | Search for immediate values in the binary |
| search_text | Search for text in the binary |
| search_byte_sequence | Search for a byte sequence in the binary |
| get_disassembly | Get disassembly for an address range |
| get_functions | Get list of functions from the binary |
| get_exports | Get list of exports from the binary |
| search_in_names | Search for names/symbols in the binary |
| get_xrefs_to | Get cross-references to an address |
| get_xrefs_from | Get cross-references from an address |
| get_strings | Get list of strings from the binary |