08 2017 档案

摘要: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)
摘要:1 #pragma once 2 #include <windows.h> 3 #include <tchar.h> 4 5 6 int HookIAT_MessageBoxW(char* strDllName, char* strFunNameOrOdinal, _Out_ DWORD& dwOl 阅读全文
posted @ 2017-08-05 17:43 Spobt 阅读(139) 评论(0) 推荐(0)