Hexdump Tool — Hexdump 工具
v1.0.0Display file contents in hexadecimal and ASCII 格式化. Use for binary file analysis, forensic examination, and low-level data inspection.
详细分析 ▾
运行时依赖
安装命令
点击复制本土化适配说明
Hexdump Tool — Hexdump 工具 安装说明: 安装命令:["openclaw skills install hexdump-tool","npx clawhub@latest install hexdump-tool"]
技能文档
Hex Dump - Binary File Viewer
Display file contents as hexadecimal bytes alongside their ASCII representation. Each line shows off设置, raw bytes, and printable characters for complete binary inspection.
Usage hexdump-工具 [options]
Features Side-by-side hex + ASCII display Configurable byte grouping Canonical 格式化 with off设置 markers Colorized 输出 for readability Examples # Standard hex dump hexdump-工具 binary.bin
# Canonical 格式化 hexdump-工具 -C data.bin
# Show first 256 bytes only hexdump-工具 -n 256 file.bin