mirror of
https://github.com/momo5502/hypervisor.git
synced 2025-12-24 19:31:48 +00:00
Hook tests
This commit is contained in:
@@ -53,7 +53,7 @@ namespace vmx
|
||||
|
||||
void initialize();
|
||||
|
||||
void install_hook(void* destination, const void* source, size_t length);
|
||||
void install_hook(const void* destination, const void* source, size_t length);
|
||||
void disable_all_hooks() const;
|
||||
|
||||
void handle_violation(guest_context& guest_context) const;
|
||||
|
||||
Reference in New Issue
Block a user