Skip to content

Instantly share code, notes, and snippets.

@ProbablePrime
Created June 30, 2016 19:35
Show Gist options
  • Save ProbablePrime/c28e43619e591f400491783dae592bc2 to your computer and use it in GitHub Desktop.
Save ProbablePrime/c28e43619e591f400491783dae592bc2 to your computer and use it in GitHub Desktop.
decode a protobuff packet to space delimited hex bytes
print(' '.join(hex(x)[2:] for x in 'hello world!'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment