l3fdb33f
Results
1
comments of
l3fdb33f
Sure, instead of that I'll just do a short string demo: `from malduck import gzip, unhex import zlib` `print(zlib.decompress(unhex("0580b109000008c3ae0d3814141d7c3f4c3f7b4522"), -15))` prints `b'powershell'` but `print(malduck.gzip(unhex("0580b109000008c3ae0d3814141d7c3f4c3f7b4522")))` returns the error `error: Error -3...