首页
社区
课程
招聘
请帮看看,这段是怎样处理密码的,谢
发表于: 2005-5-14 04:13 3262

请帮看看,这段是怎样处理密码的,谢

2005-5-14 04:13
3262
(*
0056E4F0   55                     push    ebp
0056E4F1   8BEC                   mov     ebp, esp
0056E4F3   6A00                   push    $00
0056E4F5   53                     push    ebx
0056E4F6   8BD8                   mov     ebx, eax
0056E4F8   33C0                   xor     eax, eax
0056E4FA   55                     push    ebp

* Possible String Reference to: '檩W?腽[Y]?
|
0056E4FB   686EE55600             push    $0056E56E

***** TRY
|
0056E500   64FF30                 push    dword ptr fs:[eax]
0056E503   648920                 mov     fs:[eax], esp
0056E506   8D55FC                 lea     edx, [ebp-$04]

* Reference to control TFmRegist.MemoCode : TMemo
|
0056E509   8B830C030000           mov     eax, [ebx+$030C]

* Reference to: Controls.TControl.GetText(TControl):TCaption;
|
0056E50F   E89CCAEFFF             call    0046AFB0
0056E514   8B55FC                 mov     edx, [ebp-$04]
0056E517   8BC3                   mov     eax, ebx

|
0056E519   E8C6FEFFFF             call    0056E3E4
0056E51E   84C0                   test    al, al
0056E520   7528                   jnz     0056E54A

* Reference to TFmMain instance
|
0056E522   A1C0325700             mov     eax, dword ptr [$005732C0]
0056E527   8B00                   mov     eax, [eax]

* Reference to field TFmMain.OFFS_095C : Byte
|
0056E529   80B85C09000000         cmp     byte ptr [eax+$095C], $00
0056E530   740C                   jz      0056E53E

* Possible String Reference to: '?效的暂?瘁!'
|
0056E532   B884E55600             mov     eax, $0056E584

* Reference to: Dialogs.ShowMessage(AnsiString);
|
0056E537   E81C28F2FF             call    00490D58
0056E53C   EB1A                   jmp     0056E558

* Possible String Reference to: '堤??爹フ截!'
|
0056E53E   B89CE55600             mov     eax, $0056E59C

* Reference to: Dialogs.ShowMessage(AnsiString);
|
0056E543   E81028F2FF             call    00490D58
0056E548   EB0E                   jmp     0056E558

* Reference to field TFmRegist.OFFS_0314 : Byte
|
0056E54A   C6831403000001         mov     byte ptr [ebx+$0314], $01
0056E551   8BC3                   mov     eax, ebx

* Reference to: Forms.TCustomForm.Close(TCustomForm);
|
0056E553   E8E09DF1FF             call    00488338
0056E558   33C0                   xor     eax, eax
0056E55A   5A                     pop     edx
0056E55B   59                     pop     ecx
0056E55C   59                     pop     ecx
0056E55D   648910                 mov     fs:[eax], edx

****** FINALLY
|

* Possible String Reference to: '[Y]?
|
0056E560   6875E55600             push    $0056E575
0056E565   8D45FC                 lea     eax, [ebp-$04]

* Reference to: System.@LStrClr(void;void);
|
0056E568   E8435FE9FF             call    004044B0
0056E56D   C3                     ret

* Reference to: System.@HandleFinally;
|
0056E56E   E9DD57E9FF             jmp     00403D50
0056E573   EBF0                   jmp     0056E565

****** END
|
0056E575   5B                     pop     ebx
0056E576   59                     pop     ecx
0056E577   5D                     pop     ebp
0056E578   C3                     ret

*)

[课程]FART 脱壳王!加量不加价!FART作者讲授!

收藏
免费 0
支持
分享
最新回复 (1)
雪    币: 201
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
2
这样也能看得懂?我是不行.
2005-5-14 10:38
0
游客
登录 | 注册 方可回帖
返回
//