Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 338 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 338 Bytes

Nohex

A simple hexdump utility.

example image

Installation

Requirements: a C99+ compiler and GNU Make.

git clone https://github.com/ntrupin/nohex.git
cd nohex
make

make builds an executable at build/nohex. For the man pages, run man docs/hex.1 or read docs/hex.1.md.