Skip to content

Instantly share code, notes, and snippets.

@iradul
Created February 3, 2017 20:38
Show Gist options
  • Save iradul/6c5746bc7510751a2f282b511b4281f9 to your computer and use it in GitHub Desktop.
Save iradul/6c5746bc7510751a2f282b511b4281f9 to your computer and use it in GitHub Desktop.
Binary file to text *ready for compare*
xxd -c 1 binary_file | sed 's/^[0-9a-z]*//' > binary_file.hex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment