feat: integrate ghidra-cli v0.1
This commit is contained in:
commit
ffab80a1f2
52 changed files with 6689 additions and 126 deletions
|
|
@ -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": []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue