VfZwSetInformationProcess

NTSTATUS __stdcall VfZwSetInformationProcess(
        VOID *ProcessHandle,
        PROCESSINFOCLASS ProcessInformationClass,
        VOID *ProcessInformation,
        UINT64 ProcessInformationLength){
  unsigned int v4; 
  VOID *retaddr; 

  v4 = ProcessInformationLength;
  if( (unsigned int)ViZwShouldCheck() )
    ViZwCheckVirtualAddress((UINT64)ProcessInformation, retaddr);
  return((__int64(__fastcall *)(VOID *, _QWORD, VOID *, _QWORD))pXdvZwSetInformationProcess)(
           ProcessHandle,
           (unsigned int)ProcessInformationClass,
           ProcessInformation,
           v4);
}

Referenced by:

No references.