1
0
mirror of https://github.com/mastercodeon314/KsDumper-11.git synced 2024-11-24 06:50:10 +01:00
KsDumper-11/KsDumperDriver/Utility.h

6 lines
118 B
C
Raw Normal View History

2023-01-23 05:05:57 +01:00
#pragma once
#include <ntddk.h>
NTSTATUS DriverSleep(int ms);
PVOID SanitizeUserPointer(PVOID pointer, SIZE_T size);