{"id":49160923,"url":"https://github.com/bytelandtechnology/headless-ghidra","last_synced_at":"2026-04-27T04:01:02.607Z","repository":{"id":348677918,"uuid":"1199222125","full_name":"ByteLandTechnology/headless-ghidra","owner":"ByteLandTechnology","description":"Headless Ghidra reverse-engineering skill family for reproducible, evidence-backed workflows and audit-ready Markdown outputs.","archived":false,"fork":false,"pushed_at":"2026-04-22T11:06:43.000Z","size":768,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-22T13:02:26.321Z","etag":null,"topics":["agent-skills","decompilation","frida","ghidra","reverse-engineering"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ByteLandTechnology.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-02T06:36:05.000Z","updated_at":"2026-04-22T11:06:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"dbc17050-1448-4ea0-a97c-c71b5e0047cc","html_url":"https://github.com/ByteLandTechnology/headless-ghidra","commit_stats":null,"previous_names":["bytelandtechnology/headless-ghidra"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/ByteLandTechnology/headless-ghidra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteLandTechnology%2Fheadless-ghidra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteLandTechnology%2Fheadless-ghidra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteLandTechnology%2Fheadless-ghidra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteLandTechnology%2Fheadless-ghidra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ByteLandTechnology","download_url":"https://codeload.github.com/ByteLandTechnology/headless-ghidra/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ByteLandTechnology%2Fheadless-ghidra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32321940,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agent-skills","decompilation","frida","ghidra","reverse-engineering"],"created_at":"2026-04-22T13:00:25.460Z","updated_at":"2026-04-27T04:01:02.596Z","avatar_url":"https://github.com/ByteLandTechnology.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Headless Ghidra Skill Family\n\nThis repository defines a YAML-first, headless-only decompilation workflow\naround `ghidra-agent-cli`. A global orchestrator skill manages P0–P4, while the\nCLI subproject provides the supported command surface and artifact semantics.\n\n## Documentation Boundaries\n\n- [`ghidra-agent-cli/SKILL.md`](./ghidra-agent-cli/SKILL.md): CLI usage,\n  command groups, flags, output envelope, workspace layout, and YAML artifact\n  meanings.\n- [`headless-ghidra/SKILL.md`](./headless-ghidra/SKILL.md): the authoritative\n  P0–P4 workflow, routing, and orchestration rules.\n- `headless-ghidra-*/SKILL.md`: per-phase inputs, outputs, required CLI\n  commands, and phase-local constraints.\n\n## Architecture\n\n```text\nheadless-ghidra                       ← global orchestrator\n├── ghidra-agent-cli                  ← bundled CLI/release subproject\n├── headless-ghidra-intake            ← P0 intake and scope\n├── headless-ghidra-baseline          ← P1 baseline and runtime setup\n├── headless-ghidra-evidence          ← P2 third-party identification\n├── headless-ghidra-discovery         ← P3 metadata enrichment\n├── headless-ghidra-batch-decompile   ← P4 function substitution\n├── headless-ghidra-scope             ← deprecated P0.5 compatibility alias\n└── headless-ghidra-frida-verify      ← deprecated P6 compatibility alias\n```\n\n## Pipeline Summary\n\n```text\nP0 Intake → P1 Baseline+Runtime → P2 Third-Party → [P3 Metadata Enrichment → P4 Function Substitution]*\n```\n\n- P0–P2 are one-time initialization, runtime setup, and third-party setup.\n- P3–P4 form the iterative metadata and substitution loop.\n- `ghidra-agent-cli` is the required control-plane interface for supported\n  operations.\n- `ghidra-agent-cli gate check` is the authoritative gate validation for all\n  pipeline phases (P0–P4). The legacy `gate-check.sh` has been removed.\n- Old P0.5, P5, and P6 docs or CLI aliases are compatibility-only and must not\n  be presented as primary stages.\n\n## Shared Workspace Model\n\n```text\ntargets/\u003ctarget-id\u003e/\n└── ghidra-projects/\n\nartifacts/\u003ctarget-id\u003e/\n├── pipeline-state.yaml\n├── scope.yaml\n├── intake/\n├── baseline/\n│   ├── functions.yaml\n│   ├── callgraph.yaml\n│   ├── types.yaml\n│   ├── vtables.yaml\n│   ├── constants.yaml\n│   ├── strings.yaml\n│   └── imports.yaml\n├── runtime/\n│   ├── project/\n│   ├── fixtures/\n│   ├── run-manifest.yaml\n│   ├── run-records/\n│   └── hotpaths/call-chain.yaml\n├── third-party/\n│   ├── identified.yaml\n│   ├── pristine/\u003clibrary\u003e@\u003cversion\u003e/\n│   └── compat/\u003clibrary\u003e@\u003cversion\u003e/\n├── metadata/\n│   ├── renames.yaml\n│   ├── signatures.yaml\n│   ├── types.yaml\n│   ├── constants.yaml\n│   ├── strings.yaml\n│   └── apply-records/\n├── substitution/\n│   ├── template/\n│   ├── next-batch.yaml\n│   └── functions/\u003cfn_id\u003e/\n├── gates/\n└── scripts/\n```\n\n## Core Rules\n\n- Headless-only workflows.\n- Ghidra is the only approved decompilation backend.\n- All workflow artifacts live under `artifacts/\u003ctarget-id\u003e/`.\n- YAML artifacts are created, updated, and validated through\n  `ghidra-agent-cli`.\n- The CLI must not automatically create git commits.\n- Gate transitions require relevant artifacts to be tracked or staged in git.\n- Supported workspace, metadata, Ghidra, Frida, progress, and gate operations\n  must go through `ghidra-agent-cli`.\n- All Ghidra project operations must go through `ghidra-agent-cli`. If the CLI\n  lacks a required capability, pause and ask the user before creating or running\n  a new Ghidra script.\n- Phase docs may define additional workflow logic, but they should reference the\n  YAML artifacts above instead of inventing a parallel alternate runtime surface.\n\n## Repository Notes\n\n- `ghidra-agent-cli/` is tracked as a normal subdirectory of this repository.\n- The preserved nested git metadata lives at `ghidra-agent-cli/.git-local-backup/`\n  and is ignored by the outer repo.\n- The authoritative release workflow/action live at\n  `.github/workflows/release.yml` and `.github/actions/setup-build-env/action.yml`,\n  operating on the `ghidra-agent-cli/` subdirectory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytelandtechnology%2Fheadless-ghidra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytelandtechnology%2Fheadless-ghidra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytelandtechnology%2Fheadless-ghidra/lists"}