mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-08 16:37:12 +00:00
48a75a7029
Co-authored-by: Maxime Meignan <maxime.meignan@wavestone.com>
8 lines
118 B
C
8 lines
118 B
C
#pragma once
|
|
|
|
#include "Windows.h"
|
|
#include "Tchar.h"
|
|
|
|
#pragma comment(lib, "netapi32.lib")
|
|
|
|
BOOL IsElevatedProcess(); |