如何破解windows help designed pro v 2.3.3.0 (2千字)

看雪資料發表於2001-03-12

如何破解windows help designed pro v 2.3.3.0
-----------------------------
雪椰
2000,12,27am
Email:wocy@263.net
Http://wocy.yeah.net(有本例中的補丁)

------------------------------
1,查詢UNREGISTERED
:00573A21 A180895B00              mov eax, dword ptr [005B8980]            《---1
:00573A26 803800                  cmp byte ptr [eax], 00                    〈---2
:00573A29 741A                    je 00573A45

* Possible StringData Ref from Code Obj ->"; *** UNREGISTERED ***"
                                  |
:00573A2B BA08435700              mov edx, 00574308
:00573A30 8D8534FEFFFF            lea eax, dword ptr [ebp+FFFFFE34]
:00573A36 E87509E9FF              call 004043B0
:00573A3B E85B26E9FF              call 0040609B
:00573A40 E8E7EDE8FF              call 0040282C

* Referenced by a (U)nconditional or (C)onditional Jump at Address:
2,BPX 1
  跟蹤得知2處為取167:5b97fa          〈---------3
3,bpmw 3  w      ;you will go to
|:004662CE(C)
|
:00466339 C60001                  mov byte ptr [eax], 01        <-----------4
:0046633C 55                      push ebp

* Referenced by a (U)nconditional or (C)onditional Jump at Address
4, 改4處為mov xx,0
  執行有協議成功提示,但無法繼續執行
5,bpmw 3 r;  you will go to
:0046552C 8B45F4                  mov eax, dword ptr [ebp-0C]
:0046552F 803800                  cmp byte ptr [eax], 00          <-----------5
:00465532 0F8500010000            jne 00465638
:00465538 F605BE9A5B0004          test byte ptr [005B9ABE], 04
:0046553F 7543                    jne 00465584
:00465541 8D45F0                  lea eax, dword ptr [ebp-10]

* Possible StringData Ref from Code Obj ->"Windows Help Designer is licenced "
                                        ->"for Standard Edition
You should "
                                        ->"purchase additional license for "
                                        ->"the Professional Edition

Windows "
                                        ->"Help Designer home page at http://www.winhelp."
                                        ->"gr"
                                  |
6,改5處為cmp xx,1
7,runing....
8,這個世界清淨了

相關文章