feat dispatch protect and anit screen

This commit is contained in:
2026-06-23 13:17:33 +08:00
parent ec66fbbf8a
commit 351ffe7413
2 changed files with 26 additions and 4 deletions
+13 -2
View File
@@ -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