摘要: 1 #include <windows.h> 2 #include <stdio.h> 3 4 5 int g_i = 0; 6 7 LONG NTAPI VEHCallback(EXCEPTION_POINTERS* p) 8 { 9 p->ContextRecord->Eax = (DWORD) 阅读全文
posted @ 2017-08-08 18:54 Spobt 阅读(117) 评论(0) 推荐(0)