innoextract
innoextract copied to clipboard
A tool to unpack installers created by Inno Setup
Hello, I see that the program code does not have the feature to specify the output folder name, the default is 'app', I would like to request to add the...
This is interesting for reverse engineering and especially retrieving password when it's hidden in the compiled code.
https://github.com/dscharrer/innoextract/blob/fbc82b0438c9db66d25f49b6af09ce0bdcd71a36/src/cli/extract.cpp#L729 This line executes `log(0)` and crashes innoextract if you provide a file as input that happens to have `info.files.size() == 0`.
Fix #173
The new InnoSetup version 6.3.1 has been released two days ago. Unfortunately Innoextract 1.9 is not able to open this kind of packages. Is there any hope for an update?...
Warning: Unexpected setup data version: 5.4.3 Stream error while parsing setup headers! ├─ detected setup version: 5.4.3 └─ error reason: basic_ios::clear: iostream error If you are sure the setup file...
When testing InnoExtract we noticed that the latest release (v1.9 -> https://github.com/dscharrer/innoextract/releases/tag/1.9) was published ~4 years ago. The pre-compiled binaries that come with this tag support InnoSetup v1.2.10 -> v6.0.5...
Hi @dscharrer, thanks for making this nice tool and sharing it as Software Libre! :pray: With regard to the bug, here's a live demo and reproducer: ```console # innoextract --version...