thunk7

来源:互联网 发布:手机转帖软件 编辑:程序博客网 时间:2024/05/01 05:30

int _tmain(int argc, _TCHAR* argv[])

{

00EA1450  push        ebp 

00EA1451  mov         ebp,esp

00EA1453  sub         esp,0C0h

00EA1459  push        ebx 

00EA145A  push        esi 

00EA145B  push        edi 

00EA145C  lea         edi,[ebp-0C0h]

00EA1462  mov         ecx,30h

00EA1467  mov         eax,0CCCCCCCCh

00EA146C  rep stos    dword ptr es:[edi]

     free(1);

00EA146E  push        1   

00EA1470  call        free (0EA1127h)

00EA1475  add         esp,4

     return 0;

00EA1478  xor         eax,eax

}

 

原创粉丝点击