Skip to content

Instantly share code, notes, and snippets.

@mdeneen
Created February 24, 2014 21:18
Show Gist options
  • Save mdeneen/9197321 to your computer and use it in GitHub Desktop.
Save mdeneen/9197321 to your computer and use it in GitHub Desktop.
import binascii
binary_string = binascii.unhexlify("092100229de68fe7af5a4bd279ddfa8667c4d3a0a0ba3ef31049227dbd9a216c85036e")
f = open('binary', 'w')
f.write(binary_string)
f.close()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment