Quote:
Originally Posted by GaMEr_2077
Hey forum members......
Actually today i was installing a repack of a famous repacker
I found that their .bins are encrypted and thus the password must be in compiledcode.bin
But to my surprise i wasnt able to find the password in Compiledcode.bin
So what i wanted that is can anyone tell me how can i also make the extractor program to generate this type of Compiledcode.bin to protect my password of archievs from other people
LIKE ME, TRYING TO OPEN OTHERS ARCHIEVES
|
I think Inno does it by default.BTW, It's not function of innosetup but it's actually a process done by Pascal (the language used to write Inno setup scripts) It compiles the [CODE] section of the iss script to CompiledCode.bin to protect the source code.