mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-08 16:37:12 +00:00
8 lines
248 B
C
8 lines
248 B
C
#pragma once
|
|
#include <Windows.h>
|
|
|
|
HANDLE GetDriverHandle_GDRV();
|
|
VOID CloseDriverHandle_GDRV();
|
|
VOID ReadMemoryPrimitive_GDRV(SIZE_T Size, DWORD64 Address, PVOID Buffer);
|
|
VOID WriteMemoryPrimitive_GDRV(SIZE_T Size, DWORD64 Address, PVOID Buffer);
|