7 个稳定版本
2.3.4 | 2021年7月14日 |
---|---|
2.3.3 | 2021年7月8日 |
2.1.2 | 2021年7月5日 |
2.0.0 | 2021年7月5日 |
1.0.1 |
|
1912 在 命令行工具 中排名
每月下载量 30
19KB
283 代码行
Hexcat
带有 Unicode 符号的十六进制显示。
用法
hexcat [OPTIONS] [FILE]
选项
--width <width>
-w <width> Set the number of bytes to show per row (default = 16)
--group <group size>
-g <group size> Set the number of bytes to group together (default = 1)
--start
-s <start> Set the starting byte (default = 0)
--end
-e <end> Set the ending byte (default = end)
--base
-b <base> Set the base to output in (options = 2 | 8) (default = 16)
--noOffset
-o Hide the address offset
--noAscii
-a Hide the ascii representation
--help
-h Display the help menu
注意
前缀和后缀
所有基于数字的输入都可以添加前缀或后缀以指定基数。
Binary Octal Hex
Prefix 0b 0o 0x
Suffix b o x
安装
目前该项目使用 AUR 从软件包管理器中安装。将来将支持更多系统。Cargo 作为跨平台替代品。
Arch
pacman -S hexcat-bin
Cargo
cargo install hexcat