Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BN_HTTP_SERVER | No | URL to the Binary Ninja HTTP server | http://localhost:8088 |
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 |
---|---|
get_binary_info | Get binary metadata |
list_functions | List functions in a binary |
disassemble_function | Disassemble a function from a binary |
decompile_function | Decompile a function to C |