Closed gynt closed 5 years ago
I think we can use this: https://github.com/ladislav-zezula/StormLib/blob/master/src/pklib/implode.c
But I am having no luck. I get different results when I decompress recompressed data: decompress(implode(decompress(preview))) == decompress(preview) fails
decompress(implode(decompress(preview))) == decompress(preview)
I am now having luck by using this: https://github.com/ladislav-zezula/StormLib/blob/master/src/pklib/implode.c
I think we can use this: https://github.com/ladislav-zezula/StormLib/blob/master/src/pklib/implode.c
But I am having no luck. I get different results when I decompress recompressed data:
decompress(implode(decompress(preview))) == decompress(preview)
fails