VfZwReadFile

__int64 __fastcall VfZwReadFile(
        __int64 a1,
        __int64 a2,
        __int64 a3,
        ULONG_PTR a4,
        ULONG_PTR BugCheckParameter3,
        ULONG_PTR a6,
        int a7,
        ULONG_PTR a8,
        ULONG_PTR a9){
  UINT64 v12; 
  PVOID retaddr; 
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress(v12, retaddr);
    ViZwCheckVirtualAddress(a4, retaddr);
    ViZwCheckVirtualAddress(BugCheckParameter3, retaddr);
    ViZwCheckVirtualAddress(a6, retaddr);
    ViZwCheckVirtualAddress(a8, retaddr);
    ViZwCheckVirtualAddress(a9, retaddr);
    ViZwCheckApcRequirement(retaddr);
  }
  return((__int64(__fastcall *)(__int64, __int64, __int64, ULONG_PTR, ULONG_PTR, ULONG_PTR, int, ULONG_PTR, ULONG_PTR))pXdvZwReadFile)(
           a1,
           a2,
           a3,
           a4,
           BugCheckParameter3,
           a6,
           a7,
           a8,
           a9);
}

Referenced by:

No references.