The software sends to the main server such string:
\x1f\xe2\x80\xb9\x08\x00\x00\x00\x00\x00\x04\x00E...\x03\x00\x00"
decode_gzip(body)
Later I've tried to decode it through different online decoders and in python like bz2, zip and rar string - nothing.
What can I try next?
b'\x1f\xe2\x80\xb9\x08\...\x06\x00\x00'
. It is written that "the gzip compression is performed using an external tool.". But he also was not able to ungzip it. – SKulibin May 10 '21 at 09:16