You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include "types.h"
|
|
|
|
void vmexit_handler(pcontext_t* context, void* unknown1, void* unknown2, void* unknown3)
|
|
{
|
|
DBG_PRINT("vmexit called....\n");
|
|
DBG_PRINT("calling original vmexit handler....\n");
|
|
pvoyager_context->vmexit_handler(context, unknown1, unknown2, unknown3);
|
|
} |