Skip to content

Instantly share code, notes, and snippets.

@GeoffTidey
Created May 30, 2012 13:22
Show Gist options
  • Save GeoffTidey/2836312 to your computer and use it in GitHub Desktop.
Save GeoffTidey/2836312 to your computer and use it in GitHub Desktop.
translate captured decimal bytes to hex to copy into hex fiend
[8, 0, 227, 1, 108, 2, 0, 121, 95].map { |b| "#{b.to_s(16).rjust(2, "0")} " }.join
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment