A Ghidra plugin that uses the Groq API for Llama3 70b to explain functions. A free alternative to OpenAI's API.
Steps to install:
- Download GroqHidra.py
- Open Script Manager in Ghidra
- Click 'New' and add new script, select 'Python' as language and name it GroqHidra.py
- Copy and paste the code from GroqHidra.py into the editor
- Enter your Groq API key into the code
Save the script, then execute an analysis on any decompiled function by pressing 'CTRL' + 'ALT' + 'G'. The analysis will be displayed in the console after it's loaded.
