Linux - hexdump (hd)

About

hexdump is an utility that creates an hex dump

The hexdump application may be installed under different names such as:

  • od,
  • xxd
  • dump
  • D.

Installation

  • Bsd (hexdump)
apt-get install -y bsdmainutils
apt-get install -y util-linux

Example

hexdump -C file | head -n 20

Documentation / Reference





Discover More
Card Puncher Data Processing
Assembly - Getting Started

An Assembly language script is the input expected by an assembler (compiler). The assembler defines then the precise syntax of the script but every assembler share a common set of syntax rule. In...
Windows Calculator
Number - (Hexadecimal|Hex) (Dump|Editor)

An hex dump is a raw binary information contained in a file translated into hexadecimal Pane (for a viewer) Column (for an output) Description Address pane Left The Address offset in hexadecimal...



Share this page:
Follow us:
Task Runner