VfZwTranslateFilePath

NTSTATUS __stdcall VfZwTranslateFilePath(
        ULONG_PTR InputFilePath,
        UINT64 OutputType,
        ULONG_PTR OutputFilePath,
        ULONG_PTR OutputFilePathLength){
  UINT64 v4; 
  UINT64 v5; 
  unsigned int v6; 
  UINT64 v7; 
  VOID *retaddr; 

  v4 = *(_QWORD *)&OutputFilePathLength;
  v5 = *(_QWORD *)&OutputFilePath;
  v6 = OutputType;
  v7 = *(_QWORD *)&InputFilePath;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress(v7, retaddr);
    ViZwCheckVirtualAddress(v5, retaddr);
    ViZwCheckVirtualAddress(v4, retaddr);
  }
  return((__int64(__fastcall *)(UINT64, _QWORD, UINT64, UINT64))pXdvZwTranslateFilePath)(v7, v6, v5, v4);
}

Referenced by:

No references.