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:
@ -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:
|
||||
|
Reference in New Issue
Block a user