headless-ghidra-analyze-function
Installation
SKILL.md
Headless Ghidra — Single Function Thorough Analysis
This skill provides a dedicated, strict-order analysis workflow for a single function. It works against the existing target artifact tree and may update baseline, metadata, and substitution artifacts while recording provenance for a focused single-function investigation.
Resolve Target Function
Resolve the requested function to a unique addr before Step 1, then derive a
stable local fn_id for this analysis.
If the input is an address
Use the address directly and confirm the resolved function identity:
ghidra-agent-cli --target <id> functions show --addr <addr>