mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-07-03 17:51:52 +00:00
More progress
This commit is contained in:
@ -22,6 +22,8 @@ public:
|
||||
bool install_ept_hook(void* destination, const void* source, size_t length);
|
||||
void disable_all_ept_hooks() const;
|
||||
|
||||
static hypervisor* get_instance();
|
||||
|
||||
private:
|
||||
uint32_t vm_state_count_{0};
|
||||
vmx::state** vm_states_{nullptr};
|
||||
|
Reference in New Issue
Block a user