19 lines
456 B
JSON
19 lines
456 B
JSON
{
|
|
"protocol_version": 1,
|
|
"invocation_id": "0123456789abcdef0123456789abcdef",
|
|
"operation": "inspect",
|
|
"staged_sample": "@SAMPLE@",
|
|
"analysis_path": "@ANALYSIS@",
|
|
"limits": {
|
|
"max_heap_mib": 2048,
|
|
"max_cpu": 2,
|
|
"analysis_timeout_seconds": 60,
|
|
"decompile_timeout_seconds": null,
|
|
"child_watchdog_seconds": 180,
|
|
"max_sample_bytes": 1073741824,
|
|
"max_inline_bytes": 65536
|
|
},
|
|
"arguments": {
|
|
"kind": "inspect"
|
|
}
|
|
}
|