📦 Hexdump Tool — Hexdump 工具

v1.0.0

Display file contents in hexadecimal and ASCII 格式化. Use for binary file analysis, forensic examination, and low-level data inspection.

0· 0·0 当前·0 累计
dinghaibin 头像by @dinghaibin (BIN)
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
This is a simple local hexdump 实用工具 whose code and instructions match its 状态d purpose and which does not 请求 凭证s, network 访问, or unusual 系统 privileges.
评估建议
This 技能 应用ears coherent and locally scoped: it reads a file or stdin and prints a hex/ASCII dump. Before 运行ning, review the bundled script if you can (it's short and readable). Note the 技能.md mentions colorized 输出 which the script doesn't implement, and invalid hex 输入 to the decode option can rAIse an 异常. Because the source/owner are unknown, 运行 the 工具 on non-sensitive data or in a sandbox if you are uncomfortable, and ensure you invoke the script explicitly (python scripts/hexdump.py ...) rathe...
详细分析 ▾
用途与能力
The name/description (hex + ASCII file viewer) match the included Python 工具. The 技能.md usage aligns with the script's 命令行工具 options (file/stdin, length, off设置, encode/decode). There is a minor mismatch: 技能.md advertises colorized 输出 and configurable byte grouping but the provided script prints plAIn text and does not implement color or grouping controls.
指令范围
运行time instructions and the script only read the provided file or stdin and perform local string/hex conversions. There are no references to external 端点s, unrelated files, or 环境 variables. Note: the script does not catch errors from bytes.fromhex()/decode(), so malformed 输入 could rAIse 异常s; this is a robustness issue, not malicious behavior.
安装机制
There is no 安装 specification (instruction-only). The code file is bundled with the 技能 and would 运行 locally; nothing is 下载ed from external URLs and no 归档s are 提取ed.
凭证需求
The 技能 请求s no 环境 variables, 凭证s, or config paths — consistent with its purpose.
持久化与权限
always is false and the 技能 does not 请求 persistent/系统-wide privileges or attempt to modify other 技能s or 代理 configuration.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

安装命令

点击复制
官方npx clawhub@latest install hexdump-tool
镜像加速npx clawhub@latest install hexdump-tool --registry https://cn.longxiaskill.com

技能文档

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

数据来源ClawHub ↗ · 中文优化:龙虾技能库