Unzip Protection

oldteacher

Active member
Is there any way to prevent end users from unzipping the final exe?

Simple to do with Paquet Builder but can find no such solution for EXEout.
 
You can’t just unzip an EXE made with ExeOutput for the simple reason that no zip format is used. Have you successfully unpacked an EXE?
 
Of course you can, dead drop simple.

Found out the hard way when a hacker stole some kids private information. My school has banned me from developing any further software using EXEOut. Pretty much killed my reputation and business I started based on GDSoft’s Paquet Builder (which I cannot even use) and EXEOut.

http://screencast-o-matic.com/watch/cDeIYZ1qhz
 
Thank you for the video but it’s not the EXE content that you’re unpacking with 7-Zip, but the PE sections. If you take a look at the different files you get with a hex editor, you won’t find your PHP files and other content compiled.

Sad that a hacker managed to stole information but it’s not just with the way you showed.
 
Not a programmer and reason I bought EXEOut. But fact is the content of the software was extracted with ease and information was exposed. Have no clue how it was done but the EXE can be unzipped and some private information was posted on the net.

Back to the question: Is there any way to protect the file from being unzipped?
 
ExeOutput is a programming tool especially made for PHP developers. It was not designed to be used as one-click security software to protect sensitive information, at least you can’t protect information without knowledge.
We are unable to tell you what the hacker did exactly because we would at least need to inspect your EXE file and EXOP project file.
 
Back
Top