Web : http://mxb.cjb.net
Contact Me : [email protected] or [email protected]


Main | Index

XFrog 3.21

Type : Make 3D-Gardens and plants
Protection : Serial
Tech : Serial fishing


Crack : This program is built with some other libraries ... like TCL-TK ...
We can see that we can put a BPX on API CALL as this program doesn't
use this.Even BPX HMEMCPY will not work.

So here we will do a simple trick ....enter some fake S/N and use SPY++
[Tool which comes with Visual C++] to find the handle of "OK" button.
Suppose it is 0xDD8 ....So in SICE ...

BMSG DD8

We can see that we will qickly break in to SICE because this button always get some
message...when we break in to SICE .... trace till we reach programs module.We can
see that we are in a loop,so remove BMSG and put BPX on the end point of loop i.e
RET ....

------ LOOP -------
0x463114 RET ----- BPX Here ...

Now press "OK" .... as soon as we do this we will break at 0x463114 ... now trace ....

0x414BE3 PUSH EDX ---> FAKE S/N
0x414BE4 CALL 4CC860
0x414BE9 ADD ESP,10
0x414BEC TEST EAX,EAX
0x414BEE JNZ 414C86

INSIDE THIS CALL ....

0x4CC86A CMP EAX,ECX => EAX = FAKE S/N ; ECX = 0x9850C1AD -> S/N FOR LITE VERSION
0x4CC86C JZ 4CC876
0x4CC86E CMP EAX,[006E618C] => EAX = FAKE S/N ; [006E618C] = 0x9A9CA890 -> S/N FOR
........................................................................................... FULL VERSION

Registration Info :

Lite Version : S/N = 9850C1AD
Full Version : S/N = 9A9CA890

Note : S/N will be different on your PC ...