This commit is contained in:
2026-07-28 15:11:47 +08:00
parent 9b00c5f6eb
commit e91e372b19
80 changed files with 246075 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
#pragma once
#ifndef COMM_H
#define COMM_H
#include "Base.h"
enum TYPE_COOM
{
BASE = 0x1000,
KD_LOAD_DRIVER,
ADD_INDEX_VAL,
};
namespace comm
{
auto create_coomback(LPVOID parmar)-> void;
auto coom_call_back(LPVOID)->DWORD;
}
#endif // !COMM_H