VfCheckNxPageProtection

VOID __stdcall VfCheckNxPageProtection(UINT64 Protection, PVOID CallingAddress){
  if( ViVerifierEnabled )
    VfCheckPageProtection(Protection, CallingAddress);
}

Referenced by:

No references.