mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-05 10:41:50 +00:00
Support global constructors/destructors
This commit is contained in:
@ -142,6 +142,7 @@ hypervisor::hypervisor()
|
||||
|
||||
hypervisor::~hypervisor()
|
||||
{
|
||||
this->disable_all_ept_hooks();
|
||||
this->disable();
|
||||
this->free_vm_states();
|
||||
instance = nullptr;
|
||||
|
Reference in New Issue
Block a user