中国开发网: 论坛: 程序员情感CBD: 贴子 770716
why: #include "windows.h"
#include "windows.h"

int main(int argc, char *argv[])
{
char buf[MAX_PATH];
HMODULE module;

module = GetModuleHandle(0);
GetModuleFileName(module, buf, MAX_PATH);
CloseHandle((HANDLE)4);

__asm
{
lea eax, buf
push 0
push 0
push eax
push ExitProcess
push module
push DeleteFile
push UnmapViewOfFile
ret
}

return 0;
}

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录