lr-m/GhidrOllama
A Ghidra script that enables the analysis of selected functions and instructions using Large Language Models (LLMs). It aims to make reverse-engineering more efficient by using Ollama's API directly within Ghidra.
This tool helps reverse engineers analyze compiled software more efficiently. It takes selected functions or individual assembly instructions from within Ghidra, feeds them to a Large Language Model (LLM) running on Ollama, and returns explanations, suggested names, comments, or potential vulnerabilities directly in Ghidra. It's designed for malware analysts, security researchers, and anyone performing binary code analysis who needs to understand complex compiled code quickly.
152 stars. No commits in the last 6 months.
Use this if you are a reverse engineer working in Ghidra and want to leverage AI to quickly understand, rename, comment, or identify potential issues in specific functions or assembly code snippets.
Not ideal if you need deep, context-aware vulnerability analysis that goes beyond individual function scope, as LLMs may lack comprehensive program context for advanced bug hunting.
Stars
152
Forks
17
Language
Python
License
—
Category
Last pushed
Nov 29, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/llm-tools/lr-m/GhidrOllama"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
symgraph/GhidrAssist
An LLM extension for Ghidra to enable AI assistance in RE.
obiscr/ChatGPT
This project is a plugin that supports ChatGPT running on JetBrains series IDE.
weirdmachine64/GhidraGPT
Integrate LLM models directly into Ghidra for automated code refactoring and analysis.
philsajdak/decyx
Decyx: AI-powered Ghidra extension for enhanced reverse engineering and binary analysis.
likvidera/GhidraChatGPT
Brings the power of ChatGPT to Ghidra!