install - How to secure/encrypt Inno Setup from decompiling -


i using inno setup tool pack/setup files (dll,exe,jpg, etc). found there software called innoextractor can open setup , read scripts , extract files, since need hide/protect files in setup spent lot of time/efforts secure setup.exe generated inno setup, found people saying add passowrd inno setup script, wrong because client kowns password , can use innoextractor , extract protected password! not it!?

now, ask if there someoen can suggest me solve problem. in fact embded xml files , dll used install specific files @ client side according client machine, if client extract dll machine catestropha !! need way prevent client seeing/extracting setup.exe !

there's no way 100% protect installer attacker. if want crack can it.

what can do:

1) encrypt files custom (3rd party) system or use [setup] encryption directive

2) modify inno setup - download sources, change them , compile again

3) place sensitive files , data on server , download them during setup (+ encrypt)

4) [code] section cannot entirely unpacked, place calculations or file operations there


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -