1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-03 17:51:52 +00:00

Experimental hypervisor-wide ept hooking

This commit is contained in:
momo5502
2022-05-15 13:07:42 +02:00
parent 76fcdd0d8e
commit ffb7fc4a69
3 changed files with 56 additions and 19 deletions

View File

@ -28,6 +28,7 @@ public:
private:
uint32_t vm_state_count_{0};
vmx::state** vm_states_{nullptr};
vmx::ept* ept_{nullptr};
void enable_core(uint64_t system_directory_table_base);
bool try_enable_core(uint64_t system_directory_table_base);