squ1d
June 18th, 2004, 04:24
Hi, im new here and ive been trying to crack a software that checks if the key is valid on the internet.
The thing is, i could bypass the authentication, but the software then becomes unusable :/
Here it is:
seg000:00401D4C call sub_401610 <- check the net for the key
seg000:00401D51 test eax, eax <- authentication
seg000:00401D53 jz short loc_401D6D
seg000:00401D55 mov edx, [esp+20h+hInstance]
...
I just have nop the test and it enters the program, no functions tho :/
what should i do?
The thing is, i could bypass the authentication, but the software then becomes unusable :/
Here it is:
seg000:00401D4C call sub_401610 <- check the net for the key
seg000:00401D51 test eax, eax <- authentication
seg000:00401D53 jz short loc_401D6D
seg000:00401D55 mov edx, [esp+20h+hInstance]
...
I just have nop the test and it enters the program, no functions tho :/
what should i do?