Quote:
Originally Posted by Cuttlas
how did you obtain [CompiledCode.bin]? I'm currently using Inno Extarctor and it does not provide me a code bin, it is empty!
|
You can extract it with the following command line:
Code:
innounp -x -m K-Lite_Codec_Pack_1820_Mega.exe embedded\CompiledCode.bin
Open this in Inno Setup Decompiler and export the disassembled code into Pascal source. You will find the "CIR" variable (unscrambled password, the installer is
not protected by it, you need to scramble it first) as the result of the "BX()" function and the password scrambler function is called "CX()".
(This is fun!

)
__________________
Joe Forster/STA
For more information, see the
FileForums forum rules and the
PC Games forum FAQ!
Don't contact me via E-mail or PM to ask for help with anything other than patches (or software in general) done by me, otherwise your request may be deleted without any reply!
Homepage:
http://sta.c64.org, E-mail:
[email protected]; for attachments, send compressed (ZIP or RAR) files only, otherwise your E-mail will bounce back!