1
0
mirror of https://github.com/momo5502/hypervisor.git synced 2025-07-03 09:41:56 +00:00

Hook tests

This commit is contained in:
momo5502
2022-04-16 22:37:28 +02:00
parent 4c3e5d78ac
commit 77785486ae
6 changed files with 64 additions and 27 deletions

View File

@ -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;