终端十六进制查看器

hevi

Arnau478/hevi: Hex viewer

brew install hevi

image

binsider

orhun/binsider: Analyze ELF binaries like a boss ️‍♂️

binsider.dev

binsider 是一个多功能 ELF 文件分析工具。

cargo install binsider

image

hexabyte

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

pip install hexabyte

image

hexyl

sharkdp/hexyl: A command-line hex viewer

brew install hexyl
sudo apt install hexyl
cargo install hexyl

image

bed

itchyny/bed: Binary editor written in Go

brew install bed

image

HexPatch

Etto48/HexPatch

etto48.github.io

cargo install hex-patch

image

xxd

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

xxd file.bin

image

hexedit

pixel/hexedit

sudo apt install hexedit
brew install hexedit

image

hexdump

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

image

参见:二进制文件解密:六款命令行工具助你洞察一切 | BiliBili

posted @ 2025-06-22 02:50  Undefined443  阅读(22)  评论(0)    收藏  举报