Skip to content

Instantly share code, notes, and snippets.

@knugie
Last active May 25, 2022 19:55
Show Gist options
  • Save knugie/3286841d316f7cf70489 to your computer and use it in GitHub Desktop.
Save knugie/3286841d316f7cf70489 to your computer and use it in GitHub Desktop.
Dump and Restore binary files in hex format
xxd -p org.bin | tr -d '\n' > tmp
xxd -p -r tmp > cpy.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment