Skip to content

A Ghidra plugin that uses the Groq API for Llama3 70b to explain functions. A free alternative to OpenAI's API.

Notifications You must be signed in to change notification settings

fbader927/GroqHidra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

GroqHidra

A Ghidra plugin that uses the Groq API for Llama3 70b to explain functions. A free alternative to OpenAI's API.

image

Steps to install:

  1. Download GroqHidra.py
  2. Open Script Manager in Ghidra
  3. Click 'New' and add new script, select 'Python' as language and name it GroqHidra.py
  4. Copy and paste the code from GroqHidra.py into the editor
  5. 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.

About

A Ghidra plugin that uses the Groq API for Llama3 70b to explain functions. A free alternative to OpenAI's API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages