VfZwQuerySystemInformation

INT64 __stdcall VfZwQuerySystemInformation(
        _SYSTEM_INFORMATION_CLASS SystemInformationClass,
        PVOID SystemInformation,
        UINT64 SystemInformationLength,
        UINT64 *ReturnLength){
  unsigned int v5; 
  PVOID retaddr; 
  v5 = SystemInformationLength;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress((UINT64)SystemInformation, retaddr);
    ViZwCheckVirtualAddress((UINT64)ReturnLength, retaddr);
  }
  return((__int64(__fastcall *)(_QWORD, PVOID, _QWORD, UINT64 *))pXdvZwQuerySystemInformation)(
           (unsigned int)SystemInformationClass,
           SystemInformation,
           v5,
           ReturnLength);
}

Referenced by:

No references.