headless-ghidra-script-review
No SKILL.md available for this skill.
View on GitHubMore from bytelandtechnology/headless-ghidra
headless-ghidra
Entry skill for the Headless Ghidra YAML-first reverse-engineering pipeline. Use when the user asks to analyze, decompile, triage, resume, or iterate on a binary target with Ghidra/headless-ghidra. Reads artifacts/<target>/pipeline-state.yaml, routes P0–P4 phase skills, runs gate checks, and manages review pauses. Performs zero analysis work itself.
36headless-ghidra-baseline
P1 phase skill for Headless Ghidra baseline and runtime evidence. Use after P0 when the target must be imported into Ghidra, auto-analyzed, exported to baseline YAML, and given reproducible runtime or hotpath observations without decompiling function bodies.
30headless-ghidra-frida-verify
Deprecated compatibility-only P6 alias: runtime observation is now part of P1/P4 hand-offs.
27headless-ghidra-scope
Deprecated compatibility-only P0.5 alias: scope selection now belongs to P0 Intake.
13headless-ghidra-progressive-decompilation
Phase skill for Stage 6 selected decompilation, incremental compare, and audit of generated planning artifacts.
7headless-ghidra-analyze-function
Thoroughly analyze a single function by first recovering its type definitions, constant definitions, vtables, function name and signature, then producing the final decompilation. Use when the user wants a complete per-function analysis following the strict recovery order: types → constants → vtables → function identity → decompilation.
4