VfZwQueryKey

NTSTATUS __stdcall VfZwQueryKey(
        VOID *KeyHandle,
        _KEY_INFORMATION_CLASS KeyInformationClass,
        VOID *KeyInformation,
        UINT64 Length,
        ULONG_PTR ResultLength){
  unsigned int v5; 
  UINT64 v9; 
  VOID *retaddr; 

  v5 = Length;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress(v9, retaddr);
    ViZwCheckVirtualAddress(*(UINT64 *)&ResultLength, retaddr);
  }
  return((__int64(__fastcall *)(VOID *, _QWORD, VOID *, _QWORD, _QWORD))pXdvZwQueryKey)(
           KeyHandle,
           (unsigned int)KeyInformationClass,
           KeyInformation,
           v5,
           *(_QWORD *)&ResultLength);
}

Referenced by:

No references.