ida_headless_scan
Reanalyze ELF binaries using IDA headless to extract structured JSON results, enabling automated vulnerability scanning and analysis.
Instructions
用 IDA headless 重新分析 ELF,并输出 JSON 扫描结果。
Args: binary_path: 待分析二进制,默认当前仓库 slpd。 out_path: 输出 JSON 路径。 ida_path: idat.exe 路径;为空时自动选 IDA9.3/9.0/7.7。 timeout_sec: IDA 批处理超时。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ida_path | No | ||
| out_path | No | research/results/ida_slpd_quickscan.json | |
| binary_path | No | slpd | |
| timeout_sec | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |