VfZwEnumerateKey
NTSTATUS __stdcall VfZwEnumerateKey(
VOID *KeyHandle,
UINT64 Index,
_KEY_INFORMATION_CLASS KeyInformationClass,
VOID *KeyInformation,
UINT64 Length,
ULONG_PTR ResultLength){
unsigned int v8;
UINT64 v10;
VOID *retaddr;
v8 = Index;
if( (unsigned int)ViZwShouldCheck() )
{
ViZwCheckVirtualAddress(v10, retaddr);
ViZwCheckVirtualAddress(*(UINT64 *)&ResultLength, retaddr);
}
return((__int64(__fastcall *)(VOID *, _QWORD, _QWORD, VOID *, _DWORD, _QWORD))pXdvZwEnumerateKey)(
KeyHandle,
v8,
(unsigned int)KeyInformationClass,
KeyInformation,
Length,
*(_QWORD *)&ResultLength);
}Referenced by:
No references.