Add basic runner to start the driver

This commit is contained in:
momo5502
2022-03-15 18:57:19 +01:00
parent 81a2aff035
commit 7b77c1a0a6
15 changed files with 207 additions and 18 deletions
+5
View File
@@ -0,0 +1,5 @@
#pragma once
#include <ntddk.h>
#include "nt_ext.hpp"
#include "new.hpp"