终端十六进制查看器
hevi
Arnau478/hevi: Hex viewer
brew install hevi

binsider
orhun/binsider: Analyze ELF binaries like a boss ️♂️
binsider 是一个多功能 ELF 文件分析工具。
cargo install binsider

hexabyte
thetacom/hexabyte: A modern, modular, and robust TUI hex editor.
pip install hexabyte

hexyl
sharkdp/hexyl: A command-line hex viewer
brew install hexyl
sudo apt install hexyl
cargo install hexyl

bed
itchyny/bed: Binary editor written in Go
brew install bed

HexPatch
cargo install hex-patch

xxd
xxd 是 vim 附属的一个工具,可以用来查看二进制文件的内容:
xxd file.bin

hexedit
sudo apt install hexedit
brew install hexedit

hexdump
sudo apt install util-linux
hexdump -C -n 512 file


浙公网安备 33010602011771号