Replace vmexit.h

Voager_EPTHook_Injector
Zero Hu 2 years ago
parent ff9b6909ef
commit 037a7e8c1b

@ -4,6 +4,6 @@
namespace vmexit namespace vmexit
{ {
auto get_command(guest_virt_t command_ptr) -> command_t; auto get_command(guest_virt_t command_ptr)->command_t;
auto set_command(guest_virt_t command_ptr, command_t& command_data) -> void; auto set_command(guest_virt_t command_ptr, command_t& command_data) -> void;
} }
Loading…
Cancel
Save