1
0
mirror of https://github.com/mastercodeon314/KsDumper-11.git synced 2025-02-21 12:49:48 +01:00

6 lines
118 B
C
Raw Normal View History

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