Web : http://kickme.to/mxbnet
Contact Me : dheeraj_xp@yahoo.com


Main | Index

WinEject 2.0

Type : Cool program to open and close CD-Drive
Protection : Serial
Tech : Patch


Crack : Use Win32DASM and serach for string ...
"Please Register ....Enter Key"

We can see a flag set there .....

0x405356 CALL ESI
0x405358 CMP [00415D14],EBX ---> FLAG SET
0x40535E JNZ 40539E = 75 3E ----> GOOD BOY

So use BPMB 00415D14 RW ---- restart WinEject...

When we break ...we can see ...

0x404082 CMP EAX,EDX
0x404084 JZ 40408D
0x404086 AND DW PTR [ESI+174],00 = 83 A6 74 01 00 00 00 OFFSET = 3486 --- --> FLAG RESET :)
.................................................
0x4041B0 AND DW PTR [ESI+174],00 = 83 A6 74 01 00 00 00 OFFSET = 35B0 --- --> FLAG RESET :)

Patch :

So we want to make it .....

0x404086 AND DW PTR [ESI+174],01 = 83 A6 74 01 00 00 01 --- --> FLAG SET :)
.................................................
0x4041B0 AND DW PTR [ESI+174],01 = 83 A6 74 01 00 00 01 --- --> FLAG SET :)

Offset : 348C ..... 35B6 ===> 00 ---> 01