Helps users write accurate Ghidra scripts using source-derived API call flows.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "ghidra-api-mcp" yet — see the docs or source repo.
Using the Ghidra API call flows, write a Ghidra script that iterates through all functions in the current program, prints each function's name, address, and instruction count, and explains which APIs are used at each step.
A runnable Ghidra script plus an API usage explanation based on the call flows.
Here is my Ghidra script snippet. Check it against the available API call flows, rewrite any incorrect calls into a correct version, and explain the reason for each fix.
Corrected script code with a list of mistakes, proper API sequences, and fix explanations.
Based on API call flows extracted from Ghidra source code, generate a script that batch-finds symbols matching a specific pattern and renames them, including error handling and comments.
A commented batch renaming script including lookup, renaming, and error-handling logic.
Connect Ghidra to AI for efficient binary reverse engineering and analysis.
Connect Ghidra with LLMs for automated binary analysis and decompilation.
Use AI through Ghidra to analyze and understand binary programs.
Autonomously reverse engineer apps with Ghidra using decompilation and symbol analysis.
Connect AI to Ghidra for reverse engineering and scripted analysis automation.
Use Ghidra MCP tools for reverse engineering, batch analysis, and security automation.