Skip to content

command line tool to dump binary files in hex format

Notifications You must be signed in to change notification settings

wangyj/hexcat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

hexcat

Command line tool to show binary files or streams in hex format (like a hex editor).

Usage:

hexcat myfile

Show 5 columns with 2 bytes in each:

hexcat -c 5 -s 2 myfile

About

command line tool to dump binary files in hex format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%