1 个不稳定版本
0.0.0 | 2022年9月5日 |
---|
#30 在 #hex-dump
345KB
366 行
十六进制
创建现有十六进制工具的替代版本(更易于用户使用)的项目。
该项目可以作为github-cli的扩展安装。
安装
作为独立二进制文件安装,请运行以下命令
git clone https://github.com/sohomdatta1/hex.git
cd hex
./script/normal-build.sh
与github-cli一起使用,请运行以下命令
git clone https://github.com/sohomdatta1/hex.git
cd hex
./script/build.sh
gh extension install .
操作
目前支持以下操作
str
- 在特定文件中输出可读字符串dump
- 以十六进制格式输出特定文件
如果不希望使用分页器,可以将NOPAGER
环境变量设置。如果不希望输出带颜色的结果,可以将NOCOLOR
环境变量设置。
语言
该项目是用Rust编写的,主要是作为我学习该语言的方式。我觉得实现这些常用工具将是一个熟悉基础的好方法。
依赖项
~370–680KB