mirror of
https://github.com/CyberSecurityUP/Offensive-Windows-Drivers-Development
synced 2026-06-06 15:34:28 +00:00
10 lines
131 B
C
10 lines
131 B
C
#pragma once
|
|
|
|
#include <ntddk.h>
|
|
#include <wdf.h>
|
|
|
|
NTSTATUS
|
|
CryptoDeviceCreate(
|
|
_Inout_ PWDFDEVICE_INIT DeviceInit
|
|
);
|