Binary Ninja Cline MCP Server

get_binary_info

Extract binary metadata for analysis by specifying the file path. Facilitates binary examination using Binary Ninja through the Cline MCP server.

Instructions

Get binary metadata

Input Schema

NameRequiredDescriptionDefault
pathYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "path": { "minLength": 1, "type": "string" } }, "required": [ "path" ], "type": "object" }

You must be authenticated.

Other Tools from Binary Ninja Cline MCP Server

Related Tools

ID: ma815xky6l