- UID
 - 63152
 
 注册时间2009-8-1
阅读权限10
最后登录1970-1-1
周游历练 
  
 
 
 
该用户从未签到  
 | 
 
0047F668  |.  837D EC 00    cmp dword ptr ss:[ebp-14],0     ;  比较假码是否为0 
0047F66C  |.  74 79         je short Delphi.0047F6E7 
0047F66E  |.  8D55 E8       lea edx,dword ptr ss:[ebp-18] 
0047F671  |.  8B83 04030000 mov eax,dword ptr ds:[ebx+304]  ;  EAX为假码长度 
0047F677  |.  E8 D853FBFF   call Delphi.00434A54 
0047F67C  |.  8B45 E8       mov eax,dword ptr ss:[ebp-18]   ;  假码放到EAX 
0047F67F  |.  E8 A89EF8FF   call Delphi.0040952C 
0047F684  |.  DD5D F8       fstp qword ptr ss:[ebp-8]       ;  以下都是假码运算 
0047F687  |.  9B            wait 
0047F688  |.  DD45 F8       fld qword ptr ss:[ebp-8] 
0047F68B  |.  D805 10F74700 fadd dword ptr ds:[47F710] 
0047F691  |.  DD5D F8       fstp qword ptr ss:[ebp-8] 
0047F694  |.  9B            wait 
0047F695  |.  8D55 E4       lea edx,dword ptr ss:[ebp-1C] 
0047F698  |.  8B83 FC020000 mov eax,dword ptr ds:[ebx+2FC] 
0047F69E  |.  E8 B153FBFF   call Delphi.00434A54            ;  取他的长度 
0047F6A3  |.  8B45 E4       mov eax,dword ptr ss:[ebp-1C]   ;  序列号放到EAX 
0047F6A6  |.  E8 819EF8FF   call Delphi.0040952C 
0047F6AB  |.  DD5D F0       fstp qword ptr ss:[ebp-10]      ;  以下都是序列号一些运算 
0047F6AE  |.  9B            wait 
0047F6AF  |.  DD45 F0       fld qword ptr ss:[ebp-10] 
0047F6B2  |.  D805 14F74700 fadd dword ptr ds:[47F714] 
0047F6B8  |.  DD5D F0       fstp qword ptr ss:[ebp-10] 
0047F6BB  |.  9B            wait 
0047F6BC  |.  DD45 F8       fld qword ptr ss:[ebp-8] 
0047F6BF  |.  DC4D F0       fmul qword ptr ss:[ebp-10] 
0047F6C2  |.  DB2D 18F74700 fld tbyte ptr ds:[47F718] 
0047F6C8  |.  DED9          fcompp 
0047F6CA  |.  DFE0          fstsw ax 
0047F6CC  |.  9E            sahf 
 
 
有谁知道这些浮点是什么意思吗, 浮点号都不明白什么意思。 请教一下懂得人。。 |   
 
 
 
 |