mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-11 01:41:20 +00:00
Header inclusion feng-shui (each file only includes what it needs)
This commit is contained in:
@@ -1,4 +1,10 @@
|
||||
#include "CredGuard.h"
|
||||
#include <Windows.h>
|
||||
#include <stdio.h>
|
||||
#include <Psapi.h>
|
||||
#include <tlhelp32.h>
|
||||
#include <Tchar.h>
|
||||
|
||||
#include "WdigestOffsets.h"
|
||||
|
||||
DWORD WINAPI disableCredGuardByPatchingLSASS(void) {
|
||||
HANDLE hProcessSnap;
|
||||
|
||||
@@ -4,7 +4,10 @@
|
||||
--- The code to locate the EPROCESS structure is adapted from:
|
||||
http://blog.rewolf.pl/blog/?p=1683
|
||||
*/
|
||||
#include <tchar.h>
|
||||
|
||||
#include "KernelMemoryPrimitives.h"
|
||||
#include "NtoskrnlOffsets.h"
|
||||
#include "RunAsPPL.h"
|
||||
|
||||
DWORD64 GetSelfEPROCESSAddress(BOOL verbose) {
|
||||
|
||||
Reference in New Issue
Block a user