403Webshell
Server IP : 209.209.40.120  /  Your IP : 216.73.217.112
Web Server : Microsoft-IIS/10.0
System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586
User : NEWWWW$ ( 0)
PHP Version : 8.3.30
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Program Files/Microsoft SQL Server/MSSQL15.MSSQLSERVER/MSSQL/Binn/Resources/1033/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : C:/Program Files/Microsoft SQL Server/MSSQL15.MSSQLSERVER/MSSQL/Binn/Resources/1033/sqliosim.rll
MZ����@���	�!�L�!This program cannot be run in DOS mode.

$�����ծ��ծ��ծ���Q��ծ���9��ծ������ծ�Rich�ծ�PEd��]�" �@�=` (��h>T.rdataH@@.rsrc(� � @@�]�TT�]���]
T��RSDS�\���}M�~kPmKd:\dbs\sh\s19s\0924_133349\cmd\13\obj\x64retail\sql\ntdbms\storeng\util\sqliosim\rll\sqliosim.vcxproj\sqliosim.pdbGCTLT.rdataT�.rdata$zzzdbg �.rsrc$01�1x�.rsrc$02���8�x�����	������������������0�	H�
`�x���
��������� �8�P�h������y��y�������(�@�X��p�d��f��������x��x� 	�~0�H��`��x������������������� ��8��P��h�����q���������	�(	�@	�X	�p	��	��	��	��	��	�/
��
�y0
�yH
�y`
�yx
�y�
�y�
�y�
�y�
�y�
�y�y � y8�!yP�"yh�#y������������f����(�	@	P	`	p	�	�	�	�	�	�	�	�	
	
	 
	0
	@
	P
	`
	p
	�
	�
	�
	�
	�
	�
	�
	�
			 	0	@	P	`	p	�	�	�	�	�	�	�	�			 	0	@	P	`	p	�	�	�	�	�	�	�	�			 	0	@	P	`	p	�	�	�	�	�	�	�	�			 	0	@	P	`	p	�	�	��4P��0�4��4Ў4 �4p�4��4�4`�4��4�4P�4��4�4@�4t����h�D�Lh�QhPV��^��o��r(|"X}D�� ��` �D���x�4�"���8��ȶ����x�� ������������p�x�^شnH��0�:���p�F���P����*������d0��X�����H��x�� �((�,��>@}�"��h���X��������H��8�؛(�x��o>�s"(����}h��|�1���<?xml version="1.0"?>

<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">



	<xsl:template match="ERRORLOG">

		<HTML>

			<HEAD>

				<STYLE>

					<![CDATA[

					.Header {

						font-family:	verdana;

						font-weight:	bold;

						font-size:		xx-small;

						vertical-align:	top;

						background-color: silver;

					}

					.ErrorSeparator {

						height:			2px;

						background-color: red;

					}

					.Content {

						font-family:	Arial;

						font-size:		xx-small;

						vertical-align:	top;

						line-height:	160%;

					}

					.ContentWarning {

						font-weight:	bold;

						color:			black;

						background-color: yellow;

					}

					.ContentError {

						font-weight:	bold;

						color:			yellow;

						background-color: red;

					}

					]]>

				</STYLE>

			</HEAD>



			<BODY bgcolor='#99CCFF' topmargin='3' leftmargin='3'>

			

				<TABLE BORDER='0' CELLSPACING="2" CELLPADDING="2">

					<TR>

						<TD>

							<FONT face='verdana' size='4'><B>

								Microsoft SQL Server &#169;

!REPLACE_TABLE_TITLE!

							</B></FONT>

						</TD>

					</TR>

				</TABLE>

				

				<HR/>



				<TABLE border="1" cellpadding="1" cellspacing="0" style="border-collapse: collapse" bordercolor="#808080" bgcolor="#FFFFCC" width='100%'>



					<TR class='Header'>

						<TD></TD>

!REPLACE_COLUMN_TITLES!

					</TR>



					<xsl:apply-templates select="ENTRY | STARTNEWPASS"/>



				</TABLE>



			</BODY>	

			

		</HTML>

	</xsl:template>

	

	<xsl:template match="ENTRY">



		<xsl:if test="@TYPE='ERROR'">

			<TR class='ErrorSeparator'>

				<td colspan='9'/>

			</TR>

		</xsl:if>

		

		<TR class='Content'>

			<TD width='5'>

				<xsl:if test="@TYPE='WARN'">

					<xsl:attribute name="class">ContentWarning</xsl:attribute> 

				</xsl:if>

				

				<xsl:if test="@TYPE='ERROR'">

					<xsl:attribute name="class">ContentError</xsl:attribute> 

				</xsl:if>

				

				<xsl:if test="@TYPE='INFO'">

					<xsl:attribute name="bgcolor">green</xsl:attribute> 

				</xsl:if>

			</TD>

		

			<TD><xsl:value-of select="@DATE"/></TD>

			<TD><xsl:value-of select="@TIME"/></TD>

			<TD><xsl:value-of select="@TID"/></TD>

			<TD nowrap='1'><xsl:value-of select="@User"/></TD>



			<TD nowrap='1'>

			

				<xsl:if test="@TYPE='INFO'">

						<xsl:value-of select="EXTENDED_DESCRIPTION"/>

				</xsl:if>

				

				<xsl:if test="@TYPE='WARN'">

					<xsl:attribute name="class">ContentWarning</xsl:attribute> 

					OS Error: <xsl:value-of select="@HRESULT"/><BR/>

					OS Error Text: <xsl:value-of select="@SYSTEXT"/><BR/>

					Description: <xsl:value-of select="EXTENDED_DESCRIPTION"/>

				</xsl:if>

				

				<xsl:if test="@TYPE='ERROR'">

					<xsl:attribute name="class">ContentError</xsl:attribute> 

					OS Error: <xsl:value-of select="@HRESULT"/><BR/>

					OS Error Text: <xsl:value-of select="@SYSTEXT"/><BR/>

					Description: <xsl:value-of select="EXTENDED_DESCRIPTION"/>

				</xsl:if>

		

			</TD>

			

			<TD nowrap='1'><xsl:value-of select="@Func"/></TD>

			<TD nowrap='1'><xsl:value-of select="@File"/></TD>

		</TR>	

		

		<xsl:if test="@TYPE='ERROR'">

			<TR class='ErrorSeparator'>

				<td colspan='9'/>

			</TR>

		</xsl:if>

	    

	</xsl:template>



	<xsl:template match="STARTNEWPASS">

		<TR style='height:4px; background-color:lime'>

			<td colspan='9'/>

		</TR>

	</xsl:template>

	

</xsl:stylesheet>



( u[Gy_L{aOfS�hU�jX�kX�lZ�q_�sc�ud�xf�{j��p��s��v��x��z��{��{��}�����������������������������������������������������������������������������������İ�Ƿ�ͺ�Ź��ż�Ǿ�ȿ��������������������������EB�ZT����^X����^X�������������������XT����XU�������������db����������������������������������������������������������������������������������oo
	,o4?K:1Gjpppppbpc[;3*IFNB>@E
VSV6)GhMhA_iCec[;3*GWWWWD\cpc[;3*GppppOpUVY8+G@LWW]T=fc[;3*GGGGHJGGcpc[;3*#ooooo"PRZ7. ooooo"9dc[;3*ooooo%gplmpkaQ2ooooo(pppppppppoooooo5X`gnd^</oooooooo00'!$&-ooooooooooooooooooooooo���?���(  @��{��ud��lZ�u[G�{aO��sc�����y_L�y_L�y_L�y_L�y_L�y_L�y_L�����Ź�����������İ���������������������������������y_L��{j����������������ͺ���������^X����ZT�����������hU���p�����������Ǿ�����������x�������XT����EB�������y_L�������������������ͺ���������������������^X����y_L�������������������ͺ�������������������������XU�����y_L���}�����������������������{�������������������db�y_L�������������������ͺ�������������������������������������������������ͺ��������������fS���������������ȿ���������������z���v��jX�������������������ͺ������������s��kX��������������������������������Ƿ���q_������������������������������������������xf��ż�������������������������������������������������������?���( @�����������y_L���XT�b]�������������������������������ս�������������������������������������������������������������������������Ǹ�ɺ�����¹������ó����Ŷ�������������������������������������«��������ƽ���������������������������������|���������ª�������������ȴ�����ĺƵ�����º�������������������q�}o��~���������������������������������������í�ƶ�ŵ�Ĵ�̽�����������������������������������}��}�}m����o��u��s��|�{m��y��x�����~��|��������z��s��������������������{��y��}�����������������������������������������±�������Ŷ�����������������������������yh��t��y�������y��}�����~�����������}������������������������Ŷ�̾����ʾ�����û��������������������t��}��}��{��p�����z��z���������������ȹ�������������ȼ���������������������������������������������������s��������̠���m������{H8"MDuS���~�:*"M [Aj�����`"M[Ajh��)��#M!3YUp�	
�`~6y������f�$nv��\zI�/t�g��o�_)*"M/Ajh�@&r��`�"M/Ajh����)*"M/Ajh��K�)*"M EYUp�
VK~|y���Ē���f�W���vFI�/t�g����X�_`*�M'/Ajh�B8�)"M'/Ajh�P����0a�`�"M'/Ajh�P���ƽ1��)"M!EY˛�l�����]�.6Ѯ��Ē���f����嚿2x��vzIL'/U���e����4x_)*"� [TR��P����,97)*"M [TR��P����-9G;;%%��d^C>=<i�����-���N����McJG5ZmkQ��wbO���#M��+(?i�C����#M�ا��չ��Ҳ�]��O������}Գ�ϰr�q���������������������������������������������������������?�����( @ �����������������������}���y���y���{���{�����������y_L�y_L�y_L�y_L�y_L�y_L�y_L�y_L�y_L�y_L�y_L�y_L�y_L�y_L���������������������������������������z���s��}m��yh��������������������������������������������������������y_L��������������������������������ƽ�í��������������������������������������������������������y_L���u������������������������������ĺ�«������������}���������������������������������������������������y_L���x������������������������������ĺ�«������������}����XT�XT�b]����������ս�������������������y_L���z��������������������������������ȴ�������������������������XT������XT�XT�����������������������y_L���~����������̽��±����������������|���y���{��{m��}o��o�������������XT�XT�������XT����������������y_L�����ƶ����������Ƶ�����������������¹�����������~���t����������������XT��������������XT���������������y_L�����ȹ����������������������������¹�«������������}�������������������������������XT����������y_L����������������������������������¹�«������������}����������������������������������������XT�����������y_L����������������������������������¹�«������������}�������������������������������XT����������y_L������������������������������������ȴ�����������������������������������������������������XT�����������y_L��������������̽��±����������������|���y���{��{m��}o��o����������������������������������XT�XT�XT�y_L�����Ŷ����������ƶ�����������������¹�����������~���t����������������������������������������������������y_L�����Ŷ����������������������������¹�«������������}�������������������������������������������������������������������������������¹�«������������}���|���|���}���z���}���t����������������������������������¹�«������������}���|���|���}���z�������y������������������������������������ȴ������������������������}���z�������{��������������̾��±����������������|���y���{��{m��}o��o���s��������������������ó��Ĵ����������ƶ�����������������¹�����������~���t��q��{m��{m�������������Ŷ��Ĵ����������������������������ĺ�ª������������}���|���|���y���p���s�����Ǹ�������������������������������ĺ�ª������������}���|���|���}���z���z�����ɺ������������������������������º�����������������������|���~���z���~�����ɺ�������������������������������������������������������������y�����ŵ��������������������������������������������������������������������������������������������������������������������������������������������������������������������û�����������������������������������������������������������������������������ʾ��ȼ��������������������������������ʾ����������������������������������������}���y���y���{���}�������������������������������������������������������������������?�����h h  �   �( @������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������?������( ����������������������������wppw��p����`�wwww`����p�������wwwww��������������������������������������������?  �((@�MM�����������������@�&File�A�E&xit&View�&Toolbar��&Status Bar&Simulator�&Start	F12�S&top	F10��&Configure...	F11�&Help�@�&About SQL IO Simulator...z�{��y����ȀxAbout SQL IO Simulator�MS Shell DlgP  �����������P$�����SQL IO Simulator Version 1.0P#��������Copyright � 2017 Microsoft Corporation.  All rights reserved.P�2���OKP
-�J�������The 'SQL IO Simulator' is designed to stress disk and memory subsystems.



The simulator mimics algorithms and problem identification techniques of the Microsoft SQL Server.P$*����������H@��MS Shell Dlg���P��}�SysListView32P�E:�{8856F961-340A-11D0-A96B-00C04FD705A2}@�P���SysTabControl32��H@JMS Shell DlgP,����������Ȁ"�/Files and Configuration�MS Shell DlgP���������Database FilesP0�������File:��PN(
����Px
����...P#C�������Size (MB):��PN!:
����P�#W�������Max Size:��P�!:
����P%#C�������Increment:��Pm!:
����P08,����Log FileP_8,����ShrinkableP�8,����SparseP<8,����ApplyPk8,����Discard��P0IgY�SysListView32P�I2����RemoveP��P�������System Level ConfigurationsP���������Cycle Duration (sec):��P��E
����P���������Test Cycles (0 - infinite):��P��E
����P���������Max Memory (MB):��P��E
����P/�P����Stamp FilesP/�P����Stop On ErrorP/�d����Delete Files At StartupP/�d���Delete Files At ShutdownP���������Error Log (XML):��P���
����P
d���Load another config file ...Pg
2���OKP�
2���CancelP'������v�Lp2�	L��Ws5��i+.bL�F�( @���80p`���������������������������������������������������������������?��?��?��?�?� �p������������������������( ���������H�x�H���d���)�9����|����x0���!��?� @4 �( @����@@����@  @������������������������������������������?���?�����������������������������?���������������������������������������� @4	( @����@  @����@  @����������������������������������������������?�����������������������������?���������?���������������������������� @4

( @����@ b�

�b @����������������������������������������������?�����������������������������?������������������������������������ @4( @�������� �@�����@� �����������������������������������������������������������s���a��@��@���a���s�������������������������������������������� @4( @���$BB$$D� ?��������������������������������������������������������������������������������������������������������������� @4
( @���0$(B$B"$! � @     ?�����������������������������������������������ǁ��Á�����������?���������������������������������������������������� @4( @���?� �$DB$B$�����������������������������������������������������������������Ã���������������������������������������������� @4
( @����@@@ @@@�AB0DHH�P�`H0����������������������������������������������������������?������������������������������������������������������������ @4( @����0P
�	�@� H((H� @��	P
0����������������������������������������?�p�0���0�p��?������������������������������������� @4( @����@  @����@  @����@  @������������������?�����������������������������?���������?�����������������������������?���������������� @4( @����@  ?��@�@@A� BBD"D"BBA� @@@��?�  @������������������?�����������������?���?��?�?�>|�<<�8�8�<<�>|�?�?�?��?�������������������?���������������� @4( @������������������������������������������������p?�0�0�p?�������������������������������������������� @4( @����������������������������?�����������������������������?���?�����������������������������?������������������������ @4( @����������������������������?�������������������?���?��>|?�<<�<<�>|?�?��?���������������������?������������������������ @4�Ȁ	�FNewMS Shell DlgP{�����&New �P}1d���P�(���OKP�(���CancelP�+(F��&Help�Ȁ	�FMS Shell Dlg(
P��������������������������������������www������������������������(!���������������������������������������������������������wwww����������w�ww�����������x�ww��������������w�����������x�w������������w��������������wwx������������www��������������wwww������������������Parameters:
-cfg <file>	config file (default is sqliosim.cfg.ini)
-save <file>	save configuration
-log <file>	error log file (default is sqliosim.log.xml)
-dir <dir>	location to create database files (can be repeated)
-size <MB>	size of data files (log file is 1/2 of data file size)
-d <sec>	duration of main test cycle
-help		this message

		for silent mode redirect output to nul
.Invalid parameter specified. Use -? for help.
$Cannot read command line parameters
+Cannot create Config object: Out of memory
 Specified config file not found
-Getting config file attributes failed (0x%x)
,Cannot allocate memory for config file path
$Cannot read from configuration file
3Cannot allocate memory for file config information
Cannot open log file %ls
/Cannot allocate memory for error log file path
!Cannot set Ctrl-C handler (0x%x)
$Cannot register window class (0x%x)
8Cannot create window for simulator communication (0x%x)
$Cannot create main simulator thread
Fail under test trace flag
+CPUCount is not in the valid range (1 - 64)+Affinity is not in the range of active CPUs-IOAffinity is not in the range of active CPUs!MaxMemoryMB should be more than 02Scatter/Gather API require NoBuffering set to TRUE3Random User MaxLogPerBuffer should not exceed 64000$Error log should have .xml extension?Random User MinIOChainLength should not exceed MaxIOChainLength=Random User MinLogPerBuffer should not exceed MaxLogPerBuffer7Random User CPUCyclesMin should not exceed CPUCyclesMax;Read-Ahead User BuffersRAMin should not exceed BuffersRAMax<Bulk Update User BuffersBUMin should not exceed BuffersBUMaxAShrink User MinShrinkInterval should not exceed MaxShrinkInterval3Shrink User MinExtends should not exceed MaxExtends�No files have been configured. Add file configuration sections to the sqliosim configuration file or use the -dir parameter(s) to begin a test.
No log files configured1Non-zero initial size should be set for all files Too many Random Users configuredToo many Audit Users configured$Too many Read-Ahead Users configured%Too many Bulk Update Users configuredLTotal number of configured Users exceeds maximum allowed (1023xCPUCount-100),At least one Log and one Data file required.Memory must be at least %u MB&Error log path and file are not valid.File size must be 1MB or largerDAttempt to access '%s' resulted in error. 



 System Error: [%u] %sNo data files configuredSimulator Stress Test ResultsDateTimeDescriptionFile#Too many Log Audit Users configured4Unknown exception! Major Code: %u, Detailed Code: %u3Run out of memory for buffer pool. System Error: %u%ls%ls
0Errors (%d), warnings (%d) reported to log file
StoppingIDUser	Main UserInformationCompleteRefreshed %d times	File Name	Size (MB)Max Size	IncrementLog FileShrinkSparseNew file ...Duplicate files not allowed.DAttempt to load '%ls' resulted in error. 



 System Error: [%u] %lsUserCPUTIDInformationCompleteReadsWrites
Scatter Reads
Gather WritesFunctionIO DurationComp ChecksSizeOffsetOffset HighInternal
Internal HighFSimulation completed.
Errors (%d), warnings (%d) reported to log file."Simulation completed successfully!Browse For File LocationConfig FilesOverall Test Progress
CPU Idle User	LogWriter
LazyWriter
CheckpointCreateFileStreamSystemCore Initialization
Page AuditCreateDBDisplay Monitor
Random AccessShrink/Expand userBulk UpdateInitial Update
Read Ahead	Log Audit"Expanding file %d from %d to %d MB!Waiting for Final IOs to completeFull Test Run #%uInitial Update%u:%u, %d pending%u:%u, Reading page(s)RunningRunning, %d modified"Shrinking file %d from %d to %d MBSleeping for %d secSleepingSleeping, %d modifiedSleeping, %d processedSleeping %u ms%u:%u, Updating page(s)
Checkpointing'Clean Buffer Pool Checkpoint - Flushing!Single Pass Checkpoint - FlushingCheckpointing #%uAudit Scan #%uZeroing %lsUser(s)Outstanding IO(s)8SQLIOSim

SQLIOSim


SQLIOSim.Document
SQLIOSim.Document#Configure test parameters
ConfigureStart test run
StartStop test run
StopSQLIOSimReadyEXTCAPNUMSCRLOVRREC?Display program information, version number and copyright
AboutQuit the application
Exit'Show or hide the toolbar
Toggle ToolBar,Show or hide the status bar
Toggle StatusBarOpenSave AsAll Files (*.*)Untitledan unnamed file&HideNo error message is available.#Attempted an unsupported operation.$A required resource was unavailable.Out of memory.An unknown error has occurred.!Encountered an improper argument.Incorrect filename.Failed to open document.Failed to save document.Save changes to %1? Failed to create empty document.The file is too large to open.Could not start print job.Failed to launch help.Internal application error.Command failed.)Insufficient memory to perform operation.PSystem registry entries have been removed and the INI file (if any) was deleted.BNot all of the system registry entries (or INI file) were removed.GThis program requires the file %Ts, which was not found on this system.wThis program is linked to the missing export %Ts in the file %Ts. This machine may have an incompatible version of %Ts.#Unable to read write-only property.#Unable to write read-only property.Unexpected file format.O%1
Cannot find this file.
Verify that the correct path and file name are given.Destination disk drive is full.5Unable to read from %1, it is opened by someone else.AUnable to write to %1, it is read-only or opened by someone else.1Encountered an unexpected error while reading %1.1Encountered an unexpected error while writing %1.Enter an integer.Enter a number.#Enter an integer between %1 and %2.!Enter a number between %1 and %2.!Enter no more than %1 characters.Select a button.#Enter an integer between 0 and 255.Enter a positive integer.Enter a date and/or time.Enter a currency.
Enter a GUID.
Enter a time.
Enter a date.No error occurred.-An unknown error occurred while accessing %1.%1 was not found.%1 contains an incorrect path.8Could not open %1 because there are too many open files.Access to %1 was denied.0An incorrect file handle was associated with %1.8Could not remove %1 because it is the current directory.2Could not create %1 because the directory is full.Seek failed on %14Encountered a hardware I/O error while accessing %1.3Encountered a sharing violation while accessing %1.3Encountered a locking violation while accessing %1.Disk full while accessing %1.$Attempted to access %1 past its end.No error occurred.-An unknown error occurred while accessing %1.%Attempted to write to the reading %1.$Attempted to access %1 past its end.&Attempted to read from the writing %1.%1 has a bad format."%1 contained an unexpected object. %1 contains an incorrect schema.#Unable to load mail system support.Mail system DLL is invalid.!Send Mail failed to send message.pixels%1: %2
Continue running script?Dispatch exception: %1UncheckCheckMixed,One or more auto-saved documents were found.�These are more recently saved than the currently open documents and contain changes that were made before the application closed.2Do you want to recover these auto-saved documents?�Note that if you choose to recover the auto-saved documents, you must explicitly save them to overwrite the original documents.  If you choose to not recover the auto-saved versions, they will be deleted.fRecover the auto-saved documents
Open the auto-saved versions instead of the explicitly saved versions^Don't recover the auto-saved documents
Use the last explicitly saved versions of the documents%Ts [Recovered]�4VS_VERSION_INFO������?�StringFileInfo�040904B0PlatformNT�ILegalTrademarksMicrosoft SQL Server is a registered trademark of Microsoft Corporation. CommentsSQL&GoldenBitsTrueLCompanyNameMicrosoft CorporationXFileDescriptionSQL Server IO Simulatorx,FileVersion2019.0150.2000.05 ((SQLServer).190924-2033)2	InternalNamesqliosimd LegalCopyrightMicrosoft. All rights reserved.B
OriginalFilenamesqliosim.rllJProductNameMicrosoft SQL Server<ProductVersion15.0.2000.5DVarFileInfo$Translation	�<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
  <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
      <requestedPrivileges>
        <requestedExecutionLevel level='asInvoker' uiAccess='false' />
      </requestedPrivileges>
    </security>
  </trustInfo>
</assembly>
h>0�>V	*�H��
��>G0�>C10	+0L
+�7�>0<0
+�70	���0!0	+��i����'�SM�0���0��0� 3/.G�0
	*�H��
0w10	UUS10U
Washington10URedmond10U
Microsoft Corporation1!0UMicrosoft Time-Stamp PCA0
181024210733Z
200110210733Z0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1%0#UMicrosoft America Operations1&0$UThales TSS ESN:3E7A-E359-A25D1%0#UMicrosoft Time-Stamp Service0�"0
	*�H��
�0�
��ۭ(�p�V>�(���B�nEԹfȷ�����'KEW��hV 3TXb8��x���2

eE�X�ҩJ<y��d2"�c������cN{�!2���ΚBdx���p�#�MIy�
���,�z&M�b���8.U$�>U$������$#���w���/?�I�p�7��%��zl��h�{nq9!R!?�vp�)�#;$��p�%�P��q!��Y}�.�7>��Pf��^p��9vΪMVJ���9GО���s���g��	0�0U;�…���&���	�)ُ��0U#0�#4��RFp
�@�v��+��5�0TUM0K0I�G�E�Chttp://crl.microsoft.com/pki/crl/products/MicrosoftTimeStampPCA.crl0X+L0J0H+0�<http://www.microsoft.com/pki/certs/MicrosoftTimeStampPCA.crt0U%0
+0
	*�H��
�.
?��p�kB-K�:�M!�=?ڿ��=1�^��09�N�a�M�ςU��}=6��t�NU�]k�'�^���߾�mO��	�H��q7ἳ�⺟���!��Z�p#�r�=��p�K8��W3��L�ۍqg�DoGE�� �ey���7`F�TO~
FT�y���4*�2��m/�wz�:��c�f�Ȣ%�3P�.�#�\v�{�C�
3"���\�)�AO�>��ny?{��;R3�@!�/�N�"dǣ-l�F祀�0��0�ߠ3�|��`����0
	*�H��
0y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Code Signing PCA0
190502212033Z
200502212033Z0t10	UUS10U
Washington10URedmond10U
Microsoft Corporation10UMicrosoft Corporation0�"0
	*�H��
�0�
����k*)�i퐭��՗+��IJ���E �Z:p�v�@�'�����Z3qʱ����^(��D�P��sY�Ep;��o�\ �(1���䱚GM<�J��f�,�U�muј^�;�F́X\��N��W���
%�%W�2�J~A��u}�ߋ�Nf
����L��,���i�HqxWw��� ����m.������:d�4���̑����yϼ̕}|�@�n���L`�!mW5�(ӭ
�܉����{0�w0U%0
+0Up���mu���*:'YG�0TUM0K�I0G1-0+U$Microsoft Ireland Operations Limited10U
229803+4541060U#0��p�R4���'���ؽ�mGN0bU[0Y0W�U�S�Qhttp://crl.microsoft.com/pki/crl/products/Microsoft%20Code%20Signing%20PCA(2).crl0f+Z0X0V+0�Jhttp://www.microsoft.com/pki/certs/Microsoft%20Code%20Signing%20PCA(2).crt0
	*�H��
�N��{�b~�=�G@������Q��Q��F�!e^bm�5�Z�꼣�h����9qp�g�&��}ZJI�δ7�909��yD�oTRIn>����X�~�G�L"x���3'��
L8*��D�e��h��JY+{p���X�6����-'����ۦ����b�شx�/.�9��5t��"5>��'���`��$yN`҄�u��J
E�:|�M�:�g�Q��#'$غ�Ȳ�1��
���A\e�0��0���
a5E?0
	*�H��
0_10
	�&���,dcom10
	�&���,d	microsoft1-0+U$Microsoft Root Certificate Authority0
180920174200Z
210509232813Z0y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Code Signing PCA0�"0
	*�H��
�0�
��������F��fɧ]
~�=���1��ԅ���2����A��7��|W����Z`�1
a�"�|V4b�^Z�.�@*�=�aD؎�6Y�c���������_+�P_�	Ґ頷,DA�eR7,�����,���c�Q����8^|�����)@ߔv*�e��m�'�§���j�Ƨ�f�hw�^��	�R�sQ�*�Q#�I�����P^�Oc?�/���M+q�Y('M��^0�Z0U�0�0U�p�R4���'���ؽ�mGN0U�0	+�70#	+�7<����Up�iB���8��W0	+�7
SubCA0U#0���`@V'��%�*�
S�Y�0PUI0G0E�C�A�?http://crl.microsoft.com/pki/crl/products/microsoftrootcert.crl0T+H0F0D+0�8http://www.microsoft.com/pki/certs/MicrosoftRootCert.crt0
	*�H��
�={�.�6�B�UO�����9
������"˅yC�����5�˅�->M�Q�$����c������
m.U5�,yaƶM�V&��e��.�<He��D���4
ީ�c����d�U�����e~���0���;��u�]π��q�B��ғ��T�|!�싼�~�)	P�+:�=��W��8��ߚ8Ё�'��y;4���"�e�La<��.2h�)���v�߆)�
㴳�L�gZT�Y'��HBn1L�L��h�#J�T㔕l����(�YD���򨅳=�*�7��=7�8�*G�gY�-�z�w��JI*t7��/��C-�2���LI�����G辞�1d������uI{db��~��g\AG�N6-�7�k�?R����"%�9[�Ez��������d�΋��}��mW[*{ol~�C�
�]�gԋ���Nz���߽4����gn�d��L�3��QpU�\}�ݧU��ǣ�Fz��D��c�}�"u0�0��
ah40
	*�H��
0_10
	�&���,dcom10
	�&���,d	microsoft1-0+U$Microsoft Root Certificate Authority0
070403125309Z
210403130309Z0w10	UUS10U
Washington10URedmond10U
Microsoft Corporation1!0UMicrosoft Time-Stamp PCA0�"0
	*�H��
�0�
���l���H�*|k.���řQ#P���N$�ѧ�L�t0 ��T�I�B���\0&�k�{�������3$����g,�{���N���#Sʍ�E�	�^�аB���l�g�(�FS����(F.'��OUR�,�j��0n��Y0��~֗��!�~����SmR�E��HJGf')f�����J����G	����Ux��P�0F��#F��-T��xA1w̛�;���a�
������"KT���� ���0��0U�0�0U#4��RFp
�@�v��+��5�0U�0	+�70��U#��0�����`@V'��%�*�
S�Y䤡c�a0_10
	�&���,dcom10
	�&���,d	microsoft1-0+U$Microsoft Root Certificate Authority�y��J���LsX�.e0PUI0G0E�C�A�?http://crl.microsoft.com/pki/crl/products/microsoftrootcert.crl0T+H0F0D+0�8http://www.microsoft.com/pki/certs/MicrosoftRootCert.crt0U%0
+0
	*�H��
����\D6�鴭w��yQM�.tq[m�ξ{��.���mb�W�N P��z@�W��X�����x���;�⾏
ȍH��S�O����jՀ���/��*$"p����x�.
��p�N��k
r���9�g-�Q�b\?�� ?�2��1Jv1=+r��p=��
��
a��׸�N��5+^���}B{�Sr!�0ʻxe\[
����<�fX�-/���QV�p�l�9L�y��zb))4wb�=m���,��C���}�㤨t5�N�q#&v<R�qZFC����MgȟB��y!��0f�B^Ȟ"!�C�+��H�,��2�L&*H$_Z�V�ޙ��:o��'t�v!����'T��j=��va�n����G�o��2l���QȌ#�f���d=-�Y���!嵰�c�xT�A.P����x����uْ�u"/2�n�[�%����!��Oɚ�I�eo�}�i��n꧗�1)��[\�M��/�?.Uk���1�(90�(50��0y10	UUS10U
Washington10URedmond10U
Microsoft Corporation1#0!UMicrosoft Code Signing PCA3�|��`����0	+���0	*�H��
	1
+�70
+�710
+�70#	*�H��
	1V���azS��xٗ�syUrI�10N
+�71@0>� �SQL Server 2019��http://www.microsoft.com0
	*�H��
�l�p���P���z�Hp
��V�:$Ȫ�mL�z��%'���"�)�|�U!�CK�=:$+INm!u������9I��"��ԝ�H�'B�L�iJ��&p�ۘ�����@`�?(w��o���[�x���Ivsp�(ku�^#��Y����+��S���WP�{��:ٰ`���e�n��e��>�lj<�d8�N!H�f�I>��s��a��^�Fo�2����L�����.?�
z�χ&24̓���%�0�$	*�H��
	1�0�0��0w10	UUS10U
Washington10URedmond10U
Microsoft Corporation1!0UMicrosoft Time-Stamp PCA3/.G�0	+�]0	*�H��
	1	*�H��
0	*�H��
	1
190924204218Z0#	*�H��
	1����1z11�o�w�8-�0
	*�H��
��7k��*�,mL
�K����O��3tս�;�h����y ��y��D����oG5�0���[�w��3Ş4G*�ۿ�x���G�|�L�����r�
�T�X�%8�̡�K��H��4��]:2�Y�'7Ŧ�8^���{��+W's�i���<�f^04�
�j���+�l�`m�K�q����a�S,A9~����_4��~i�}t��!�¾-^�4%��=���?����4("��	
v�jg6���RO���)0�#�
+�71�#�0�#�	*�H��
��#}0�#y10
	`�He0\
+�7�N0L0
+�70	���010
	`�He }�oD��-YSN��52*�P�޽+��j���)��
�0�0��3R�@�PV�u�R0
	*�H��
0~10	UUS10U
Washington10URedmond10U
Microsoft Corporation1(0&UMicrosoft Code Signing PCA 20110
190502213746Z
200502213746Z0t10	UUS10U
Washington10URedmond10U
Microsoft Corporation10UMicrosoft Corporation0�"0
	*�H��
�0�
���������t�����ǔߖ�6�+�xL���5���oK��w�U��buAN��[�V7V�p�Cn�3(A6��~��/�k����>��\�6��ɳ����mJ�
�X�%y�D�����*��Or�}Y�Gڗ}tP����M�4dc�睘�*�!�U��}�W����P��e���.����lA ��+4�Ih��z%�x�tr�
����������c� �����i��Zai^���76q�3ހ����0�~0U%0
+�7L+0U��[�e�'f��5kE�0TUM0K�I0G1-0+U$Microsoft Ireland Operations Limited10U
230012+4541360U#0�Hnd�Pӂ�77"�m��u�0TUM0K0I�G�E�Chttp://www.microsoft.com/pkiops/crl/MicCodSigPCA2011_2011-07-08.crl0a+U0S0Q+0�Ehttp://www.microsoft.com/pkiops/certs/MicCodSigPCA2011_2011-07-08.crt0U�00
	*�H��
���D懾��,V�(�-����6@��m�z� 65�W��Q`[�F�y8��t�ھ$�&��C��=�d�R�m���(ߜ����S�]��!��h2]g����"���S��E��v���5@��7�8��t�=0|3e�?�O��%�vS�Y�������ޭ��b�����+O�yDT
�ͅC�8xQ#�+7&�T��",ۮ8��P���h�(�T@�`���T�l������T����G6~�ܷ�f��D�k�IB���	��m������r����aݽ��G>ƚ읶��2>�Ҁ\�����]��r!���K��Q!��(�V�&sLDt�>��QZ�M����W5X��)l�}F�G�M3�s4��O��8v�vT���:�e:����*Ɲ�N�
���hP���z?别2��fwǴ��#cU�b���ӧx�\Ȇ޽�e,��Ul*!����43=+�
�m����
 ��ސ��n���Iy/钒>
�0�z0�b�
a��0
	*�H��
0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1200U)Microsoft Root Certificate Authority 20110
110708205909Z
260708210909Z0~10	UUS10U
Washington10URedmond10U
Microsoft Corporation1(0&UMicrosoft Code Signing PCA 20110�"0
	*�H��
�0�
���r.��n��M4��X!�B*k�ZP��8I���7k���8™��9�1BӉ
yd�~�`$l��I��h^�ߛS�
,ï٩+�z	�זY�`�fv�2R&/�PϳD�]��.u�h��m�:\��F��8d�nd5x��c-�@����
�\y�I)�
��w��=��+ZMV(�zr�:�I^���C���{�{��>��]�O��/Y�;-�3Xŷ>�2ӳ=����8~ҝ�,�NV�!5%�9ndS���#������_��R������!t%_(��'(8%�9J6�|���#��f�aj�(I�_��%]�!K>RĵW?$��z[/�#�p]QFw��Ἤ�_����UK�9��#I��D|E��rz�r�$߿F����Wۃ��MI0�����[���ݰf��{���K�I)�(��}g��bx_�/��W�\�w((��m�(�,�@7O��D��	L�ԥC/t��n�x X,]`��>O3�ڰ�ޞN�F�l���ֈ����0��0	+�70UHnd�Pӂ�77"�m��u�0	+�7
SubCA0U�0U�0�0U#0�r-:1�C�N���1�#�40ZUS0Q0O�M�K�Ihttp://crl.microsoft.com/pki/crl/products/MicRooCerAut2011_2011_03_22.crl0^+R0P0N+0�Bhttp://www.microsoft.com/pki/certs/MicRooCerAut2011_2011_03_22.crt0��U ��0��0��	+�7.0��0?+3http://www.microsoft.com/pkiops/docs/primarycps.htm0@+042 Legal_policy_statement. 0
	*�H��
�g򆥘�Ty.��tg"���c��B�}�y��e_.,>��r�m���?�
�;�G���i�c�"5��]e��}�FPU��|�K�<B�Rа�k�>.)��=�Եw�9��d�D=xz#�}��t����&F*Š�����h�h.��*?*kXIc	inZ�����F+�;н5�n%��'������(��M=����2���-�[��I9
�
�ƭ�����QEX82q'��'��,: i��Y�hno��t�@�*(>�?Mf��M��o}E�v�@*e��]Rb��c6��������'�ͥ���]cA�[��>w��u�aa������A�(��e/��\��֡F�Y�	KH���)ű��?Ew5�Ң��zz"�H���G#�����k�K���ux��7�yK�ֳ#hu������i;��0�L���umc�=ѝVNO��W"�x2!z�A
�?��̤]����WqVNHE�Bɛv[
�Hk�y���mmj�Rs
zP�1�z0�v0��0~10	UUS10U
Washington10URedmond10U
Microsoft Corporation1(0&UMicrosoft Code Signing PCA 20113R�@�PV�u�R0
	`�He���0
*�H��
	10	*�H��
	1
+�70
+�710
+�70/	*�H��
	1" ��˟�&�
$M�^<�	h�1��F����X��0N
+�71@0>� �SQL Server 2019��http://www.microsoft.com0
	*�H��
��v{�MM�a��`��+%bSN�t	�u� �~ZD��co_��8����NdV��5�D�!1[4��T�Ո�s�`�uֽ��9$oZ��&���<�!��c"�s-���bÎ���~e]o׆�	G,'�n&	�P���ڗ*�`%b�LBG�7~��-^��-��GLP�1Lg��P�|�s�����`8˙�v���sLkjFo[����2������A�_Cpq׃�!��}ʇ>�w�-S?�v�]T&w)����0��
+�71��0��	*�H��
���0��10
	`�He0�Q*�H��
	��@�<0�8
+�Y
010
	`�He ��S	���j�a���8Ӹ����_��JE^gd%p]^��'�20190924204219.711Z0��Ф��0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1%0#UMicrosoft America Operations1&0$UThales TSS ESN:3BBD-E338-E9A11%0#UMicrosoft Time-Stamp Service��<0��0�٠3�\s���0
	*�H��
0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100
181024211425Z
200110211425Z0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1%0#UMicrosoft America Operations1&0$UThales TSS ESN:3BBD-E338-E9A11%0#UMicrosoft Time-Stamp Service0�"0
	*�H��
�0�
��c��N�P\���!��T���˨V2�ih2��������R���H��o���H��\;�Mi�#�Փ�6�,��b�%N�k_��Am�_tX��t�1����
�Q�EA
VD��ŧb%�QT�Hk^�_�iΔ���'��m��`f+�Ι�+�RŰ�����e�w'�LO[��Q[��)�g���x���boT<��׽K~D[�1<0s�A�p�nh��O���Fi�.P���M�0bІ��z���j�`)c��~�X���0�0U��'��
!.���܂R��0U#0��c:\�1��C{|F�3hZ�mU0VUO0M0K�I�G�Ehttp://crl.microsoft.com/pki/crl/products/MicTimStaPCA_2010-07-01.crl0Z+N0L0J+0�>http://www.microsoft.com/pki/certs/MicTimStaPCA_2010-07-01.crt0U�00U%0
+0
	*�H��
�p��.���:k��������v���]��3��<Z{��i�|�mYb���̰��
�R�m�TT����q����K�g��iY�D��i66�E�g��c���X�0��.q9��l���u�]�ιnF7.��b�'2�]
:�`T�a�D3�y&�g�j�������CĎ[hM����v��r��E���2*eDE���‰�o+/ɲ)�<:�#�u��|ps77��<kk���~
O����==�l}K��c0�q0�Y�
a	�*0
	*�H��
0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1200U)Microsoft Root Certificate Authority 20100
100701213655Z
250701214655Z0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100�"0
	*�H��
�0�
��
�w�: ����i�ktTե
����|hK,_���a�v�>f+[�S'1A��	�|a0Y�0D�`��TC�M�8�Bݓ��s0W&��E
��G�Ϳ$`2X`F�XG�2�tag�_�T�ϓL��Ħ]�an(������a�F�'$gr!��Kd�Pb�]�w=�Wu���BM@Q��>g�f��D~��K�n�ʱ��z*
1��N���5�x���<�/D����d��� 	�x����D]^�O"M���0��0	+�70U�c:\�1��C{|F�3hZ�mU0	+�7
SubCA0U�0U�0�0U#0��Vˏ�\bh�=��[�Κ�0VUO0M0K�I�G�Ehttp://crl.microsoft.com/pki/crl/products/MicRooCerAut_2010-06-23.crl0Z+N0L0J+0�>http://www.microsoft.com/pki/certs/MicRooCerAut_2010-06-23.crt0��U ���0��0��	+�7.0��0=+1http://www.microsoft.com/PKI/docs/CPS/default.htm0@+042 Legal_Policy_Statement. 0
	*�H��
��Q
���?�q=���!o���1����Wm0���f�j���x�Ǩ�%��kTW+Q�D��S���`�v�@@A��\�\�^5�$VKt�Bȯ���7}Z?�yJ�R�8�/y�e٩�k����zoK0D$"<�����Y)����p�2J'�U�/���3�b_��W@��Ιf���jb��J�&�9�Jqc�{!mÜ��<�}�j�x�m���8ؔ�ƥ
������B�����"8 �%�d��~cY%z.9Wv�q����a�˚�G����ͧ��}���;q	�]t�"aڰPo�����1��:�eGx�H���r~akow��˧	�9����؂�r�����*T9�[��
U�z�s;�-��3.)��/T'!�ȬN�(���ۖ��B���AM�*��f0ӻt2K�c{���/�!�Y���D<�Pqס��U�i�W���0����M�
�]O�8/��X.�
�P5��	'ճ~5��6��_��t�I���0�70����Ф��0��10	UUS10U
Washington10URedmond10U
Microsoft Corporation1%0#UMicrosoft America Operations1&0$UThales TSS ESN:3BBD-E338-E9A11%0#UMicrosoft Time-Stamp Service�#
0+�#1����&��A�PW�s��7���0���~0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20100
	*�H��
�4�0"20190924234317Z20190925234317Z0w0=
+�Y
1/0-0
�4�0
K�0p0
�6	�06
+�Y
1(0&0
+�Y
�
0� �
0��0
	*�H��
��V\4u�$�⢮%�.��J��3c3�L��MA�ׅ��.RʐwZd�G��ͬv�V{x�m��<�S`����oX?���˛�t�"�i��i xaX�]RQЍ�U"�gK�����{1,z�}0�s�V��u�X1�
0�	0��0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20103�\s���0
	`�He��J0	*�H��
	1
*�H��
	0/	*�H��
	1" L�q��~-�����'�j����[L�֌��0��*�H��
	/1��0��0��0�� :/-Ȃm�mJ�6�zk9x���K��%��2�0��0���~0|10	UUS10U
Washington10URedmond10U
Microsoft Corporation1&0$UMicrosoft Time-Stamp PCA 20103�\s���0" {��=�3b��C.1��B28ƪ�dVn����0
	*�H��
�Bi�c�)[�Qx��� :����AY�"Ph�޽X6,��@���)��<k����S�O��P+M�&D;���*���$�_���Ө"�2l�V`����?�YD�,���G?�~�8�T�#��
�Љ�L!��No3�>
pGl���p��aM�bh��;�bM����Z�/�A%��i��n
�W���G��Bկ�i�y�j R��g댒����ۓj3�-�(��K�P
�Xm��%-��

Youez - 2016 - github.com/yon3zu
LinuXploit