1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-09-01 14:37:26 +00:00

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

View File

@@ -0,0 +1,5 @@
#pragma once
#include <ntddk.h>
#include "nt_ext.hpp"
#include "new.hpp"