Skip to main content
Glama

Binary Ninja Cline MCP Server

by opensensor

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

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/opensensor/bn_cline_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server