老文章档案 · 2003 年

DrawingHand v4.0

破解教程 · 算法分析 · 2003-06-12 · 作者:lancelot[CCG] 人气: · 出处:嬴政天下整理收藏)

一个屏幕保护程序,挺好玩的,不妨一试

下载:http://software.wx88.net/down/drawinghand.zip

难得碰到这么好破的软件,拿上来与大家共享,该软件声称自己是在线注册,云云

结果被我用W32Dasm两分钟搞定。

第一步搜索 string data reference 找 registered 来到

* Possible StringData Ref from Data Obj ->"Configuration"

|

:00403408 68D8124200 push 004212D8

:0040340D FFD7 call edi

:0040340F 6A00 push 00000000

:00403411 50 push eax

:00403412 68F1000000 push 000000F1

:00403417 681C040000 push 0000041C

:0040341C 56 push esi

:0040341D A3C0384200 mov dword ptr [004238C0], eax

:00403422 FFD3 call ebx

:00403424 A14CC04300 mov eax, dword ptr [0043C04C]<--------注意这里,如果[0043c04c]

:00403429 85C0 test eax, eax 的值为1,就为注册版

:0040342B 7443 je 00403470

* Possible StringData Ref from Data Obj ->"Registered

"

|

:0040342D 684C134200 push 0042134C

:00403432 E8290B0000 call 00403F60

:00403437 83C404 add esp, 00000004

* Possible StringData Ref from Data Obj ->"Registered"

|

:0040343A 6840134200 push 00421340

:0040343F 68F9030000 push 000003F9

:00403444 56 push esi

* Reference To: USER32.SetDlgItemTextA, Ord:022Ch

|

:00403445 FF15B0084400 Call dword ptr [004408B0]

* Reference To: USER32.GetDlgItem, Ord:0102h

|

:0040344B 8B1D94084400 mov ebx, dword ptr [00440894]

:00403451 68F9030000 push 000003F9

:00403456 56 push esi

:00403457 FFD3 call ebx

* Reference To: USER32.EnableWindow, Ord:00B7h

|

:00403459 8B3D98084400 mov edi, dword ptr [00440898]

:0040345F 6A00 push 00000000

:00403461 50 push eax

:00403462 FFD7 call edi

:00403464 68F8030000 push 000003F8

:00403469 56 push esi

:0040346A FFD3 call ebx

:0040346C 6A00 push 00000000

:0040346E EB30 jmp 004034A0

* Referenced by a (U)nconditional or (C)onditional Jump at Address:

|:0040342B(C)

|

* Possible StringData Ref from Data Obj ->"NOT Registered

"

|

:00403470 6830134200 push 00421330

:00403475 E8E60A0000 call 00403F60

* Reference To: USER32.GetDlgItem, Ord:0102h

|

:0040347A 8B1D94084400 mov ebx, dword ptr [00440894]

:00403480 83C404 add esp, 00000004

:00403483 68F9030000 push 000003F9

:00403488 56 push esi

:00403489 FFD3 call ebx

* Reference To: USER32.EnableWindow, Ord:00B7h

|

:0040348B 8B3D98084400 mov edi, dword ptr [00440898]

* Possible Reference to String Resource ID=00001: "Drawing Hand 4.0"

|

:00403491 6A01 push 00000001

:00403493 50 push eax

:00403494 FFD7 call edi

:00403496 68F8030000 push 000003F8

:0040349B 56 push esi

:0040349C FFD3 call ebx

* Possible Reference to String Resource ID=00001: "Drawing Hand 4.0"

|

:0040349E 6A01 push 00000001

* Referenced by a (U)nconditional or (C)onditional Jump at Address:

|:0040346E(U)

|

:004034A0 50 push eax

:004034A1 FFD7 call edi

:004034A3 8D4C2410 lea ecx, dword ptr [esp+10]

:004034A7 E86D1A0100 call 00414F19

:004034AC 8D4C2414 lea ecx, dword ptr [esp+14]

:004034B0 E8641A0100 call 00414F19

* Referenced by a (U)nconditional or (C)onditional Jump at Address:

|:00402A61(C)

|

* Possible StringData Ref from Data Obj ->"ScreenSaverConfigureDialog = WM_DESTROY

"

|

:004034B5 6804134200 push 00421304

:004034BA E8A10A0000 call 00403F60

:004034BF 83C404 add esp, 00000004

:004034C2 E8190C0000 call 004040E0

* Referenced by a (U)nconditional or (C)onditional Jump at Addresses:

|:00402A73(C), :00402AA4(C), :00402E71(C), :00402EEC(C), :00402F2E(C)

|:00403077(C), :004030F2(C)

|

:004034C7 5F pop edi

:004034C8 5E pop esi

:004034C9 5D pop ebp

:004034CA 33C0 xor eax, eax

:004034CC 5B pop ebx

:004034CD 81C4740B0000 add esp, 00000B74

:004034D3 C21000 ret 0010

==============================================================================================

第二步搜索字符串[0043c04c],来到这里

* Reference To: KERNEL32.GetPrivateProfileStringA, Ord:013Ah

|

:00404F2E FF1560074400 Call dword ptr [00440760]

:00404F34 8A442404 mov al, byte ptr [esp+04]

:00404F38 84C0 test al, al

:00404F3A 7448 je 00404F84

:00404F3C 8D4C2404 lea ecx, dword ptr [esp+04]

:00404F40 51 push ecx

:00404F41 8D4C2404 lea ecx, dword ptr [esp+04]

:00404F45 E8F9FF0000 call 00414F43

:00404F4A 8B442400 mov eax, dword ptr [esp]

:00404F4E 803830 cmp byte ptr [eax], 30<------------0

:00404F51 7528 jne 00404F7B

:00404F53 80780131 cmp byte ptr [eax+01], 31<---------1

:00404F57 7522 jne 00404F7B

:00404F59 80780232 cmp byte ptr [eax+02], 32<---------2

:00404F5D 751C jne 00404F7B

:00404F5F 80780338 cmp byte ptr [eax+03], 38<---------8

:00404F63 7516 jne 00404F7B

:00404F65 80780436 cmp byte ptr [eax+04], 36<---------6

:00404F69 7510 jne 00404F7B

:00404F6B 80780535 cmp byte ptr [eax+05], 35<---------5

:00404F6F 750A jne 00404F7B

* Possible Reference to String Resource ID=00001: "Drawing Hand 4.0"

|

:00404F71 C7054CC0430001000000 mov dword ptr [0043C04C], 00000001<--------看到了没,往上看看

===========================================================================================

注册码:012865

===========================================================================================

(出处:嬴政天下整理收藏)

相关文章:

·ASProtect的加密算法初步分析

·MD5算法研究

·Active Ebook Compiler的注册算法

·语音界面2.0算法分析及注册机源码!

·简单算法——小护士 V1.2

·侠客系统修改器1.21破解手记--算法分析

·中文拨号上网计时计费器 V4.12注册算法分析

·加密算法之RSA算法

·加密算法之DES算法

·加密算法之ElGamal算法

相关软件:

·胜新出纳-支票打印软件 V4.0X 的注册码算法

·胜新现代办公百宝箱 V5.01 的注册码算法

·胜新信函宝典-信封打印软件 V2.02 注册码的算法

·胜新通用企业计划管理系统的注册码算法

·共享软件加密算法库 V3.2

·操作系统内存分配银行家算法模拟系统 XP

→ 特别推荐

→ 热点TOP10

我为人人《《==》》人人为我

关于我们 |

帮助(?)

| 广告服务 |

版权声明 |

商业合作 |

发展历程 |

加盟我们 |

联系我们

Copyright © 1999-2003

winzheng.com All Rights Reserved.

繁体版:由华琦数码技术提供

Powered

by:MeSky.Net

2003-2004 年,宽带刚刚普及,下载站的文章区是许多人学电脑的第一课堂。
🕰 → 🤖 从那时到现在

当年一篇教程能让一台电脑焕然一新;今天的效率工具换成了 AI。 想知道当下最可靠的 AI 模型怎么选?看 赢政指数——我们用了 28 年的选软件严谨,现在用来评测大模型。

档案性质声明:本页为赢政天下(1998-2011)老文章的历史档案复原, 内容反映当年发表时的原貌——包括当年的技术表述、软件版本与观点,部分方法在今天已不适用或不合规,仅作互联网历史记录与研究用途, 不提供任何形式的下载。原始数据经由公共网络存档(Internet Archive)复原。发现问题请联系我们
← 返回老文章档案 · 软件史档案馆 · 赢政天下站史