mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-10 17:31:23 +00:00
Header inclusion feng-shui (each file only includes what it needs)
This commit is contained in:
@@ -5,7 +5,11 @@
|
||||
|
||||
*/
|
||||
|
||||
#include <Windows.h>
|
||||
#include <Tchar.h>
|
||||
#include "KernelCallbacks.h"
|
||||
#include "KernelMemoryPrimitives.h"
|
||||
#include "NtoskrnlOffsets.h"
|
||||
|
||||
// List of EDR drivers for which Kernel callbacks will be impacted.
|
||||
// Source: https://docs.microsoft.com/en-us/windows-hardware/drivers/ifs/allocated-altitudes
|
||||
|
||||
Reference in New Issue
Block a user