mirror of
https://github.com/netero1010/EDRSilencer.git
synced 2026-06-08 09:05:23 +00:00
10 lines
322 B
C
10 lines
322 B
C
#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); |