Binary Ninja Cline MCP Server

decompile_function

Convert binary function code into readable C language for analysis using Binary Ninja integration in Cline MCP Server.

Instructions

Decompile a function to C

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