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


Main | Index

Lunar Phase 5.0

Type : Know the phase of moon
Protection : Serial
Tech : Patching


Crack : This program was looking for some "Unlock Key" from registry....
Using API Spy I was able to reach that point ....trace little more ...we can see ...

0x485ADB CALL 458B34
0x485AE0 TEST AL,AL
0x485AE2 JZ 485C08 --- BAD BOY | 0F 84 20 01 00 00 OFFSET = 84EE2

Jumping over this alone will not solve our problem ...this program
again calls this routine some where else ...to find it in sice ...
BPX 458B34 .... continue ....when we break trace back ....

0x4863D0 CALL 458B34
0x4863D5 TEST AL,AL
0x4863D7 JZ 4863E9 --- BAD BOY | 74 10 OFFSET = 857D7

Patch :

We can fill both offset with NOP = 90