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.