1
0
mirror of https://github.com/mastercodeon314/KsDumper-11.git synced 2025-02-20 04:21:14 +01:00
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);