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:
@ -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;
|
||||
|
Reference in New Issue
Block a user