1
0
mirror of https://github.com/mastercodeon314/KsDumper-11.git synced 2024-11-12 01:20:51 +01:00
KsDumper-11/KsDumperDriver/Utility.h
2023-01-22 22:05:57 -06:00

6 lines
118 B
C

#pragma once
#include <ntddk.h>
NTSTATUS DriverSleep(int ms);
PVOID SanitizeUserPointer(PVOID pointer, SIZE_T size);