VfZwCreateSymbolicLinkObject

INT64 __stdcall VfZwCreateSymbolicLinkObject(
        PVOID *LinkHandle,
        UINT64 DesiredAccess,
        _OBJECT_ATTRIBUTES *ObjectAttributes,
        _UNICODE_STRING *LinkTarget){
  unsigned int v6; 
  PVOID retaddr; 
  v6 = DesiredAccess;
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress((UINT64)LinkHandle, retaddr);
    ViZwCheckObjectAttributes(ObjectAttributes, retaddr);
    ViZwCheckUnicodeString(LinkTarget, retaddr);
  }
  return((__int64(__fastcall *)(PVOID *, _QWORD, _OBJECT_ATTRIBUTES *, _UNICODE_STRING *))pXdvZwCreateSymbolicLinkObject)(
           LinkHandle,
           v6,
           ObjectAttributes,
           LinkTarget);
}

Referenced by:

No references.