MZ@ !L!This program cannot be run in DOS mode. $∋؋RichPELmL .@ @ d8?T@.text4 `.data@@.idataB @@.rsrc@@.reloc@BP@@t@?@@@ u?@P@@0@`KP0 0 Invalid key '%ws' Acl [%ws]Invalid key '%ws'Value too large - '%ws = %ws'Unable to access file - '%ws = %ws'Date/time format invalid - '%ws = %ws'Invalid line continuation - '%ws = %ws'Invalid quote character - '%ws = %ws'Missing length for binary data - '%ws = %ws'Not enough binary data for length - '%ws = %ws'Invalid registry type - '%ws = %ws'Invalid value - '%ws = %ws'%02u %04u KeyName: %wsREGINI: Missing line continuation character for %ws REGINI: %ws key exceeded maximum depth (%u) of tree. (%02u) Deleted key %02x %ws (%x%08x) ; *** Deleted the above key and all of its subkeys *** REGINI: DeleteKey (%ws) relative to handle (%x%08x) failed - %u Created key %02x %ws (%x%08x) REGINI: CreateKey (%ws) relative to handle (%x%08x) failed - %u Value name ('%ws') seen before any key name Popping from key %02x %ws (%x%08x) Adding value '%ws = %ws' to key %02x %ws (%x%08x) %ws = DELETED REGINI: SetValueKey (%ws) failed (%u) -b specifies that REGINI should be backward compatible with older versions of REGINI that did not strictly enforce line continuations and quoted strings Specifically, REG_BINARY, REG_RESOURCE_LIST and REG_RESOURCE_REQUIREMENTS_LIST data types did not need line continuations after the first number that gave the size of the data. It just kept looking on following lines until it found enough data values to equal the data length or hit invalid input. Quoted strings were only allowed in REG_MULTI_SZ. They could not be specified around key or value names, or around values for REG_SZ or REG_EXPAND_SZ Finally, the old REGINI did not support the semicolon as an end of line comment character. textFiles is one or more ANSI or Unicode text files with registry data. Some general rules are: Semicolon character is an end-of-line comment character, provided it is the first non-blank character on a line Backslash character is a line continuation character. All characters from the backslash up to but not including the first non-blank character of the next line are ignored. If there is more than one space before the line continuation character, it is replaced by a single space. Indentation is used to indicate the tree structure of registry keys The REGDMP program uses indentation in multiples of 4. You may use hard tab characters for indentation, but embedded hard tab characters are converted to a single space regardless of their position Values should come before child keys, as they are associated with the previous key at or above the value's indentation level. For key names, leading and trailing space characters are ignored and not included in the key name, unless the key name is surrounded by quotes. Imbedded spaces are part of a key name. Key names can be followed by an Access Control List (ACL) which is a series of decimal numbers, separated by spaces, bracketed by a square brackets (e.g. [8 4 17]). The valid numbers and their meanings are: 1 - Administrators Full Access 2 - Administrators Read Access 3 - Administrators Read and Write Access 4 - Administrators Read, Write and Delete Access 5 - Creator Full Access 6 - Creator Read and Write Access 7 - World Full Access 8 - World Read Access 9 - World Read and Write Access 10 - World Read, Write and Delete Access 11 - Power Users Full Access 12 - Power Users Read and Write Access 13 - Power Users Read, Write and Delete Access 14 - System Operators Full Access 15 - System Operators Read and Write Access 16 - System Operators Read, Write and Delete Access 17 - System Full Access 18 - System Read and Write Access 19 - System Read Access 20 - Administrators Read, Write and Execute Access 21 - Interactive User Full Access 22 - Interactive User Read and Write Access 23 - Interactive User Read, Write and Delete Access If there is an equal sign on the same line as a left square bracket then the equal sign takes precedence, and the line is treated as a registry value. If the text between the square brackets is the string DELETE with no spaces, then REGINI will delete the key and any values and keys under it. For registry values, the syntax is: value Name = type data Leading spaces, spaces on either side of the equal sign and spaces between the type keyword and data are ignored, unless the value name is surrounded by quotes. If the text to the right of the equal sign is the string DELETE, then REGINI will delete the value. The value name may be left off or be specified by an at-sign character which is the same thing, namely the empty value name. So the following two lines are identical: = type data @ = type data This syntax means that you can't create a value with leading or trailing spaces, an equal sign or an at-sign in the value name, unless you put the name in quotes. Valid value types and format of data that follows are: REG_SZ text REG_EXPAND_SZ text REG_MULTI_SZ "string1" "str""ing2" ... REG_DATE mm/dd/yyyy HH:MM DayOfWeek REG_DWORD numberDWORD REG_BINARY numberOfBytes numberDWORD(s)... REG_NONE (same format as REG_BINARY) REG_RESOURCE_LIST (same format as REG_BINARY) REG_RESOURCE_REQUIREMENTS (same format as REG_BINARY) REG_RESOURCE_REQUIREMENTS_LIST (same format as REG_BINARY) REG_FULL_RESOURCE_DESCRIPTOR (same format as REG_BINARY) REG_QWORD numberQWORD REG_MULTISZ_FILE fileName REG_BINARYFILE fileName If no value type is specified, default is REG_SZ For REG_SZ and REG_EXPAND_SZ, if you want leading or trailing spaces in the value text, surround the text with quotes. The value text can contain any number of imbedded quotes, and REGINI will ignore them, as it only looks at the first and last character for quote characters. For REG_MULTI_SZ, each component string is surrounded by quotes. If you want an imbedded quote character, then double quote it, as in string2 above. For REG_BINARY, the value data consists of one or more numbers The default base for numbers is decimal. Hexidecimal may be specified by using 0x prefix. The first number is the number of data bytes, excluding the first number. After the first number must come enough numbers to fill the value. Each number represents one DWORD or 4 bytes. So if the first number was 0x5 you would need two more numbers after that to fill the 5 bytes. The high order 3 bytes of the second DWORD would be ignored. [-b] textFiles...REGINIError: Registry editing has been disabled by your administrator. Failed to load from file '%s' (%u) No textFile specifiedSoftware\Microsoft\Windows\CurrentVersion\Policies\SystemDisableRegistryToolsREG_SZREG_EXPAND_SZREG_MULTI_SZREG_MULTISZ_FILEREG_DWORDREG_NONEREG_BINARYREG_BINARYFILEREG_DATEREG_RESOURCE_LISTREG_RESOURCE_REQUIREMENTS_LISTREG_RESOURCE_REQUIREMENTSREG_FULL_RESOURCE_DESCRIPTORREG_QWORDONYESTRUEOFFNOFALSE.Default\Registry\Machine\Registry\Classes\Registry\Users\Registry\Users\.Default\RegistryEmpty.HIVUSER:HKEY_CURRENT_USERHKCUHKEY_LOCAL_MACHINEHKLMHKEY_CLASSES_ROOTHKCRHKEY_USERSMachineClassesUsersDELETESUNMONTUEWEDTHUFRISAT%.*s%c%ws%c%.*s%ws %wc%ws%wc%.*s%c%ws%c %ws = REG_EXPAND_SZ (*** Length not multiple of WCHAR ***)(*** MISSING TRAILING NULL CHARACTER ***)%c%ws%c%ws ,;%.*ws\ %.*s%ws 0x%08lx \ %.*s 0x%08lxREG_DWORD 0x%08lx REG_DWORD_BIG_ENDIAN 0x%08lx REG_LINK %ws \ ->%.*sREG_MULTI_SZ "%wc" REG_QWORD 0x%016I64x *** Unknown Registry Data Type (%08lx) Length: 0x%lx ;%.*sNumber of Full resource Descriptors = %d ;%.*sPartial List number %d UndefinedInternalIsaEisaMicroChannelTurboChannelPCIVMENuBusPCMCIACBUSMPIMPSAProcessorInternalInternalPowerPNP Isa***invalid bus type***;%.*sINTERFACE_TYPE %ws ;%.*sBUS_NUMBER %d ;%.*s *** !!! Invalid ResourceList !!! *** ;%.*sDescriptor number %d CmResourceShareUndeterminedCmResourceDeviceExclusiveCmResourceDriverExclusiveCmResourceShared***invalid share disposition***;%.*sShare Disposition %ws ***invalid FlagsNULL***UnusedPORTCM_RESOURCE_PORT_MEMORYCM_RESOURCE_PORT_IOINTERRUPTCM_RESOURCE_INTERRUPT_LEVEL_SENSITIVECM_RESOURCE_INTERRUPT_LATCHEDMEMORYCM_RESOURCE_MEMORY_READ_WRITECM_RESOURCE_MEMORY_READ_ONLYCM_RESOURCE_MEMORY_WRITE_ONLYDMADEVICE SPECIFIC***invalid type***;%.*sTYPE %ws ;%.*sFlags %ws ;%.*sSTART 0x%08lx LENGTH 0x%08lx ;%.*sLEVEL %d VECTOR %d AFFINITY %d ;%.*sSTART 0x%08lx%08lx LENGTH 0x%08lx ;%.*sCHANNEL %d PORT %d ;%.*sDataSize 0x%08lx Data: ;%.*s 0x%08lx;%.*s*** Unknown resource list type: 0x%x **** ; Unable to initialize registry access functions (%u)REGBACKUnable to allocate large value buffer (%u) %.*s%.*s more...press any key to continue usage: %s [-m \\machinename | -h hivefile hiveroot] [-i n] [-o outputWidth]where: -m specifies a remote Windows NT machine whose registry is to be manipulated. -h specifies a specify local hive to manipulate. -i n specifies the display indentation multiple. Default is 4 -o outputWidth specifies how wide the output is to be. By default the outputWidth is set to the width of the console window if standard output has not been redirected to a file. In the latter case, an outputWidth of 240 is used.Whenever specifying a registry path, either on the command line or in an input file, the following prefix strings can be used: HKEY_LOCAL_MACHINE HKEY_USERS HKEY_CURRENT_USER USER: Each of these strings can stand alone as the key name or be followed a backslash and a subkey path.%s: error%ws(%u) : %s: Out of memoryUnable to convert parameter '%s' to Unicode (%u)Missing argument to -o switchMissing parameter for -%c switchMay only specify one of -h or -m switches\\Invalid machine name - '%ws'Missing parameter(s) for -%c switchInvalid switch (-%c) %dmL#@4mL (@(4mL$,B,6??@ц6 0.VBFP "o0#RSDSlg(̨WE Yregini.pdbGCTL.rdata$brc.CRT$XCA.CRT$XCAA.CRT$XCZ.CRT$XIA.CRT$XIAA.CRT$XIY.CRT$XIZ(.gfids..rdata?.rdata$sxdata?t.rdata$voltmd@L.rdata$zzzdbgPBHL.text$mn.xdata$xp.data$brcp.data .bss.idata$5.00cfgP.idata$2.idata$3.idata$4.idata$6.rsrc$018.rsrc$02 lg(̨WE Y%C˜mLUt@3ʼnEESVZ3Wy?G|@jKY3҉P$t/QQh@h<1@4$h@hH1@4F;uHjKYt0Q!Atj]Pj[hP1@\4h@jJYPF4YYF;_M^3[ E̋U0t@3ʼnES]VWPQQS8CPDžPPQOuPtPyu@@M_^3[GD̋Ut@3ʼnESVWh@QQ*cȟ@ˉ؅5j8SPI@ 󈅜.8!8@t#Wh@jIYP2;kƍpt6;w)V @v^ ;tOv;v @ G8@tWh @jHYP2 F^^ 8sGkP@ȉ8@tv Sv6h,@jGYP1SWhP@jGYPd1YYsGkQN QQQP@GȉZ8@tv Sv6h@j`GYP0N tFPSSSSSSSSSSQ @t^^W(uQSh4@8@tv Sv6h`@jFYP_0V @s^ Ov ;r8@t+v Sv6h@j~FYP 0 k8t< ,@7h@j*FYP/ t@R@PPS @u_jXJ+PSPF ;u-9u%Q5@@;t|QS @lSWR|@PQj EYP8SW8  @9u(@PQ+Zj@h@j{DYP.2s GkQPSh@j8DYP-s GkQPSh@h@jCYPr- Ph@jCYPP-닋Hw?$+K@<@6\@/@(@!@@(@ X@|@PQ*j [V @ ;s湀@ËM_^3[=ËJ@J@J@J@J@J@J@J@J@̹@3̋USVWQQ&D$3Ph,@h\$ @j_ugD$ |$ PD$ PD$ PSh -@t$$@u9|$u 9|$ u9\$tFt$@th,@j7BYP+Y3Y@_^[]Ë}@}] ] 3<-t,\mh@@2b̋UWEUPUu @EuEE 3V= u_uh0@u&@YYuG0h0@u@YYuG h0@u@YYuGauMSu]3SQhRRRuE PuU@Eu&u XE8ut Vj3@E[^_̋UQWEUPUu @EuE 3V= u_uh0@u&@YYuG0h0@u@YYuG h0@u@YYuG.S]ShjuP$@uu a[^_̋VW u3>SV@؅u-u'd'9qu iuQjp@P@[_^Ëы űU ufEtVwBUVW0@++tft fuu3f_^t)tE3fu 3PPPuuPR@]̋U4SVW3ۉUSSjSjhPE@u @SWl@؃u Wd@jh]Pj8@EtVjMQSPWH@tR9]tj&^"E؃PjjWx@u@t&EhjP<@3@uj^Wd@t}jSW}0@u;S4WV5 SWSVjjD@3]f_u8hY@@]f;t f;u OKM]3E ׉E3U<E E E *j\Xf9AEf;Etj _f;Nj}j\JXf9EMuщU;vj [BEf9w;w]EUj Yf9 MuUe;s}j Zf;uj3XBf;EuF;sf9QujXjZG;rˋUE}}Mv3EEtQȋ fEBUu}ME&@E;f;Etf;EuF;rM;f;Eu j _f9y}t f;Ej Z;s}f;tf;uF;ru;s-8f;}tf;}u E9]r9]s}f98uf9Ptf9uu뢋EU}Mt&ȋ fEBu}MEj Xf fFMU;ut΋r fMj Xf3fẺEA A3QA_^[̋USVWu~ t Nt)j8jV2O j []gff;w2f;uFj Xf;u FF;Ostf;vЊG33҈EMu2f9;u,;Os"j Zf9t ;OrG3ff9tO1j Xf;uuEuGOj [OF 2_^[8UuNf}"tf}'u@EMuf91ut;OrEf9Et F3fE;OsW1u=tHAEEf[uj ^f9ut!j Xf9EEu j XfEM;wrEGE33f1u;v1f;uwft 3f1;wut'C;Gsj Yf9t ;Gr3fG/t+3ɋf M;v0f;uwft 3f0;wuGGEFtef8@t;tFj Yftf;vSh0@@YYu F(zF ^PF$PFPh@5d@RF FtƃVf1f]tfu3Wh0@f@YYu F xV$ωVC$cf̋U`t@3ʼnES3ۋMMMEM]ĉ]]ˈ]Ɉ]ʈ]VuuWd@}Ut@Eˋ_3E3E̡8@Et|ȍQff;Eu+j XMf9KwQSu@ tE@Ek 8@Eu*kM U<@@@EɊA@EʊB@EȋMUkE 8@t+ECftj ^f;w fu}u}tQRU@S}tQ@RH{Nff;EuE+]̋ D$d@˃vf;Dsu"t'uK]u=@}3QR- 3fq}E3@1ʍAEff;Eu+MQSR@ t@Fu7M@뎀}3EE}ЋEEEEMjZW5tj Xf9uu}t!;t 0r 9wutN;f}jh1@W@ u ȉMjh 1@W@ u3Ajh1@W@ ujYjh1@W@ jth$1@W@ ujjh,1@W@ ujjh41@W@ u8j띍EPMitHMăM̋EċDfLEЋMAjW@@fEfuf9U~)jW@@E@fd} lffEЋEuЋ]E]MSu Gt3@rjo@@GVE]OuMPNu88Et[MAE u 3fA ;As%ft uAE EEu3AGh9]uGh}3UEMˍEWh@PUu@}"}E3@1ʍAEff;Eu+MQSR@ t@Fu7M&@3AjW@@G 2M_^3[#IPc@`@`@Ya@`@d@`@#d@Pc@Pc@Pc@ad@̋U ˆMSVW0Ej"Zftf;tȋfuMf} Mu3S@@MSftF] j"Xf;u}Fu)j"Zf9u!9s+fffu3fE 9r jo@@23fEE0_^[ ̋U8SVWوUjY3]}MUt C2WuE]E>E &EVWEPUu@]u C2hju<@_^[ ̋U SVW3ۋSSjSjhRu]]@u FoEFPWl@9]uGtBE ;0s;SEPVuWH@t9ut j&@@ EXE 0Wd@Wd@jo@@2_^[̋USVWt<fj Zf;ty3ff;u+f9TNugj"ZEf\3ۍQff;u7+ftuYYbwwh@Vh9@Fw wwh@Vh8@w wwh@Vh8@Sw wh@Vh8@Sh9@SEYYMA}M;H Cu܋}MЃF}u;u.Vh@uh4@S}_^[m@m@m@m@m@m@m@m@m@m@m@m@m@m@m@m@̋Ut@3ʼnESVWj_W3Sh@V8@d@ jKP@P@ t7EPj@P@tEMU+EA+BjPYjZָ,@@h9@P @=|@L@@Y\@+@YH@@jh`K@X@|@WSPVt@8@@t#V@й9@M_^3[V@й9@2̋WSj[V< tFuR+Ph:@Wh@:@SYPP@ @@P@t2;r.hL:@SYPkYYhp:@SYPWYYP@>t Vw^[_P@SVW5L@ڋh:@jYP h:@jlYP=X@YYuh:@jNYPYYh:@j9YPP@=X@YYu :@\@h@jYPP@YYh:@jYPlYYh:@jYPUP@=X@YYu'@;@^h@jYP%P@YYH@6=X@u'<@!h@j]YPP@YYth@j>YPP@YYjӋ̋UVWtG5L@h=@jYP uWVjYPqh@jYP[YY5T@t j@j@̋Uh=@RQh=@jYPuuu jpYPh@jZYPYY]̋SVWNFu+uPjp@Ph@t.VWVSjjD@;t@Pӹ>@3fw_^[j3ҹ=@̋UEVWP@ЋY?%Sj[++t4H/t0@Y@[_^]3ҹ<>@=p@ui=x@u`/t+ jh>@P@@ jmZ\>@/t0@Y|@jiۃ=@t 3ҹ>@P/t*/t% p@ px@CjhZ>@@.33>@@>@jX̋UEPu u @ ]̋UQSVWtkwcEPx[E+Gw tEz*eEQh?@P֋M+Ky=zuM tMt 1W_^[̋UU S]VW}SQ&M‰}Et u?@M3tW3fu3f9]#W|3ZE PQSW @x ;wt z3f_U _E+ÉEEx4Mt\vW}vOBPPGPE 6]ttSEPEP3P!Eyzu }Mt9Mt  t3f_^[̋UVW3t f99tuM%Wt t+19_^]̋U3E t u utvW]̋USV3Wt(u +tft fO@uuH_3f1M^[tz] ̋UQESVWUt(t!ME K+M3fEUMt=RVS| u U M9"t4U CMx3f0U tEt 39f_^3[̋U$t@3ʼnEl@Efp@fE ?@Ef$?@fE(?@SEf,?@VWfE30?@GEf4?@WfEx@Pd03Spd@W@@x@Pd0Spd@W4@x@Pd0Spd@j^V0@x@Pd0Spd@V@x@Pd0Spd@ @@(@94@ 90@9@WEPQ`@WEP54@`@WEP50@`@WEP5@`@WEP5(@`@tS5@@h@S54@h@S50@h@S5@h@S5(@h@S x@Pd0Spd@WD@x@Pd0Spd@V,@x@Pd0Spd@V$@x@Pd0Spd@V<@x@Pd0Spd@V8@x@Pd0Spd@ @D@f9,@Z9$@N98@B9<@6SMQP`@"WEP5,@`@ VEP5$@`@VEP5<@`@VEP58@`@VEP5 @`@S5,@h@S5$@h@j ^W05$@h@S 5<@h@W05<@h@S%58@h@W058@h@S#5 @h@W05 @h@!2M_^3[& ̋SVWj@_F0t@d 0XSjqd@Љ@tBN JfZFBFBQPQt@P|@x r2_^[jh@ E؋ej_ftf wȋfuj-Xf;tf+u ƉE j [ej0Xf;uBxuj[E'ouj[Ebu ׋E f3EAf w0 Af;Ew7Af;Ew&W;sMu  fuj-Xf9EuރeE؉M1E3@ËeE2Md Y_^[j$h@ E̋0ej[ftf wȋfuj-Xf;tf+u ‰EE ej0Xf;uKxuEE,ouEEbu]Ef3҉U3EAf wɃ0 Af;EwɃ7Af;EwOɃWM;MsA}ueEeу‹׋M E܋ U؉Ufuj-Xf9Euڃ߃eẺ0MyE3@ËeE2Md Y_^[̋U SVU3҉MW]~ff;u+4q t u ;tROM;tFjP$@YYMt"CMjP$@YYMt ;uM;u]3d0SRpd@u2jSV@yd0Vjp@3ۉ}9]v;j EPW@ t' @APQjjVp@xC;]s}ŋ}jW\@xjVjW,@x_^[̋USVE3uWuf!EEPEPEPQ@}M33f;AEPSQl@M3G@:u%A:BuA;BuBPAP@u MG rC9utUEQPEPQxCuWh?@jEPEPuVx uMCA;Y9u_^[2̋UQQeEPEPEPQ@x }t}tud0jp@Zj8@P԰@ t@ x@YYȰ@ L@@ @@=p@u h @İ@Y3̡H@h<@5D@<@h0@h,@h(@ذ@4@j h؎@3ۉ]dp|@3 t;u3Fh@3F95@u j&Y:9@u,5@h@h@YYtE5$@95@uh@h@YY@u 3|@=@t#h@ YtSjS5@@50@5,@5(@ @=8@u6P@MEQPYYËeE @=8@uPа@=$@u ̰@ @EMd Y_^[̋UVu3;u sWu>t @׃;u r_^]̸MZf9@uU <@@PEuC@ f;t f;u(@v39@Ãt@v 39@3; t@u;̋UE8csmu+xu%@= t=!t="t=@u@3]h@@3%@j h@3ɋEtKtFMMZf9u2PSetLastErrorVirtualFreeVirtualAllocCreateFileWMultiByteToWideCharCloseHandleQHeapAllocOGetFileSizeGetProcessHeapCopyFileWQGetFileTimeSetConsoleCtrlHandlerGetConsoleScreenBufferInfoGetStdHandle__iob_func_wcsicmpwcscpy_sAstrcpy_s{wcschr"_wcsnicmpjvfprintf_isatty_fileno_stricmpatoi_vsnwprintfiswctypewcstoulRtlSetDaclSecurityDescriptorNtOpenKeyRtlFreeUnicodeStringNtLoadKeygRtlInitUnicodeStringRtlDosPathNameToNtPathName_UmNtFlushKeyNtCloseRtlAdjustPrivilegeRtlFormatCurrentUserKeyPathNtUnloadKeyRtlNtStatusToDosErrorSRtlCreateSecurityDescriptor}RtlInitializeSidRtlAllocateHeapRtlSubAuthoritySidRtlGetAceRtlAddAceRtlLengthSidRtlLengthRequiredSid:RtlCopySidRtlFreeHeap@RtlCreateAclRtlEqualSidRtlGetDaclSecurityDescriptormemmovememset 8Ph  @ Registry Initializer 4VS_VERSION_INFO |O |O?StringFileInfo040904B0LCompanyNameMicrosoft CorporationRFileDescriptionRegistry Initializerh$FileVersion10.0.20348.1 (WinBuild.160101.0800)6 InternalNameREGINI.EXE.LegalCopyright Microsoft Corporation. All rights reserved.> OriginalFilenameREGINI.EXEj%ProductNameMicrosoft Windows Operating System> ProductVersion10.0.20348.1DVarFileInfo$Translation 00D0H0P0X00000@b222233`3s33T4h444445(5p5556 606U66666?7J7Z7s77778818S8888 9u9999::G:i::::::::::::;+;/;3;7;;;?;C;G;K;a;;;;;;;/>^>c>q>v>>>>>>>>>>???P0000$0)03090k0x0~000000000 1H1N1^1d1111111222#232c2j22223-3D3[3r33Z4b445H5T5d5m5}5555.6Z6f6v66666737:7}77 88'858N8d888888889:>@>o>>>?>?j????????`T01&141Q122'2.2A2H2[2b2p2w222222 3z3M4s4444444455 555555"5|55s66667'7=7H7P7!8.8?8J8888888 969j999:8:>::::::::: ; ;C;h;};;;;;;;;<<3 >>>a>g>>>>>>>>>>???"?1?=?G?Q?`?j?t??????????p00D0L0b00000000000<1D1Z1^1b1f1j1n1r1v1z1~111111111111 22B2H2M2T2Z2_2e2n2r2{2222222222223!333<3B3O3c3x33333333 444&424F4M4b4x4~44444444445-525^5t55555566.686@6W6y6666667 77(7;7A7M7W7w777777772889x;;;;;;;;;;;;;<<<<(<.=G=M=Z=`=m=~===============>>>'>3>?>K>]>p>v>>>>>>>>>>>>???!?'?0?6?C?I?R?X?e?k?t?z?????D00001|333334 414L4\44445G5555556 6666+63696Q6V6\6a6f6k6p6v6~66666666677&7+787G7O7W7k7s7{777777777777'8G8O8U8b8|8888891979F9S99:::::::;;;;;;<<<5>!>U>>>>>>>>> ??,?0?p0000 0(080D0P0\0h0t0000000001 11$101<1H1T1`1l1x11111111111122 2,282D2P2\2h2 1