Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Integrate LLM models directly into Ghidra for AI-enhanced reverse engineering.
| Date | Stars |
|---|---|
| 2026-07-31 | 606 |
| 2026-08-05 | 620 |
| 2026-08-06 | 620 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
35.0
growth rate 0.00%/day
# GhidraGPT <div align="center">  **Author**: Mohamed Benchikh [](https://github.com/weirdmachine64/GhidraGPT/stargazers) [](https://github.com/weirdmachine64/GhidraGPT/network) [](https://github.com/weirdmachine64/GhidraGPT/issues) [](https://github.com/weirdmachine64/GhidraGPT/blob/main/LICENSE) </div> GhidraGPT is a Ghidra extension that brings large language models into the decompiler workflow. You right-click a function; the plugin sends that function's decompiled C to an LLM provider of your choice and streams the response back into a dedicated console. Depending on the action, it explains the function, recovers meaningful names/types/comments and writes them back into the program, or reviews the code for likely security issues. All actions operate on a **single function at a time**, using its current decompiler output as the only context; there is no interprocedural or whole-program analysis. ## 🎥 Demo  ## 🚀 Features ### Actions (right-click a function ▸ GhidraGPT) - **Explain**: generates a natural-language summary of what the selected function does, derived from its decompiled code. - **Rewrite**: recovers a descriptive function name, renames local variables and parameters, infers their types, updates the function prototype, and adds inline comments, then applies that markup back into the Ghidra database. - **Audit**: reviews the selected function's decompiled code for likely security issues (e.g. unbounded copies, integer overflows, unchecked returns). This is a best-effort, single-function review by the model, not sound static analysis: it has no cross-function dataflow or call-graph context, so treat findings as leads to verify, not proof. ### Integration - **Decompiler & Listing integration**: actions are available from the right-click `GhidraGPT` submenu in both the Decompiler and Listing views. - **Streaming console**: responses stream token-by-token into a dedicated GhidraGPT console panel. - **Pluggable providers**: switch provider and model from the configuration panel; for most providers the available models can be fetched live. - **Configurable requests**: model, temperature, max tokens, and request timeout are all adjustable. ## 🛠️ Installation 1. **Clone the repository**: ```bash git clone https://github.com/weirdmachine64/GhidraGPT.git cd GhidraGPT ``` 2. **Build the extension**: ```bash GHIDRA_INSTALL_DIR=/path/to/ghidra mvn clean package ``` The packaged extension is written to `target/GhidraGPT-<version>.zip`. 3. **Install in Ghidra**: - `File → Install Extensions` - Click `+`, select `target/GhidraGPT-<version>.zip`, and restart Ghidra. - Enable the plugin when prompted, or via `File → Configure → GhidraGPT → GhidraGPTPlugin`. 4. **Configure a provider**: - Open the GhidraGPT configuration panel, pick a provider and model, and enter an API key (not required for Ollama). - **Note on key storage**: the key is saved locally in `~/.ghidragpt/config.properties`, lightly obfuscated with XOR, which is *not* encryption and should not be treated as secure at-rest storage. Prefer a scoped, rotatable key and protect the file accordingly. ## 📋 Supported providers | Provider | Notes | | --- | --- | | OpenAI | GPT models | | Anthropic | Claude models | | Google Gemini | Gemini models (OpenAI-compatible endpoint) | | Cohere | Command models | | Mistral AI | Mistral models | | DeepSeek | DeepSeek models | | Grok (xAI) | Grok models | | OpenRo
Excerpt of 4,715 characters
Read on GitHub42
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:058b128698d1a1bd, topic:gpt