feat: integrate ghidra-cli v0.1

This commit is contained in:
hermes 2026-07-28 20:20:05 +00:00
52 changed files with 6689 additions and 126 deletions

View file

@ -13,8 +13,33 @@
"data": {
"ready": true,
"components": {
"ghidra": { "status": "ready", "details": { "version": "12.1.2" } },
"java": { "status": "ready", "details": { "version": "21" } }
"ghidra": {
"status": "ready",
"version": "12.1.2",
"launcher": {
"encoding": "utf8",
"value": "/nix/store/ghidra/bin/ghidra-analyzeHeadless"
}
},
"java": {
"status": "ready",
"version": "21",
"executable": {
"encoding": "utf8",
"value": "/nix/store/jdk/bin/java"
}
},
"analysis_store": {
"status": "ready",
"path": { "encoding": "utf8", "value": "/tmp/ghidr-store" },
"source": "cli",
"usage": { "logical_bytes": 1048576, "allocated_bytes": 1114112 }
},
"sandbox": {
"status": "ready",
"backend": "bubblewrap",
"verification": "verified"
}
}
},
"warnings": []