If you haven't watched her Youtube channel before I recommend checking it out. Besides the technical content I think the editing with retro OS graphics are fun.
MCP server for Ghidra
31–40 of 77 posts
Re: MCP server for Ghidra
#32Earlier quoted context omitted.
I've been thinking on how to build a benchmark for this stuff for a while, and don't have a good idea other than LLM-as-judge (which quickly gets messy). I guess there's a reason why current neural decompilation attempts are all evaluated on "seemingly meaningless" benchmarks like "can it recompile without syntax error" or "functional equivalence of recompilation" etc.
Hmm, specifically when it comes to reverse engineering, you have the best benchmark ever - you can check the original code, no?
Re: MCP server for Ghidra
#33Re: MCP server for Ghidra
#34Re: MCP server for Ghidra
#35Re: MCP server for Ghidra
#36Re: MCP server for Ghidra
#37my 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
Even if I weren’t to rely on it 100% it was definitely a great draft pass over the functions.
Re: MCP server for Ghidra
#38RE is exactly the sort of work that requires precision and careful reasoning, not hallucinatory statistical inference. Seeing how LLMs stumble very heavily on the former makes it clear that AI will not replace us.
Re: MCP server for Ghidra
#39Is anyone working on a "catalog" of MCP servers? Searching on Github is not exactly the best way to discover these.
- https://glama.ai/mcp/servers
- https://www.claudemcp.com/servers
Not to mention the usual GitHub ones:
- https://github.com/punkpeye/awesome-mcp-servers
The hype is real.
Re: MCP server for Ghidra
#40Is anyone working on a "catalog" of MCP servers? Searching on Github is not exactly the best way to discover these.
I've noticed a lot of websites popping up recently which is basically just a list of MCP servers. Some examples: - https://mcpservers.org/ - https://glama.ai/mcp/servers - https://www.claudemcp.com/servers Not to mention the usual GitHub ones: - https://github.com/punkpeye/awesome-mcp-servers The hype is real.