MacPaw / XADMaster

Objective-C library for archive and file unarchiving and extraction
GNU Lesser General Public License v2.1
104 stars 44 forks source link

Unknown StuffIt X tag #32

Open ci-macpaw opened 12 years ago

ci-macpaw commented 12 years ago

Originally reported on Google Code with ID 425

zhukov.alex:

lsar 0.99
on the following sitx archive (500MB)
http://dl.dropbox.com/u/59737692/WLKHRD_2AB_2CH_SR_PM_111007.sitx

outputs the following:
WLKHRD_2AB_2CH_SR_PM_111007.sitx: 2012-01-30 15:40:26.956 lsar[65412:707] 4 extra:
64
2012-01-30 15:40:26.957 lsar[65412:707] unknown tag
StuffIt X
Archive parsing failed! (File is not fully supported.)

Can you take a look at it?
Thanks
ci-macpaw commented 12 years ago

paracelsus:

That's weird, it definitely seems encrypted SOMEHOW.
ci-macpaw commented 12 years ago

zhukov.alex:

i unpacked it with stuff it expander it does not ask for password...
ci-macpaw commented 12 years ago

paracelsus:

It looks like this archive is encrypted. Encrypted sitx is not yet supported.

I did fix things so that the file gets properly reported as being unsupported, rather
than trying to unpack and spouting mysterious and nonsensical errors.
ci-macpaw commented 12 years ago

zhukov.alex:

this file was actually created in 2007
so, i assume, it's not a new feature but an old one that is not supported.
hope this helps
ci-macpaw commented 12 years ago

paracelsus:

Hopefully at some point, but adding support for new StuffIt X features requires significant
amounts of work as they need to be reverse engineered first, so it will probably not
happen very quickly.