SKILLS/DEVELOPER TOOLS/ghidra-core-recon/SKILL.md
Perform first-pass binary reconnaissance using Ghidra-oriented workflows for functions, strings, imports, exports, and symbols. Use when opening an unfamiliar program and needing a fast map before deep decompilation.
npx skillsauth add mattmre/evokore-mcp ghidra-core-reconInstall 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.
Run a structured first pass that answers: what is this binary, what are the obvious hot spots, and where should deeper analysis begin?
discover_tools using a query like ghidra reverse engineering functions strings imports exports.ghidra_headless_function.listghidra_headless_external.imports.listghidra_headless_external.exports.listghidra_headless_search.textghidra_headless_symbol.listghidra_headless_reference.to and ghidra_headless_reference.fromIf the active child server exposes GhidraMCP-style names instead, use the equivalent live tools:
Produce a compact recon brief with:
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.