VfZwEnumerateValueKey
INT64 __stdcall VfZwEnumerateValueKey(
VOID *KeyHandle,
UINT64 Index,
KEY_VALUE_INFORMATION_CLASS KeyValueInformationClass,
VOID *KeyValueInformation,
UINT64 Length,
UINT64 *ResultLength){
unsigned int v8;
UINT64 v10;
PVOID retaddr;
v8 = Index;
if( (unsigned int)ViZwShouldCheck() )
{
ViZwCheckVirtualAddress(v10, retaddr);
ViZwCheckVirtualAddress((UINT64)ResultLength, retaddr);
}
return((__int64(__fastcall *)(VOID *, _QWORD, _QWORD, VOID *, _DWORD, UINT64 *))pXdvZwEnumerateValueKey)(
KeyHandle,
v8,
(unsigned int)KeyValueInformationClass,
KeyValueInformation,
Length,
ResultLength);
}Referenced by:
No references.