mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-05 10:41:50 +00:00
More progress
This commit is contained in:
@ -192,6 +192,11 @@ void hypervisor::disable_all_ept_hooks() const
|
||||
});
|
||||
}
|
||||
|
||||
hypervisor* hypervisor::get_instance()
|
||||
{
|
||||
return instance;
|
||||
}
|
||||
|
||||
void hypervisor::enable()
|
||||
{
|
||||
const auto cr3 = __readcr3();
|
||||
|
Reference in New Issue
Block a user