wiliam 发表于 2014-10-14 22:17:55

另类调用messagebox的方法的疑问

这么调用messagebox为什么360说这是Hacker攻击内存而停止运行了???
#include<stdio.h>
#include<windows.h>
int main()
{

        _asm{
                xor ebx,ebx
                push ebx
                push 1
                push 1
                mov eax,esp
                push ebx
                push eax
                push eax
                push ebx
                mov eax,0x77D507EA//根据不同的操作系统此值可能会有差异
call eax }
}


页: [1]
查看完整版本: 另类调用messagebox的方法的疑问