include vmm.inc
mov eax, FaultNo
mov esi, OFFSET32 Hook_Proc
VMMCall Unhook_PM_Fault
jc Error_Handler
Removes the hook procedure for the specified protected mode 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