Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created August 26, 2017 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salrashid123/98ec7fd0c8d29319e721fd6c91adb639 to your computer and use it in GitHub Desktop.
Save salrashid123/98ec7fd0c8d29319e721fd6c91adb639 to your computer and use it in GitHub Desktop.
>>> msg = '0a046a6f686e1203646f65'
>>> print '00' + hex(len(msg)/2).lstrip("0x").zfill(8) + msg
000000000b0a046a6f686e1203646f65
echo -n '000000000b0a046a6f686e1203646f65' | xxd -r -p - frame.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment