mirror of
https://github.com/mastercodeon314/KsDumper-11.git
synced 2024-11-12 01:20:51 +01:00
6 lines
118 B
C
6 lines
118 B
C
#pragma once
|
|
#include <ntddk.h>
|
|
|
|
NTSTATUS DriverSleep(int ms);
|
|
|
|
PVOID SanitizeUserPointer(PVOID pointer, SIZE_T size); |