VfZwOpenJobObject

INT64 __fastcall VfZwOpenJobObject(VOID **JobHandle, UINT64 DesiredAccess, _OBJECT_ATTRIBUTES *ObjectAttributes){
  unsigned int v4; 
  PVOID retaddr; 
  v4 = DesiredAccess;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress((UINT64)JobHandle, retaddr);
    ViZwCheckObjectAttributes(ObjectAttributes, retaddr);
  }
  return((__int64(__fastcall *)(VOID **, _QWORD, _OBJECT_ATTRIBUTES *))pXdvZwOpenJobObject)(
           JobHandle,
           v4,
           ObjectAttributes);
}

Referenced by:

No references.