Created
December 14, 2011 05:08
-
-
Save fknaopen/1475347 to your computer and use it in GitHub Desktop.
od octal dump viewing User-friendly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
od -v -t x1z -Ax | |
$ od -v -t x1z -Ax b.out | |
000000 7f 45 4c 46 01 01 01 00 00 00 00 00 00 00 00 00 >.ELF............< | |
000010 02 00 03 00 01 00 00 00 60 83 04 08 34 00 00 00 >........`...4...< | |
000020 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment