mirror of
https://github.com/netero1010/EDRSilencer.git
synced 2026-06-08 17:07:11 +00:00
First commit
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user