Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 533 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 533 Bytes

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.