Skip to content

Instantly share code, notes, and snippets.

@lambdalisue
Created January 4, 2013 05:42
Show Gist options
  • Save lambdalisue/4450220 to your computer and use it in GitHub Desktop.
Save lambdalisue/4450220 to your computer and use it in GitHub Desktop.
色付きでターミナルでバイナリを表示する
od -vt x1z -Ax <<FILENAME>> | sed -e "s/^....../\o33[01;34m&\o33[00m/g" | less -R
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment