/ghidra_tools

A collection of Ghidra scripts, including the GPT-3 powered code analyser and annotator, G-3PO.

Primary LanguagePythonMIT LicenseMIT

Tenable Ghidra Tools

This is a repository of Ghidra-related tools and scripts open-sourced by Tenable.

Tools

  • extract.py - Python script that makes use of the Ghidra Bridge to extract all decompiled functions from Ghirda
  • g3po.py - Jython script that queries OpenAI's large language models (gpt-3.5-turbo by default, but compatible with gpt-4) for explanatory comments on decompiled functions.