Skip to content

CroxxN/hexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A utility to see hexdump, but cleaner and more configurable

How to Use?

  • Basic usage
> hexer [+options] <file_1> <file_2> <file_n>
  • All options
> hexer --help

Currently Supported formatting

  • Hex
  • Octal
  • Integer

TODO:

  • Dynamically select column size
  • Option to disable formatted character display
  • Option to disable cannonical mode
  • Option to disable color formatting
  • Option to disable line number
  • Option to select formatting for line number. Eg. Hex, Oct, Integer
  • Option to select formatting for bytes. Eg. Hex, Oct, Integer
  • Bytes to picture. See: https://www.youtube.com/watch?v=4bM3Gut1hIk
  • Dynamically select octet size
  • Multiple files
  • Don't follow symlink
  • Offset
  • Read atmost bytes (Can be paired with offset)
  • Display header (like -a8)
  • Optimization
  • man page
  • hexer.conf?