feat comm init win10-win11

This commit is contained in:
2026-06-16 10:22:02 +08:00
parent 18242cc37d
commit 1dfe28ca38
8 changed files with 282 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#pragma once
#include "Base.h"
namespace comm_win7
{
auto comm_init()->BOOL;
auto comm_install_hook()->BOOL;
auto comm_remov_hook()->BOOL;
}