Skip to content

Instantly share code, notes, and snippets.

@gnp
Created April 13, 2012 17:02
Show Gist options
  • Save gnp/2378368 to your computer and use it in GitHub Desktop.
Save gnp/2378368 to your computer and use it in GitHub Desktop.
Hex and Char dumps
# These arguments work well for me:
od -A d -t x1c -v [file ...]
# -A d => Decimal address base
# -t x1c => One byte at a time, hex and character output
# -v => Do not replace duplicate lines with '*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment