Quote:
Originally posted by Jay
I'm not sure what it is you are trying to with script decompilers, the exe is packed with crunch, as far as I can see that is what ysco wanted to unpack.
|
what I was looking at was the actual installer, not the program after the installer had installed it.
edit:
after decompiling the setup.inx script I was looking at code such as this ---->
begin
/* 0000561C: 0022 */ // -- Begin Function Code -- //
/* 00005625: 0006 */ s0000 = g_str0008;
/* 0000562F: 0021 */ function_011C(0x00000001, s0000);
/* 0000563D: 0021 */ function_00ED("PRODUCT_KEY");
/* 00005651: 0006 */ s0001 = LAST_RESULT;
/* 0000565B: 0014 */ s0001 = s0000 ^ s0001;
/* 00005668: 0021 */ function_011C(0x00000002, s0001);
/* 00005676: 0024 */ return;
/* 0000567A: 0026 */ // -- Create Local Variables -- //
end;