Sunday, November 21, 2010

Linux binary/hex editor

xxd -b input-file
displays the input-file in binary format

xxd -u input-file
displays the input-file in hex format

No comments: