mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-08 16:37:12 +00:00
4bff81986b
Co-authored-by: Thomas Diot <thomas.diot@wavestone.com>
13 lines
199 B
C
13 lines
199 B
C
#pragma once
|
|
|
|
#include <Windows.h>
|
|
#include <stdio.h>
|
|
|
|
#include <Psapi.h>
|
|
#include <tlhelp32.h>
|
|
|
|
#include "Globals.h"
|
|
#include "WdigestOffsets.h"
|
|
|
|
DWORD WINAPI disableCredGuardByPatchingLSASS(void);
|