feat: implement Ghidra adapter and Nix integration
This commit is contained in:
parent
170ca32f58
commit
c0e540ee76
14 changed files with 1482 additions and 14 deletions
19
tests/data/adapter-doctor-request.json
Normal file
19
tests/data/adapter-doctor-request.json
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"protocol_version": 1,
|
||||
"invocation_id": "fedcba9876543210fedcba9876543210",
|
||||
"operation": "doctor",
|
||||
"staged_sample": null,
|
||||
"analysis_path": null,
|
||||
"limits": {
|
||||
"max_heap_mib": 2048,
|
||||
"max_cpu": 2,
|
||||
"analysis_timeout_seconds": 60,
|
||||
"decompile_timeout_seconds": null,
|
||||
"child_watchdog_seconds": 120,
|
||||
"max_sample_bytes": 1073741824,
|
||||
"max_inline_bytes": 65536
|
||||
},
|
||||
"arguments": {
|
||||
"kind": "doctor"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue