mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-11 01:41:20 +00:00
New BYOVD-driver support: GDRV.sys (GigaByte)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#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);
|
||||
Reference in New Issue
Block a user