dscharrer / innoextract

A tool to unpack installers created by Inno Setup
https://constexpr.org/innoextract/
Other
1k stars 125 forks source link

Not a supported Inno Setup installer - v5.5.3 #100

Closed Arkaop closed 4 years ago

Arkaop commented 4 years ago

Hi, Thanks for your nice tool, really helpful work :)

I got an old binary, which i would really like to unpack. The binary is packed with Inno Setup install v5.5.3 (got it from ascii string, while grepin in r2). The exe is availble at : https://app.any.run/tasks/ea8992b4-1098-430f-8f6a-e9228c743caf/ (info in the top right corner, then download)

Do you have a hint about it ?

dscharrer commented 4 years ago

The file has HTTP response headers prepended. If you remove them (eveything before "MZ") the file can be extracted without issues.