VfZwEnumerateBootEntries

NTSTATUS __stdcall VfZwEnumerateBootEntries(VOID *Buffer, ULONG_PTR BufferLength){
  UINT64 v2; 
  VOID *retaddr; 

  v2 = *(_QWORD *)&BufferLength;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress((UINT64)Buffer, retaddr);
    ViZwCheckVirtualAddress(v2, retaddr);
  }
  return((__int64(__fastcall *)(VOID *, UINT64))pXdvZwEnumerateBootEntries)(Buffer, v2);
}

Referenced by:

No references.