VfZwAlpcCreatePort

NTSTATUS __stdcall VfZwAlpcCreatePort(VOID **PortHandle, ULONG_PTR ObjectAttributes, ULONG_PTR PortAttributes){
  UINT64 v3; 
  _OBJECT_ATTRIBUTES *v4; 
  VOID *retaddr; 

  v3 = *(_QWORD *)&PortAttributes;
  v4 = *(_OBJECT_ATTRIBUTES **)&ObjectAttributes;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress((UINT64)PortHandle, retaddr);
    ViZwCheckVirtualAddress(v3, retaddr);
    ViZwCheckObjectAttributes(v4, retaddr);
  }
  return((__int64(__fastcall *)(VOID **, _OBJECT_ATTRIBUTES *, UINT64))pXdvZwAlpcCreatePort)(PortHandle, v4, v3);
}

Referenced by:

No references.