Hey, I just added (hacky) support to my extractor for zip files compressed with Xceed BWT and thought I'd let you know since I used the sample here for testing and it says in the readme for it "so this is likely to be uncompressible only with the Xceed library"
https://github.com/smiRaphi/UniPyX
smiRaphi/UniPyX@5b1a4ea
Hacky as in I'm too lazy to create a custom bzip2 decompressor just because python doesn't allow to ignore crc errors
Hey, I just added (hacky) support to my extractor for zip files compressed with Xceed BWT and thought I'd let you know since I used the sample here for testing and it says in the readme for it "so this is likely to be uncompressible only with the Xceed library"
https://github.com/smiRaphi/UniPyX
smiRaphi/UniPyX@5b1a4ea
Hacky as in I'm too lazy to create a custom bzip2 decompressor just because python doesn't allow to ignore crc errors