jianlinwei / theunarchiver

Automatically exported from code.google.com/p/theunarchiver
Other
0 stars 0 forks source link

Add support for Microsoft Compress archives #301

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I'm not sure if Microsoft Compress archives work, but these sure don't:

http://cd.textfiles.com/gw2k42/WFW311/

The compressed files have extensions ending with _ . Expand.exe (also in that 
directory) is normally used to extract them.

mscompress from ftp://ftp.penguin.cz/pub/users/mhi/mscompress is supposed to 
work but doesn't appear to.

Original issue reported on code.google.com by d235...@gmail.com on 8 Oct 2010 at 5:24

GoogleCodeExporter commented 9 years ago
Yeah, these seem to be entirely unsupported. This should definitely be fixed.

Original comment by paracel...@gmail.com on 11 Oct 2010 at 12:03

GoogleCodeExporter commented 9 years ago
The first four bytes of the file header (KWAJ) lead me to this: 
http://www.cabextract.org.uk/libmspack/doc/szdd_kwaj_format.html

From the header it looks like compression method 3, a combination of LZ and 
huffman.

This library looks like it can handle the samples:
http://www.cabextract.org.uk/libmspack/

Original comment by jeremyag...@gmail.com on 13 Dec 2010 at 10:26

GoogleCodeExporter commented 9 years ago
Update:
I compiled libmspack and the included test program "extract" was able to 
decompress the files.

Original comment by jeremyag...@gmail.com on 13 Dec 2010 at 10:37

GoogleCodeExporter commented 9 years ago

Original comment by paracel...@gmail.com on 9 Aug 2011 at 3:35