Just a simple suggestion:
From time to time I receive self extracting zip files, which I would like to be able to compare with other zip files or directory structures.
Currently, I turn them back into normal zip files using 'zip -J', but that modifies the file (Striping out meta data, like the default path to extract to), and obviously does not work if the zip is on a read only file system.
Seeing as the self extracting part is only a simple bit of executable code prep ended onto the beginning of a normal zip file, I would think it would be relatively simple to treat the file as a normal zip.
From time to time I receive self extracting zip files, which I would like to be able to compare with other zip files or directory structures.
Currently, I turn them back into normal zip files using 'zip -J', but that modifies the file (Striping out meta data, like the default path to extract to), and obviously does not work if the zip is on a read only file system.
Seeing as the self extracting part is only a simple bit of executable code prep ended onto the beginning of a normal zip file, I would think it would be relatively simple to treat the file as a normal zip.
Comment