📜  什么是 Hexdump - 任何代码示例

📅  最后修改于: 2022-03-11 14:57:16.079000             🧑  作者: Mango

代码示例1
Hexdump is a utility that displays the contents of binary files in hexadecimal, decimal, octal, or ASCII. It's a utility for inspection and can be used for data recovery, reverse engineering, and programming.