VfZwCreateSection

NTSTATUS __stdcall VfZwCreateSection(
        VOID **SectionHandle,
        UINT64 DesiredAccess,
        _OBJECT_ATTRIBUTES *ObjectAttributes,
        _LARGE_INTEGER *MaximumSize,
        UINT64 SectionPageProtection,
        UINT64 AllocationAttributes,
        VOID *FileHandle){
  unsigned int v7; 
  VOID *retaddr; 

  v7 = DesiredAccess;
  VfCheckPageProtection((unsigned int)SectionPageProtection, retaddr);
  if( (unsigned int)ViZwShouldCheck() )
  {
    ViZwCheckVirtualAddress((UINT64)SectionHandle, retaddr);
    ViZwCheckObjectAttributes(ObjectAttributes, retaddr);
    ViZwCheckVirtualAddress((UINT64)MaximumSize, retaddr);
  }
  return((__int64(__fastcall *)(VOID **, _QWORD, _OBJECT_ATTRIBUTES *, _LARGE_INTEGER *, _DWORD, _DWORD, VOID *))pXdvZwCreateSection)(
           SectionHandle,
           v7,
           ObjectAttributes,
           MaximumSize,
           SectionPageProtection,
           AllocationAttributes,
           FileHandle);
}

Referenced by:

No references.