include vmm.inc
mov eax, FaultNo
mov esi, OFFSET32 Hook_Proc
VMMCall Unhook_VMM_Fault
jc Error_Handler
Removes the hook procedure for the specified ring 0 fault. Uses flags.
The specified hook procedure must have been declared using the BeginProc macro with the HOOK_PROC attribute in order to generate the necessary header.
BeginProc