crUsAdEr
February 26th, 2002, 21:20
Alright, i find it very weird, could someone explain to me what is going on...
OK, i was cracking this program, then at the end of the key checking routine here is what happen
test eax, eax
jz Error_MessageBox ; Invalid key etc...
push 04
push FFFFFFFF
call GetProcAddress ; what is this doing here????
-snippet- then here is the funny bit
push 10
push edi ; edi points to half of the serial I entered
call EAX ; the proc address of the address ealier??
Of course eax was a nice '00000000' so i get lots of error message, nopping the instruction let the program run but features are disabled still.
i am just wondering what Procedure is this trying to call
here? and what procedure that can make appropriate changes to the program?? to make it fully registered?
Thanx a lot
OK, i was cracking this program, then at the end of the key checking routine here is what happen
test eax, eax
jz Error_MessageBox ; Invalid key etc...
push 04
push FFFFFFFF
call GetProcAddress ; what is this doing here????
-snippet- then here is the funny bit
push 10
push edi ; edi points to half of the serial I entered
call EAX ; the proc address of the address ealier??
Of course eax was a nice '00000000' so i get lots of error message, nopping the instruction let the program run but features are disabled still.
i am just wondering what Procedure is this trying to call
here? and what procedure that can make appropriate changes to the program?? to make it fully registered?
Thanx a lot