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:
@@ -0,0 +1,13 @@
|
||||
#include "std_include.hpp"
|
||||
#include "ept.hpp"
|
||||
|
||||
namespace vmx
|
||||
{
|
||||
ept::ept()
|
||||
{
|
||||
}
|
||||
|
||||
ept::~ept()
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user