1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-05 10:41:50 +00:00

Quick and dirty code watching bridge for usermode/kernelmode

This commit is contained in:
momo5502
2022-05-16 09:20:37 +02:00
parent 11effb4efa
commit c8817b3ee4
7 changed files with 251 additions and 18 deletions

View File

@ -211,6 +211,11 @@ void hypervisor::disable_all_ept_hooks() const
});
}
vmx::ept& hypervisor::get_ept() const
{
return *this->ept_;
}
hypervisor* hypervisor::get_instance()
{
return instance;