Skip to content

Instantly share code, notes, and snippets.

@offby1
Created February 8, 2014 00:41
Show Gist options
  • Save offby1/8874874 to your computer and use it in GitHub Desktop.
Save offby1/8874874 to your computer and use it in GitHub Desktop.
f = open("watever.bin")
h = f.read().encode("hex")
for c in h:
print(c.encode("hex"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment