• 标 题:智能狂拼试用版之破解 (1千字)
  • 作 者:custer
  • 时 间:2000-9-4 9:04:25
  • 链 接:http://bbs.pediy.com

找到cspy.imf文件,用W32dasm打开可以看到如下字样:

* Referenced by a CALL at Address:
|:10006AD3 
|
:10004550 A15CE10310              mov eax, dword ptr [1003E15C]
:10004555 85C0                    test eax, eax
:10004557 742D                    je 10004586
:10004559 A160E10310              mov eax, dword ptr [1003E160]
:1000455E 85C0                    test eax, eax
:10004560 751E                    jne 10004580
:10004562 6A10                    push 00000010    <------- 改为jmp 10004586,OK

* Possible StringData Ref from Data Obj ->"中文之星智能狂拼试用版本"
                                  |
:10004564 68DCE10310              push 1003E1DC

* Possible StringData Ref from Data Obj ->"中文之星智能狂拼试用版本的使用期限已到。

如"
                                        ->"要继续使用,请购买正式版本。
请访问 "
                                        ->"www.cstar.com.cn 获取详细信息。
"
                                  |
:10004569 6864E10310              push 1003E164
:1000456E 6A00                    push 00000000

* Reference To: USER32.MessageBoxA, Ord:0195h
                                  |
:10004570 FF15D0350D10            Call dword ptr [100D35D0]
:10004576 C70560E1031001000000    mov dword ptr [1003E160], 00000001

* Referenced by a (U)nconditional or (C)onditional Jump at Address:
|:10004560(C)
|
:10004580 B801000000              mov eax, 00000001
:10004585 C3                      ret



                                      custer
                                      2000.9.3