SKILLS/DEVELOPER TOOLS/ghidra-function-analysis/SKILL.md
Analyze a target function through decompilation, xrefs, callers/callees, and supporting evidence. Use when a function has been identified as important and its real semantics need to be recovered.
npx skillsauth add mattmre/evokore-mcp ghidra-function-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Recover semantics by correlating decompiler output with xrefs, control flow, strings, and surrounding call paths. Do not trust decompiler prose alone.
ghidra_headless_decomp.functionghidra_headless_function.at or ghidra_headless_function.by_nameghidra_headless_function.callersghidra_headless_function.calleesghidra_headless_reference.toghidra_headless_reference.fromghidra_headless_pcode.functionghidra_headless_graph.*GhidraMCP-style equivalents:
development
Core orchestration framework for model-agnostic multi-agent workflows with handoff protocol, policy governance, and configuration schemas
testing
Specialized skill for triage issue skill workflows.
development
Complete workflow for building, implementing, and testing goal-driven agents. Orchestrates hive-* skills. Use when starting a new agent project, unsure which skill to use, or need end-to-end guidance.
development
Iterative agent testing with session recovery. Execute, analyze, fix, resume from checkpoints. Use when testing an agent, debugging test failures, or verifying fixes without re-running from scratch.