Cast
February 25th, 2001, 15:50
From codegen.dll:
CreateCode:
mov eax, [esp+arg_8]
mov ecx, [esp+arg_C]
mov edx, [esp+arg_4]
push eax
mov eax, [esp+4+arg_0]
push ecx
push edx
push eax
call sub_10001130 ; Encrypt name + makedate data, and make serial format: X-X-X-X
add esp, 10h
retn
It encrypts like this:
BlowfishEncryption(const byte *key_string, unsigned int keylength=KEYLENGTH)
: Blowfish(key_string, keylength, ENCRYPTION) {}
check makedate and the parameters passed to it, rename and comment the
sub_10001130 code, and it will start to make sense

, i havent finished my keygen
for this yet, but i have a rough outline of it. I think this will be done soon.
Regards,
Cast