mirror of
https://github.com/vxunderground/MalwareSourceCode.git
synced 2026-06-19 09:19:23 +00:00
900263ea6f
n/a
5 lines
104 B
C
5 lines
104 B
C
#include "stdafx.h"
|
|
|
|
BOOL Release();
|
|
BOOL UnloadDrv(TCHAR* DriverName);
|
|
BOOL LoadDrv(TCHAR* DriverName); |