discovered 03 Aug 2026
ghidra-headless-scripts
→ View on GitHubThe Ghidra Headless Scripts repository provides Python 2 scripts designed to automate the analysis of binaries using Ghidra's Headless Analyzer, specifically focusing on decompilation and disassembly tasks. Notable features include the `decompile_simple.py` script for generating simplified pseudo C output, the full `decompiler.py` for detailed decompilation, and the `disassembler.py` for producing assembly code, all operable via command line with user-defined project parameters and output specifications.