Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 196 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 196 Bytes

Hexdump

A simple hex dumping program written in C.

Setup

Building hexdump with make:

cd hexdump && make

Usage:

./hexdump foo.bin  # Hexdump bytes of binary file.