mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-21 18:29:26 +00:00
updates and moves
n/a
This commit is contained in:
+32
@@ -0,0 +1,32 @@
|
||||
|
||||
// CheckKernelHook.h : PROJECT_NAME 应用程序的主头文件
|
||||
//
|
||||
|
||||
#pragma once
|
||||
|
||||
#ifndef __AFXWIN_H__
|
||||
#error "在包含此文件之前包含“stdafx.h”以生成 PCH 文件"
|
||||
#endif
|
||||
|
||||
#include "resource.h" // 主符号
|
||||
|
||||
|
||||
// CCheckKernelHookApp:
|
||||
// 有关此类的实现,请参阅 CheckKernelHook.cpp
|
||||
//
|
||||
|
||||
class CCheckKernelHookApp : public CWinApp
|
||||
{
|
||||
public:
|
||||
CCheckKernelHookApp();
|
||||
|
||||
// 重写
|
||||
public:
|
||||
virtual BOOL InitInstance();
|
||||
|
||||
// 实现
|
||||
|
||||
DECLARE_MESSAGE_MAP()
|
||||
};
|
||||
|
||||
extern CCheckKernelHookApp theApp;
|
||||
Reference in New Issue
Block a user