Skip to content

Instantly share code, notes, and snippets.

@matsu911
Created May 26, 2016 12:36
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 matsu911/d64869f7b9afe1172d36d29c4a1779fd to your computer and use it in GitHub Desktop.
Save matsu911/d64869f7b9afe1172d36d29c4a1779fd to your computer and use it in GitHub Desktop.
binary
00000000: ee3e 24ab 2910 b28b 7a1e 47b8 53b2 bcf4 .>$.)...z.G.S...
00000010: 6400 2175 3637 6265 6262 3830 3761 6166 d.!u67bebb807aaf
00000020: 3831 3739 3066 3732 3165 3338 6431 3432 81790f721e38d142
00000030: 3234 6639 0013 582d 4c69 6e65 2d43 6861 24f9..X-Line-Cha
00000040: 6e6e 656c 546f 6b65 6e00 ac38 6962 6369 nnelToken..8ibci
00000050: 5364 474d 4347 6972 2f6a 4530 7a39 3277 SdGMCGir/jE0z92w
00000060: 6d67 4a2b 3938 6c44 6478 7741 7037 6376 mgJ+98lDdxwAp7cv
00000070: 5833 6d6b 734c 3938 5948 486a 414d 3938 X3mksL98YHHjAM98
00000080: 7672 5246 4851 4679 5766 336f 4344 5663 vrRFHQFyWf3oCDVc
00000090: 667a 6b73 7135 3835 7370 3875 5753 556f fzksq585sp8uWSUo
000000a0: 6934 2f49 4a70 5637 3849 4b49 7648 7458 i4/IJpV78IKIvHtX
000000b0: 6f36 4e61 4a6e 7157 5871 356f 3039 342b o6NaJnqWXq5o094+
000000c0: 4537 324a 6b7a 4737 5763 7966 6277 685a E72JkzG7WcyfbwhZ
000000d0: 3841 7848 6134 2b67 564c 5133 6433 2b47 8AxHa4+gVLQ3d3+G
000000e0: 7473 7952 3156 6459 3463 3045 3375 7242 tsyR1VdY4c0E3urB
000000f0: 5649 366f 6855 3d7b 2270 6f73 7449 6e66 VI6ohU={"postInf
00000100: 6f22 3a7b 2272 6561 6450 6572 6d69 7373 o":{"readPermiss
00000110: 696f 6e22 3a7b 2267 6964 7322 3a5b 5d2c ion":{"gids":[],
00000120: 2274 7970 6522 3a22 414c 4c22 7d7d 2c22 "type":"ALL"}},"
00000130: 636f 6e74 656e 7473 223a 7b22 6d65 6469 contents":{"medi
00000140: 6122 3a5b 5d2c 2274 6578 7422 3a22 4c49 a":[],"text":"LI
00000150: 4e45 227d 7d08 0808 0808 0808 080a NE"}}.........
data = '\xee>$\xab)\x10\xb2\x8bz\x1eG\xb8S\xb2\xbc\xf4d\x00!u67bebb807aaf81790f721e38d14224f9\x00\x13X-Line-ChannelToken\x00\xac8ibciSdGMCGir/jE0z92wmgJ+98lDdxwAp7cvX3mksL98YHHjAM98vrRFHQFyWf3oCDVcfzksq585sp8uWSUoi4/IJpV78IKIvHtXo6NaJnqWXq5o094+E72JkzG7WcyfbwhZ8AxHa4+gVLQ3d3+GtsyR1VdY4c0E3urBVI6ohU={"postInfo":{"readPermission":{"gids":[],"type":"ALL"}},"contents":{"media":[],"text":"LINE"}}\x08\x08\x08\x08\x08\x08\x08\x08'
for i in data:
print i, ord(i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment