MCP server for Ghidra
github.com
MCP server for Ghidra
1–10 of 77 posts
Re: MCP server for Ghidra
#2Re: MCP server for Ghidra
#3my experience with just copying and pasting things from ghidra into LLMs and asking it to figure it out wasn't so successful. it'd be cool to have benchmarks for this stuff though.
Re: MCP server for Ghidra
#4my experience with just copying and pasting things from ghidra into LLMs and asking it to figure it out wasn't so successful. it'd be cool to have benchmarks for this stuff though.
I actually have only tried this once but had the opposite experience. Gave it 5 or so related functions from a ps2 game and it correctly inferred they were related to graphics code, properly typing and naming the parameters. I’m sure this sort of thing is extremely hit or miss though
Re: MCP server for Ghidra
#5Malimite – iOS and macOS Decompiler - https://news.ycombinator.com/item?id=42829402 - Jan, 2025 (37 comments)
Re: MCP server for Ghidra
#6GhidraMCP: Now AI can reverse malware [video] - https://news.ycombinator.com/item?id=43475025
Re: MCP server for Ghidra
#7Earlier quoted context omitted.
I actually have only tried this once but had the opposite experience. Gave it 5 or so related functions from a ps2 game and it correctly inferred they were related to graphics code, properly typing and naming the parameters. I’m sure this sort of thing is extremely hit or miss though
Most likely there was just a mangled symbol somewhere that it recognised from its training data.
Re: MCP server for Ghidra
#8Earlier quoted context omitted.
Most likely there was just a mangled symbol somewhere that it recognised from its training data.
Where is that coming from? The chances that some random ps2 games code symbols are in the training data are infinitesimal. It's much more likely that it can understand code and rewrite it. Basically what LLM have been capable of for years now.
Re: MCP server for Ghidra
#9my experience with just copying and pasting things from ghidra into LLMs and asking it to figure it out wasn't so successful. it'd be cool to have benchmarks for this stuff though.
Re: MCP server for Ghidra
#10Are there any chat interfaces which allow using MCP remotely?
I would like to be able to specify MCP endpoints and the functions they offer in ChatGPT's, Claude's and Gemini's web interfaces so that I can have them call my servers remotely. A bit like "GPTs" and "Gems".