Commit 4d780163 authored by wang's avatar wang

反解析第一步成功

parent 7f77558d
`` ```
28, 28,
22,28,65,7, 22,28,65,7,
122,74,129,24,234,55, [https://] 122,74,129,24,234,55, [https://]
...@@ -6,7 +6,16 @@ ...@@ -6,7 +6,16 @@
58,37,96,21,239,191,165,255,194,149,136,44,148,54,245, [www.jetblue.com] 58,37,96,21,239,191,165,255,194,149,136,44,148,54,245, [www.jetblue.com]
230 230
`` ```
```python
import struct
list(struct.pack('<q', -245101159 ))
[153, 13, 100, 241, 255, 255, 255, 255]
list(struct.pack('<q', -2534064622 ))
[18, 62, 245, 104, 255, 255, 255, 255]
```
```angular2html ```angular2html
计算 https: 计算 https:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment