decoding a compressed binary blob using zlib

485 views Asked by At

I have an application that seems to encode some data (a long text) as a compressed binary blob using zlib.

I would like to know how I can possibly decode the compressed binary blob.

I guess I can use the zlib library itself or a command line tool but I'm not sure.

0

There are 0 answers