NTSTATUS __stdcall VerifierObGetObjectSecurity(VOID *Object, VOID **SecurityDescriptor, UINT8 *MemoryAllocated){
VfUtilCheckKernelAddress(Object, 8u);
return((__int64(__fastcall *)(VOID *, VOID **, UINT8 *))pXdvObGetObjectSecurity)(
Object,
SecurityDescriptor,
MemoryAllocated);
}