ghidra-cli/fixtures/golden/v1/doctor.json
2026-07-28 19:49:43 +00:00

21 lines
548 B
JSON

{
"schema_version": 1,
"kind": "doctor",
"provenance": {
"ghidr_version": "0.1.0",
"adapter_protocol_version": 1,
"analysis_store": {
"path": { "encoding": "utf8", "value": "/tmp/ghidr-store" },
"source": "cli"
},
"sandbox": { "backend": "bubblewrap", "verification": "verified" }
},
"data": {
"ready": true,
"components": {
"ghidra": { "status": "ready", "details": { "version": "12.1.2" } },
"java": { "status": "ready", "details": { "version": "21" } }
}
},
"warnings": []
}