* Add extractor for installshield executables.
* Add comment
* Fix intendation.
* Ensure PRs recursively pull
* Rebase
* Fix formatting for parsex
* newline before obj.name
* Changed while loop check to a position vs length check
* Specify type for chunkSize
* declare chunksize as a const int outside of the loop
* Open file writer with using
* Call fs.flush after every write.
* Improved chunk writing loop.
* Remove now-unecessary variable
* Properly handle extracting files of size greater than int32.
* Use long for overlay address
* create deserializer outside of loop.
* Move null check.
* Don't cache position.
---------
Co-authored-by: Matt Nadareski <mnadareski@outlook.com>