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

Prepare hypervisor

This commit is contained in:
momo5502
2022-03-26 21:19:01 +01:00
parent 49d259f3ae
commit 6ce3597bd3
5 changed files with 79 additions and 1 deletions

View File

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