|  | 
 
 发表于 2012-9-9 14:20:14
|
显示全部楼层 
| uf nt!iocreatefile nt!IoCreateFile:
 8404bfec 8bff            mov     edi,edi
 8404bfee 55              push    ebp
 8404bfef 8bec            mov     ebp,esp
 8404bff1 6a00            push    0
 8404bff3 6a00            push    0
 8404bff5 ff753c          push    dword ptr [ebp+3Ch]
 8404bff8 ff7538          push    dword ptr [ebp+38h]
 8404bffb ff7534          push    dword ptr [ebp+34h]
 8404bffe ff7530          push    dword ptr [ebp+30h]
 8404c001 ff752c          push    dword ptr [ebp+2Ch]
 8404c004 ff7528          push    dword ptr [ebp+28h]
 8404c007 ff7524          push    dword ptr [ebp+24h]
 8404c00a ff7520          push    dword ptr [ebp+20h]
 8404c00d ff751c          push    dword ptr [ebp+1Ch]
 8404c010 ff7518          push    dword ptr [ebp+18h]
 8404c013 ff7514          push    dword ptr [ebp+14h]
 8404c016 ff7510          push    dword ptr [ebp+10h]
 8404c019 ff750c          push    dword ptr [ebp+0Ch]
 8404c01c ff7508          push    dword ptr [ebp+8]
 8404c01f e8ac830100      call    nt!IopCreateFile (840643d0)   //这里特征码搜索?
 8404c024 5d              pop     ebp
 8404c025 c23800          ret     38h
 
 
 您是这个思路不
 | 
 |