Self extracting zip files.
I've seen utilities for making self extracting zipfile (.exe) under linux, but not a way to unzip them.
From what I've read, you cat the zip executable stub and the zip file together into an exe file, and that is it for creating a windows self extracting zip.
The problem is, I havea self extracting zip file I made years ago, and I would like to see what's in it. How can I strip the stub out of the front so I can unzip everything that remains?
From what I've read, you cat the zip executable stub and the zip file together into an exe file, and that is it for creating a windows self extracting zip.
The problem is, I havea self extracting zip file I made years ago, and I would like to see what's in it. How can I strip the stub out of the front so I can unzip everything that remains?
