1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-04 02:01:58 +00:00

Quick and dirty code watching bridge for usermode/kernelmode

This commit is contained in:
momo5502
2022-05-16 09:20:37 +02:00
parent 11effb4efa
commit c8817b3ee4
7 changed files with 251 additions and 18 deletions

View File

@ -23,6 +23,8 @@ public:
vmx::ept_translation_hint* translation_hint = nullptr);
void disable_all_ept_hooks() const;
vmx::ept& get_ept() const;
static hypervisor* get_instance();
private: