Skip to content
/ hdump Public

Hexadecimal dump in canonical hex+ASCII display format (hexdump)

License

Notifications You must be signed in to change notification settings

pferor/hdump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexadecimal dump in canonical hex+ASCII display format.

Intention:
  Replicate ``hexdump -C'' behaviour.

TODO:
  Remove subsequent lines of 00s and add just one `*'.

Goal:
  Display the input offset in hexadecimal, followed by sixteen
  space-separated, two-column, hexadecimal bytes, followed by the
  same sixteen bytes in %_p format enclosed in ``|'' characters.

Compilation:
  $ make all

Usage:
  $ ./hdump <file>

About

Hexadecimal dump in canonical hex+ASCII display format (hexdump)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages