Posted by Ignatz on 1/17/2000, 5:52 am
195.34.133.61
hi
my solutions to the task 2.4
get serial for Unregistered Unregistered is AC200-52856.
i found it using sofice breaking at lstrcmpA [446BA7] and checking
the memory ECX or EDX points to. one is your input. the other is the serial.my solution for 2.5. find the best way to bypass "all"
i think:00446B99 8D9510FFFFFF lea edx, dword ptr [ebp+FFFFFF10]
:00446B9F 52 push edx
:00446BA0 8D8DA0FEFFFF lea ecx, dword ptr [ebp+FFFFFEA0]should be changed to
:00446B99 8D9510FFFFFF lea edx, dword ptr [ebp+FFFFFF10]
:00446B9F 52 push edx
:00446BA0 8D8DA0FEFFFF lea ecx, dword ptr [ebp+FFFFFF10]
so the compare will always be OK.
thats 2 bytes. (i already saw a one byte patch here. great!)
so far from me
-Ignatz