Files
CyberStrikeAI/tools/binwalk.yaml
2025-11-08 22:57:03 +08:00

38 lines
714 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
name: "binwalk"
command: "binwalk"
enabled: true
short_description: "固件和文件分析工具"
description: |
Binwalk是一个固件分析工具用于分析、提取和逆向工程固件镜像。
**主要功能:**
- 文件签名识别
- 文件提取
- 熵分析
- 固件分析
**使用场景:**
- 固件分析
- 文件格式识别
- 数据提取
- 逆向工程
parameters:
- name: "file_path"
type: "string"
description: "要分析的文件路径"
required: true
position: 0
format: "positional"
- name: "extract"
type: "bool"
description: "提取发现的文件"
required: false
flag: "-e"
format: "flag"
default: false