hxmeie

Results 5 comments of hxmeie

@yungelee 不拷贝出来,这个库还需要添加v4的依赖吧

```python #!/usr/bin/python3 import sys import os import glob import struct import binascii import traceback import zlib MAGIC_NO_COMPRESS_START = 0x03 MAGIC_NO_COMPRESS_START1 = 0x06 MAGIC_NO_COMPRESS_NO_CRYPT_START = 0x08 MAGIC_COMPRESS_START = 0x04 MAGIC_COMPRESS_START1 =...

我也试了,确实没用