ghidra-re-skill
ghidra-re-skill is a Python AI agent skill for Cursor, Codex with uvx/pip. Codex Ghidra reverse engineering skill with headless workflows, bug-hunting bundles, and a live bridge for Apple Mach-O analysis.
How to use ghidra-re-skill
Install or run
pip install -e . # install the Python package first
ghidra-re install # auto-detect host(s): Codex, Claude Code, or both
ghidra-re install --host codex # force Codex only
ghidra-re install --host claude # force Claude Code only
ghidra-re install --host both # install into every known hostClient configuration
{
"name": "ghidra-re-skill",
"display_name": "Ghidra RE",
"version": "0.1.1",
"description": "Cross-platform headless Ghidra workflow for Apple RE and bug-hunting triage. Supports import/analyze, bridge sessions, missions, shared notes, and Swift/ObjC surface reports. Bridge XML patching uses ElementTree (not regex), bridge-current.lock has stale-lock detection (30 s), Windows process checks use PROCESS_QUERY_LIMITED_INFORMATION + GetExitCodeProcess, and share-package installs use shutil.copytree with safe backups.",
"entry_point": "python -m ghidra_re_skill",
"install_command": "pip install -e .",
"requires_python": ">=3.11",
"commands": {
"bootstrap": "python -m ghidra_re_skill bootstrap",
"doctor": "python -m ghidra_re_skill doctor",
"install": "python -m ghidra_re_skill install",
"bridge arm": "python -m ghidra_re_skill bridge arm",
"bridge disarm": "python -m ghidra_re_skill bridge disarm",
"bridge call": "python -m ghidra_re_skill bridge call",
"bridge status": "python -m ghidra_re_skill bridge status",
"bridge sessions": "python -m ghidra_re_skill bridge sessions",
"bridge build": "python -m ghidra_re_skill bridge build",
"bridge install": "python -m ghidra_re_skill bridge install",
"mission start": "python -m ghidra_re_skill mission start",
"mission status": "python -m ghidra_re_skill mission status",
"mission finish": "python -m ghidra_re_skill mission finish",
"mission report": "python -m ghidra_re_skill mission report",
"mission trace": "python -m ghidra_re_skill mission trace",
"mission autopilot": "python -m ghidra_re_skill mission autopilot",
"notes add": "python -m ghidra_re_skill notes add",
"notes sync": "python -m ghidra_re_skill notes sync",
"notes pull": "pythCompatible clients
What is ghidra-re-skill?
ghidra-re-skill is a Python AI agent skill for Cursor, Codex with uvx/pip. Codex Ghidra reverse engineering skill with headless workflows, bug-hunting bundles, and a live bridge for Apple Mach-O analysis. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- OpenAI provider support
- Anthropic provider support
- Google provider support
- pyproject.toml config support
Technical details
Install or run ghidra-re-skill using uvx/pip. Check OwenPawl/ghidra-re-skill for the latest setup command.
- Built for Python
- Built for Node.js
- Built for Rust
- Install or run with uvx/pip
- Works with Cursor
- Works with Codex
- Uses SSE transport
- Database access
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use ghidra-re-skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for cursor users.
Built with
Explore related resources
Frequently asked questions
What is ghidra-re-skill?
ghidra-re-skill is a Python AI agent skill for Cursor, Codex with uvx/pip. Codex Ghidra reverse engineering skill with headless workflows, bug-hunting bundles, and a live bridge for Apple Mach-O analysis.
Who is ghidra-re-skill best for?
ghidra-re-skill is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, cursor users.
How do I install ghidra-re-skill?
Install or run ghidra-re-skill using uvx/pip. Check ghidra-re-skill for the latest setup command.
Is ghidra-re-skill actively maintained?
ghidra-re-skill may need a closer maintenance check before production use.