|
Post by sinter45 on Mar 8, 2007 5:34:12 GMT -5
hey Kevin,
i was reading the help file and wondered whether i might be able to handle .jar file (java archives) too, which are normal zips mainly. The problem is the following. Some java obfuscators put files in the jar which have basically the same path + name apart from some uper/lowercase letters, e.g.: com/A.class com/a.class
This is absolutely legitimate and often seen. My question now is: Am i able to read those jars into a stream and write all the classes back into a new zip (jar)?
From my first experiments with the demo version, i wasnt able to do this so far, as vclzip doesnt seem to like zips with "duplicate" filenames.
Regards Harald
|
|
|
Post by Kevin on Mar 13, 2007 16:24:40 GMT -5
Hi Harald,
Sorry for the delay, I just got back from a vacation where I had not access to a computer.
While VCLZip can handle normal jar files, anything that has duplicate filenames won't be readable. Duplicate filenames are not allowed in zip files.
Kevin
|
|