First commit

This commit is contained in:
netero1010
2023-12-26 12:16:43 +08:00
parent d82f5d569f
commit fe19f1b2a9
5 changed files with 507 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
#include <windows.h>
#include <initguid.h>
#include <fwpmu.h>
#include <stdio.h>
#include <tlhelp32.h>
#define FWPM_FILTER_FLAG_PERSISTENT (0x00000001)
BOOL CheckProcessIntegrityLevel();
BOOL EnableSeDebugPrivilege();
void CharArrayToWCharArray(const char charArray[], WCHAR wCharArray[], size_t wCharArraySize);