Skip to main content
Glama
u21h2

BinDiff MCP Tool

by u21h2

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IDADIRYesPath to the IDA Pro installation directory (containing idat and idalib). Required on Linux platforms.
MCP_TIMEOUTNoTimeout for analysis steps in seconds.3600
BINDIFF_PATHNoPath to the bindiff executable. If not provided, the tool attempts to auto-detect it from the system PATH.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
bindiff_compare
Compares two binary files using IDA Pro and BinDiff. Resulting detailed difference lists are saved to the specified directory (default: current directory). Generated files: 1. matched_similar.json (Identical functions) 2. matched_different.json (Matched but Changed functions) 3. primary_only.json (Unmatched in Primary) 4. secondary_only.json (Unmatched in Secondary) Args: primary_binary: Path to the first binary (e.g. original) secondary_binary: Path to the second binary (e.g. patched) output_results_dir: Directory to save the result files (default: current dir)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/u21h2/bindiff-mcp'

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