feat dispatch protect and anit screen
This commit is contained in:
@@ -4,15 +4,26 @@
|
||||
struct CMD_COMM
|
||||
{
|
||||
DWORD64 CommID;
|
||||
DWORD64 Pid;
|
||||
DWORD64 Buf;
|
||||
DWORD64 status;
|
||||
};
|
||||
|
||||
struct IOCTL_PROCESS
|
||||
{
|
||||
DWORD64 Pid;
|
||||
};
|
||||
|
||||
struct IOCTL_WINDOW
|
||||
{
|
||||
DWORD64 HWND;
|
||||
DWORD64 Flags;
|
||||
};
|
||||
enum CMD
|
||||
{
|
||||
MSG_BASE = 0x10000,
|
||||
DRIVER_COMM_TEST,
|
||||
DRIVER_PROTECT_PROCESS
|
||||
DRIVER_PROTECT_PROCESS,
|
||||
WINDOW_ANIT_SCREEN,
|
||||
};
|
||||
|
||||
namespace comm_dispatch
|
||||
|
||||
Reference in New Issue
Block a user