1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2026-05-22 23:31:43 +00:00

Prepare ept hooking

This commit is contained in:
momo5502
2022-04-12 20:05:51 +02:00
parent c7e29af2b5
commit dfa1172f34
9 changed files with 84 additions and 13 deletions
+13
View File
@@ -0,0 +1,13 @@
#include "std_include.hpp"
#include "ept.hpp"
namespace vmx
{
ept::ept()
{
}
ept::~ept()
{
}
}