Binary Ninja Cline MCP Server

disassemble_function

Analyze and disassemble specific functions from binary files for detailed inspection using the Binary Ninja Cline MCP Server.

Instructions

Disassemble a function from a binary

Input Schema

NameRequiredDescriptionDefault
functionYes
pathYes

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from Binary Ninja Cline MCP Server

Related Tools

ID: ma815xky6l