Python Library Stringtools
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

gzip_extract.py 299B

12345678
  1. import sys
  2. sys.path.append('../..')
  3. import stringtools
  4. import report
  5. report.stdoutLoggingConfigure(log_name_lvl=[('root', 'DEBUG'), ])
  6. print(stringtools.hexlify(stringtools.gzip_extract(b'\x1f\x8b\x08\x00\xd0\x82\xe5\x5c\x02\xff\x63\x60\x40\x01\xff\x51\x01\x00\x2d\x8a\x7d\xde\x1e\x00\x00\x00')))