ghidra

Orchestrate Ghidra headless analysis to export functions, strings, and decompilation.

612|102|Updated Apr 27, 2026
One-click install
npx skills add https://github.com/yv1ing/Z3r0 --skill ghidra-yv1ing
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ghidra
Source: https://github.com/yv1ing/Z3r0/tree/main/sandbox/.agents/skills/ghidra
Command: npx skills add https://github.com/yv1ing/Z3r0 --skill ghidra-yv1ing

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Ghidra's headless mode requires setup to batch analyze binaries; this Skill provides a ready-to-run wrapper that orchestrates headless analysis and exports structured results.

Core Features & Use Cases

  • Batch analysis of unknown binaries with preconfigured exporters.
  • Headless decompilation & data extraction of functions, strings, and symbols.
  • Use Case: security researchers can process firmware and executables in bulk to build audit trails.

Quick Start

Run the ghidra-analyze.sh wrapper on a target binary to generate analysis exports.

Frequently Asked Questions about ghidra

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Ghidra headless analysis for multiple binaries?

Automate Ghidra headless analysis by running the provided wrapper script across target binaries to orchestrate batch processing and export structured results like functions and strings.

What is the best way to batch decompile firmware executables offline?

Batch decompile firmware executables offline using this preconfigured headless wrapper to extract decompilation, symbols, and strings into structured audit trails for security research.

Do I need a local Ghidra installation to run headless binary analysis scripts?

Yes, you need a local Ghidra installation and the wrapper script to execute headless binary analysis scripts and generate structured data exports from your targets.

Can I extract functions and strings from unknown binaries without using the GUI?

Yes, you can extract functions and strings from unknown binaries without the GUI by executing headless analysis scripts that automatically export decompilation and data structures.