好友
阅读权限20
听众
最后登录1970-1-1
|
运行不起来,进程里可以看到但是没有界面,郁闷! [s:17]
OD载入看了一下,莫非这里就是大牛所说的非常简单 非常非常简单的算法?
........
004011E3F>call ebp
004011E58>lea edx,dword ptr ds:[esi-3]
004011E88>cmp edx,0D;判断??的位数
004011EB0>ja CrackMe2.004012B0
004011F18>cmp eax,0C;??的位数必须为12位
004011F40>jnz CrackMe2.004012B0
004011FA8>lea eax,dword ptr ds:[esi+1]
004011FD5>push eax
004011FE8>lea ecx,dword ptr ss:[esp+4C]
004012025>push ecx
004012035>push edi
004012048>mov edi,dword ptr ds:[<&USER32.GetWindow>; USER32.GetWindowTextW
0040120AF>call edi
0040120C6>push 0D
0040120E8>lea edx,dword ptr ss:[esp+30]
004012125>push edx
004012135>push ebx
00401214F>call edi
004012163>xor edi,edi
004012183>xor ecx,ecx
0040121A8>test esi,esi
0040121C7>jle short CrackMe2.00401239
0040121E8>mov edi,edi
______________________________________________________________
004012200>movzx eax,word ptr ss:[esp+ecx*2+48];按位取运算
004012259>cdq
00401226B>mov ebx,1E
0040122BF>idiv ebx
0040122D4>inc ecx
0040122E3>cmp ecx,esi
004012308>lea edi,dword ptr ds:[edi+edx+12FF68A]
00401237^ 7>jl short CrackMe2.00401220
_______________________________________________________________
004012395>push edi
0040123A8>lea eax,dword ptr ss:[esp+14]
0040123E6>push CrackMe2.00402190 ; UNICODE "0000%8X"
004012435>push eax
00401244F>call dword ptr ds:[<&USER32.wsprintfW>]; USER32.wsprintfW
0040124A8>add esp,0C;上面完成结果格式化
0040124D8>lea ecx,dword ptr ss:[esp+2C]
004012518>lea eax,dword ptr ss:[esp+10]
004012556>mov dx,word ptr ds:[eax];这下面的就是比较了
004012586>cmp dx,word ptr ds:[ecx]
0040125B7>jnz short CrackMe2.0040127B
0040125D6>test dx,dx
004012607>je short CrackMe2.00401277
004012626>mov dx,word ptr ds:[eax+2]
004012666>cmp dx,word ptr ds:[ecx+2]
0040126A7>jnz short CrackMe2.0040127B
0040126C8>add eax,4
0040126F8>add ecx,4
004012726>test dx,dx
00401275^ 7>jnz short CrackMe2.00401255
004012773>xor eax,eax
00401279E>jmp short CrackMe2.00401280
0040127B1>sbb eax,eax
0040127D8>sbb eax,-1
004012806>push 0
004012826>push 0
004012848>test eax,eax
004012867>jnz short CrackMe2.0040129C
004012888>mov ecx,dword ptr ds:[40336C]
0040128E6>push 464
........ |
|