VfZwSetInformationProcess

INT64 __fastcall VfZwSetInformationProcess(
        VOID *ProcessHandle,
        _PROCESSINFOCLASS ProcessInformationClass,
        VOID *ProcessInformation,
        UINT64 ProcessInformationLength){
  unsigned int v4; 
  PVOID 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.