DonatShell
Server IP : 180.180.241.3  /  Your IP : 216.73.216.127
Web Server : Microsoft-IIS/7.5
System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586
User : IUSR ( 0)
PHP Version : 5.3.28
Disable Function : NONE
MySQL : ON  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  C:/Windows/System32/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : C:/Windows/System32/regini.exe
MZ@	!L!This program cannot be run in DOS mode.

$^n
yͺiP=&~{RichPEL$[J	(UL@ d@@x`.text
 `.data)@.rsrc@@.reloc
@B~[J0[J=[JJo[JT[JJADVAPI32.dllKERNEL32.dllNTDLL.DLLmsvcrt.dllԾwռw)1wFwľwBww~w!ww[wwewTw:w^6wG]wwDw5
w]wwwiw}w5+wwPwDw#
wwvww(wB1ww<wfw^wwLww wvwwoaoooooo8oZo(o'o'owooQouoo7o+oaoλoo6ooo)oootowOw?wOw]wPQw5wKww:w:wIwMw&ww:w w8~wXw1w@w42ww$ww#wawIKQ$[J#@4
REGINI: SetValueKey (%ws) failed (%u)
REGINI: CreateKey (%ws) relative to handle (%x%08x) failed - %u
REGINI: DeleteKey (%ws) relative to handle (%x%08x) failed - %u
REGINI: %ws key exceeded maximum depth (%u) of tree.
REGINI: Missing line continuation character for %ws
Invalid value - '%ws = %ws'Invalid registry type - '%ws = %ws'Not enough binary data for length - '%ws = %ws'Missing length for binary data - '%ws = %ws'Invalid quote character - '%ws = %ws'Invalid line continuation - '%ws = %ws'Date/time format invalid - '%ws = %ws'Unable to access file - '%ws = %ws'Value too large - '%ws = %ws'Invalid key '%ws'Invalid key '%ws' Acl [%ws]    %ws = DELETED
    Adding value '%ws = %ws' to key %02x %ws (%x%08x)
    Popping from key %02x %ws (%x%08x)
Value name ('%ws') seen before any key name    Created key %02x %ws (%x%08x)
; *** Deleted the above key and all of its subkeys ***
    Deleted key %02x %ws (%x%08x)
  (%02u)
%02u %04u  KeyName: %wsDisableRegistryToolsSoftware\Microsoft\Windows\CurrentVersion\Policies\SystemNo textFile specifiedFailed to load from file '%s' (%u)
Error: Registry editing has been disabled by your administrator.
REGINI[-b] textFiles...-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.
Invalid parameter passed to C runtime function.
pEEE00P('8PW700PP (```hhhxppwppEmpty.HIVFALSENOOFFTRUEYESONREG_QWORDREG_FULL_RESOURCE_DESCRIPTORREG_RESOURCE_REQUIREMENTSREG_RESOURCE_REQUIREMENTS_LISTREG_RESOURCE_LISTREG_DATEREG_BINARYFILEREG_BINARYREG_NONEREG_DWORDREG_MULTISZ_FILEREG_MULTI_SZREG_EXPAND_SZREG_SZ\RegistryHKEY_USERSHKCRHKEY_CLASSES_ROOTHKLMHKEY_LOCAL_MACHINEHKCUHKEY_CURRENT_USERUSER:UsersClassesMachine%.*s%ws%.*s%c%ws%c %wc%ws%wc
;%.*s *** !!! Invalid ResourceList !!! *** 
;
;%.*sSTART 0x%08lx  LENGTH 0x%08lx
;%.*sLEVEL %d  VECTOR %d  AFFINITY %d
;%.*sSTART 0x%08lx%08lx  LENGTH 0x%08lx
;%.*sCHANNEL %d  PORT %d
 0x%08lx
;%.*s;%.*sDataSize 0x%08lx  Data:;%.*s*** Unknown resource list type: 0x%x ****
;%.*sFlags             %ws
;%.*sTYPE              %ws
***UnusedNULLCM_RESOURCE_PORT_IOCM_RESOURCE_PORT_MEMORYPORTCM_RESOURCE_INTERRUPT_LATCHEDCM_RESOURCE_INTERRUPT_LEVEL_SENSITIVEINTERRUPTCM_RESOURCE_MEMORY_WRITE_ONLYCM_RESOURCE_MEMORY_READ_ONLYCM_RESOURCE_MEMORY_READ_WRITEMEMORYDMADEVICE SPECIFIC***invalid type******invalid Flags;%.*sShare Disposition %ws
CmResourceShareUndeterminedCmResourceDeviceExclusiveCmResourceDriverExclusiveCmResourceShared***invalid share disposition***;%.*sDescriptor number %d
;%.*sBUS_NUMBER  %d
;%.*sINTERFACE_TYPE %ws
***invalid bus type***PNP IsaInternalPowerProcessorInternalMPSAMPICBUSPCMCIANuBusVMEPCITurboChannelMicroChannelEisaIsaInternalUndefined
;%.*sPartial List number %d
;%.*sNumber of Full resource Descriptors = %d\Registry\Users\.Default\Registry\Users\Registry\Classes\Registry\Machine.DefaultSATFRITHUWEDTUEMONSUN*** Unknown Registry Data Type (%08lx)  Length: 0x%lx
REG_QWORD 0x%016I64x
" %wc"REG_MULTI_SZ  \ ->%.*sREG_LINK %ws
REG_DWORD_BIG_ENDIAN 0x%08lx
REG_DWORD 0x%08lx
0x%08lx  \
%.*s \...%ws 0x%08lx\...\
%.*s%.*ws ,;%ws%c%ws%c(*** MISSING TRAILING NULL CHARACTER ***)(*** Length not multiple of WCHAR ***)REG_EXPAND_SZ = %ws %c%ws%c %.*sDELETE
                                
more...press any key to continue%.*s%.*s
                                                      %s: %ws(%u) : %s: warningerrorUnable to convert parameter '%s' to Unicode (%u)Out of memoryUnable to allocate large value buffer (%u)REGBACKUnable to initialize registry access functions (%u)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.-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.-m specifies a remote Windows NT machine whose registry is to be manipulated.
where: [-i n] [-o outputWidth]]
 | -h hivefile hiveroot[-m \\machinenameusage: %s Missing parameter(s) for -%c switchMay only specify one of -h or -m switchesMissing parameter for -%c switchInvalid machine name - '%ws'\\Missing argument to -o switchInvalid switch (-%c)%d H ARSDSJ~XJEwT#dregini.pdbO2SUES3HEtlVuW|>uOvP  PW$C;Euu j PW$  hPU;YYC;]r_^[]̋U3ʼnES]VuW}PjhSWVDPPPjDžV-uPVtVdSWV^M_^3[
̋UxSh3S5455();u(VEEPuT;thM,^[Wj8ESP	ME3]]8]8tuȡ u uhP9E;EuMk5p9]t-;w)vh^E^;t"M}v;v}@E8tu  hPa9EMȍ~EN^8]sE
kQPhE;8t7 Sv@6hP8ES@PP @hTP8YY6sE
kURWuShQPhKE;A8t7 Sv@6h0P`8SSFP7h>t3~}uЋE@PP];uQSuh38tv Sv@6hP7vh^M}vE;r8t%v Sv@6uuhP7 EE8]t@Euk|hZuȡ  hPQ750}EkEPEPuȍ=|7hWu%E;EuE9EuPu508;Eteuuuu7hf;}SGPPuءuuuP S Ph|5o/EPEP3f8]pES@PP8]t(t9]u`uuPjuug71EHw?$'H@6/(!tD uuPjuu7Euȡ @hP5١ j@uȃ@hP5EEsE
k}WPSuhP @PJ5}GEsE
k}WPSuh Wuȃ@hP5}_vh;suIFFFFFGGGGh&3̋UWEPhh3uAEPEPEPWhuEu}u}u9}tGu_̋UhhhhPH 6ot @hP3Y3Y@]S3MVWEE0<-tb</t^3VCQ5uPtDWVh\4WPYbtPEPEP8FuMu_^[ujht~63]̋UVu3utу;ur^]̡dhT5`ThDhHh@Pjh3ۉ]dp]DSVW;t;u3Fuh3F@;u
jIY;@u,5@hh#YYtE5\@;uhhYY@9]uSW9LthLKYt
SjSL5D5H5@X9Lu7PE	MPQfYYËeEX39LuP9\uEX̸MZf9t3M<8PEuHtuՃv39xtv39jLP
8
<YY
l
hA=uhtSY3;
uC%̋U3ʼnEffffffEEDž0@h.M3;̋U]J%QL$+#ȋ%;r
Y$-̋UMS3VW;t};wj^0SSSSSt0u;uڋъBF:tOu;uXj"Y3_^[]̋UUSVW3;t];w&j^0WWWWW_^[]Ëu;u3fԋfAAFFf;tKu3;ufj"YSVWT$D$L$URPQQhOd53ĉD$d%D$0XL$,3pt;T$4t;v.4v\H{uhC^Cpd_^[ËL$At3D$H3@Uhppp>]D$T$UL$)qqq(]UVWS33333[_^]Ëj33333USVWjjhOQ_^[]Ul$RQt$]̋UES]Vs30WEE{tN38UNV3:UE@fMK[EEEt`[LDEEtE|<CE؃u΀}t tN38UNV3:UE_^[]E͋E8csmu)=Ht hHtMjQHME9XtURWӋEMHtN38UNV3:UEHJ9SWMQWc&̋UE8csmu+xu%@= t=!t="t=@u3]hWQ3%̋UMMZf9t3]ËA<8PEu3ҹf9H‹]̋UEH<ASVq3WDv}H;r	X;r
B(;r3_^[]jheV\Yt=E+PVYYt+@$ЃE E3=ËeE3e%%h2Sd5D$l$l$+SVW1E3PeuEEEEdËMd
Y__^[]Q̋UuuuuhdLh~]hhYY3jhL3MtDt?!EMZf9u+Q<|$s
E8PEt3@Ëe3EE?̋Ujt$Pt@\fujX]fu3@]ËE]̋UeeSWN@;t
t	У[VEPtu3ux3|33EPE3E3;tuO@5։5^_[̋U(p
lhd5`=\ff
|fXfTf%Pf-LEtExEx|p	tjh@.hh	lPpVD$u(L$D$3؋D$d$ȋd$Gȋ\$T$D$ud$ȋD$r;T$wr;D$v	N+D$T$3+D$T$؃ʋӋًȋ^SQ SQ L$KCkUQPXY]Y[̋D$L$ȋL$u	D$S؋D$d$؋D$[%4̋UVWu}Wuujj`3fwuhYd_^]̋V5<h(jjjօ}2^hjjjօ|^(V5<h(jPjhjPj^jh5 ju24̋U4S]VW3VVjV3GWhSTuWS5$Xt$P\WEP\;}PXVVWEPT;|VVEPSPu
EEh0E WEuE@E܉uLu3LSP\`HhPdžX@THIuWLH\`SPdžX@TDEPS@3_^[̋USW}LShEPH|udu`VdvƋ6PjPu^SD}H`_[]̋UVudW}	9xt1ujPPt x@_^]@̋UMd'P;UuHuPjP]ȋűUW}u2#VuWu6$u	?2^_]̋UQEVW}?Ejhx1EPjhT1EP~jhH1EPfjh 1EPNYjh1EP6Ajh0EP	jh0EPj
h0EPEt#f\u@@	fMI6f8\u8FPEPtF[< PEPtF<@(PEPftFD0PEPGtFEf8\@@Eh00(YYuQ!EEf\u@@fu5MI"Ef\u@@fuMIEPuhd2-Ef\u@@fx:tfuՉf8\tˋM_^̋UEPEPuuS39]uE$E 
3}
VW} u^5(h1uYYuE@.h1uYYuE@h1uYYuE@^u$uWEPuEuuSSu]uE;u(Exu7PE$8u;tVj74E_^[ ̋US]EPEPSu}uE
3}
VWuY}5('h1uYYuC(h1uYYuCh1uYYuC,uVuuuuu{u6S_^[]̋U}
u3%VuuExu	uP^]̋U3}
uM;tM;t3uPPPuPPuPPPu]̋USVuW}VWujuu؅ujZ+RD8SP_^[]̋Uuuujuu]̋UEPEPuuuu]̋Uuu ]̋USW3WWjWjhuT؃uQVWSDuS\jhD6PjEtQjMQVPSHtM9utj&_"EP3WWSLut!hjuPuj_S\t}jVW$u*VSWVSWuu0juf;t
f;uN_u3ɉM׉M;
0f{\%f
t
f
Bf8\u
	Bf8 w;wf: uBB3;sgAf
uEACCf
u;sf{
uEAAG9urσv0}tLMj
XfEBMuu!E9us"f tf	u
ECC9ur9u}Mt!j
XfE}BMj
XfBB3fExPx@3^_[f
uf{
t
f
}f
tf
u
GC}C;r;s'f tf	uG@@;r;s
f8
ufx
tf8
u؉}먋Mt&j
XfEBMuuj
XfBB}AfBBCMCM;̋UEhjpP]̋UESV0W3f"t
FFf;uE}f9uQd25jZ'f>"u8MuHFf8"u?E9s=fff9uҰM9s"3fMM1_^[]3fjod2̋U EPuuE@2TESVuEEW>3ۉEVWEPEPuuu
E@EP_^[̋UQQS3SSjSjhu]]TEuE@2VW}MQPGD9]uNtIE;0sBSEPVu]uHt9ut
j&dE_0Eu\Eu\jod2_^[̋UMVt)ft}f tjpf@@fu+f|A MMpf@@fu+ft>f t+DAf t f\tf"u	f;uj'
f'uf;u
j"MXf2^]̋UQEPjuNt!EPuPh(uh1uUuh(uh1uŰU3ʼnEES]EVEW=(QPjS׃z5jPQPjSׅtjPghP)jPt7hQP(؄tj]Pj[h1M_^3[̋U}ESVE(u.$] PEEVHPh`8u] U"}	 E EE ؃e}W] u}VGPh@8uU@ww$k,8n8g8`8Y7R7K7D7=767/7(7!7\7@7077PVWh6uUsVWh6uUC(9M)Mes{u]VSh6uUGEGt%HtHtHtp6L6655PVSh5uUEEl5HtzHtTHt!HtHt
D5$55{5fuE4fuE4fu[EX4RD4fuE3fu8E3/3fuE|3fuET3H3E43PVSh3uUuVSh2uUEȃ(IIIIItPVSh2uUwVSh2uU؍GEGvBEC;ErEVPh2uU؃KE0h2uUEMuhuUYYRwwVSh|2:w
wwVShP2w
wwVSh(2uUw
wVSh2uUh2uUEE YYM;HEEE E;EuVWh1uU_^[.h5h<hChJhQhXh_hfhmhth{hhhhh̋UM3tvW|GES3Vt*UW++Ѝ7tftf@@Nu_uHHz3f^[]̋UQQS3VW9]9]9]u=,FPhu׉E;uDFPhu׉E;u/^Shu׉EuFPh,93Et73ۋF=;tP׉^F;tP׉^F;tP׉^Eh9FWPh8 WPh8(WPh80WP0F3ۋE};9]uh9FWPFFFFWh8 WPEh8(WP3$EPl;}PXPd3u0WPEPhF>9]8uu
"uWu^V^^^L;E;t9u8F;t
9u0FjP_ff;u+8 Hff;u+<(Hff;u+@0Hff;u+DjWX_^[̋UVu~uV=tf3^]̋U}
u;}u!h1E0us}23.}uh1׸u3PPPuuuu0]̋U8E3ɉMMMMM;t@EEU SVpEW}
39
PEUf@@f;u+Ef<F EwPVu$U t3U Ck9u*kMME3k9tE4Ff w
FFf;u}t#EMUM QPVuub}t EMUM QPVuƍX]f@@f;u+Eu؋~$uvf;D^uf"tf'uKuK4F;EvjodE@BE}M 1uP3fE}39
dt7dxf@@fu+PVQ$t"Cd8u΋E0EjPEh녀}3}૫j^EEMЉuEEM;l=$}REf8 u	KEuEEt*}tEf0rf9w	EKu߅tKE};f}Vhp9u׃u!EVhh9u׃uEVh`9u׃uEVhX9u׃uujVhP9u׃u	EOVhH9u׃u	E4Vh@9u׃ubEEPjEPht;}sEDfMEfLEU 3f9Mu'f}~0jWdEpjWdf}d}	lfEjY
9MREUQMQPou VjEPuE@m;E	]pE])}uEjPNu18EtQGEf
u
3fG
;GsftGFEugE@h	E9]u@hE
MEu EuPEPuvu>j}E39
dt7dXf@@fu+PVQ$tGd8u΋E0EjP+Eh`jWdE@	2_^[tqqqqu;qttttűU$3ʼnEEM S]VuW}(h(uEh;PMӃEt=f>t7EPjV7tEPVPh:uӃVh:uӃEuh:VEE$YY$<zu
h:VEYYE}th:VӋE@YYEEtf|th:VYYM3fEPWjtEPWPh:VӃǍPf@@fuM+;EwWh|:VӃf?u3f9>t^!}f r2MUM;w Pht:YYtEFFf>uŅtfGf;twFFf>uu+EPhl:uӃf>tB}u0}ujXEh(Phd:uӃf>uFh\:uYYhuYYt,t tHt
Hu#t///0
$0EuPhP:VӋE}}tvhH:uYYcv_E܋MET1;v }ujYh(Qh@:uӃ3h<:uYYE0h4:uӃEMuhuӀ}YY*Wu$uuuSur7h :VӃ7h:Wh9=,Euh@:h9jP3h9VE3YYf97EHEuv }ujXEh(PEPuӃh9uYYf<w"uj"h9uӃwPh9uӃFf<wuh9uӀ}YYuF;urhH:w7h9	uPhx9VӃM_^3[.$
xvv
xy,y5y=y
x
x
xz̋USVW}
t
GtP~j8jWuFt]fftQ'uGf	uOу+ʃO@@;Fs+f v3ɋ؉M8Nuf8;t#f8
u9FF;uG2Uf8
t	@@;FrF3f@@f8
tFʀ~u]f"tf'uN@@ҋf9t@@;Frf9t	G3"f=t%f[uf
tf	uj Zf@@;FrE3PVHHf wft	3f;wEt!f8
t	@@;Fr3fF(t$3ҋf;vHHf wft	3f;wFF}_tif;@t;]t_EEftf v]Sh;(YYu
G(_^[]G PG$PGP_5 5WVG
_tAAOf9]tAAf9uf9]M3Vh;f(YYuG 늍G$PVG
ug̋UEPuu,]̋UEV
tFuP+ȡ Qhp;u@hd;Pt;9r3 @h@;Pp @h;P]>tFp^]̋U}tF5 @h;Pu u@uP @hP$tjj̋U};u;Pu u@h;Pu u@uP @hPq,]̋UEP@uSVW+‹4?FPjP3;uPPh<WSWujP`;tPuh;3f_^[]̋UTujPhH<  PPYYtQEPjP<t$EM+EA
M+A
'P%Eh@<PYYEjuE@jhPj0uPPh<̋U SVW5@h?P @h?P3ۃ8u @h?PhYY @h?PSYY8uhp?VW5VK @VP @hh?P @h?P8u"h=W @VPYY5W8u"h<W @VPYY9]t @VPmYYSuu#̋UEVPYȋ?B%-Wj_+H+t:HHtQh@@EtE80Y_^]jh`@395uT954uLEt9E80MjhX@P($tV5(h8@Qjmh@rVh?gEtE80Ygji395(uƋEt/I;t(u>0>664!jhh?
3VV̋V3ʅtf9tFFJuuW^t|+ʉÃ'̋U3Et9Eu
;u;t;MvW]̋Uv%QPEP3]̋UQVutEtUO+3ɉfEt?Eu%PWE}u	E83v-MDw3fvEtE833f3^̋SVWjФ^0xd@0Sjpt`t`O`OH`fX`OH`PQPxPp|x_^[2jhE3uj_f;t
f wf-tf+uʉMM;upE
3f0u@fxuEZfouEjFfbu%}3Af;Zf	w*҃0B++t؃t+t
uxjY3čZfw҃7Zfw%҃W;Usuufuf}-uރeME0E3@ËeE2jhE0ef w
FFfuf-tf+uEjZjZEutE
3f0u@fxuEbfouEjNfbu)U3Cf33ҍyf	w.0F++tԃt+tj[3뼍yfw7yfw=W;}s2uRPSu3
	3FFfrf}-u؃ڃeM1MQE3@ËeE2b̋UQMeSVًW]Pf0@@fu+<Af tf	u;tCC]9}t?5EjPYYtEEEjPYYt9}uE9}ud@0Vjptu2jVW}Wjd@0pԉ]339]v8j
EPu;t"`HQPjjW||/F;urju\|SWjuT|	_^[WSx̋UQQeEPEPEPu|#}t}tud@0jp̋UEUEeVWPhu|eME}SA+3ɉ]}9Mt9MuE@3EWEt%E;tu}MQMP]]}}zuEtEt8[_^3tvWFE}:wEf9tu#W^ÉM;t4UE)}+ӉUUtUftf@@NAuu
HHIEzu+K33;f]}E$?Su
̋UQQMVWu}hW
ESى}]t
}uE@3EtW3fuEf90#WaE PuYSW3|;wt
z3f_Ë]+؍GM]|EtFvAu4MEttuEP	P]3]}zuEtMEt[_^̋U(3ʼnESVW}fd}f}ܥf}f=jPC0tjpd5jPF0jpd5j\PF0jpd5jPF0jpd5jPF0jpӋ
3ңP;9\99;5jEPQօjEP5\օjEP5օjEP5օjjEP5PօT5j5փ j5\փ j5փ j5j5P
djEPE؋@0jpӣdjEPE؋@0jpӣXdjEPE؋@0jpӣdjEPE؋@0jpӣdjEPE؋@0jpӣdjEPE؋@03WpӣT;99=X-9=!9=9=	WMQPӅjEP5XӅjEP5ӅjEP5ӅjEP5ӅjEP5TӅW5XW5j [j5W 5j5W%5j5W#5Tj5T!#2M_^3[1̋UEV3f!MWEEPEPEPu}E33f;HMQWPM3F`:u%Q:PuQ;PuPQuMF rFE9EtjMQMQh@uPW|CVh@jEPEPuu|!EHG;VM39M_^2̀@s sË333;KOKRRSS!%T<<4$2F$6FZl|Ȗzl^PD6 ̗v\H*ؖ~rbʘĕҕܕ
|n^J<0"ޔ֔̔”ژ2>LXpș4BTdp~Ěؚ0RegCloseKeynRegQueryValueExWdRegOpenKeyWADVAPI32.dllGetLastErrorHeapAllocHeapFreeJGetProcessHeapVirtualAllocKERNEL32.dll_iobmemset9tolowerexitV_errno_vsnwprintfQwcschr__getmainargs_cexitb_exitj_XcptFilter_initterm_amsg_exit__setusermatherr__p__commode__p__fmode__set_app_typemsvcrt.dllmemmoveiswctype7?terminate@@YAXXZ'_controlfpo_fileno_isattyRtlCompareMemoryRtlUnwindntdll.dllyRegSetKeySecurity9RegCreateKeyExWaRegOpenKeyExWhRegQueryInfoKeyW~RegSetValueExWDRegDeleteKeyWHRegDeleteValueWIsTextUnicodeTRegGetKeySecurity4RegConnectRegistryWORegEnumKeyExWInterlockedExchangeSleepInterlockedCompareExchangeOutputDebugStringASetUnhandledExceptionFilterGetModuleHandleAQueryPerformanceCounterGetTickCountGetCurrentThreadIdGetCurrentProcessIdyGetSystemTimeAsFileTimeTerminateProcessGetCurrentProcessUnhandledExceptionFiltersSetLastErrorgMultiByteToWideCharRCloseHandleuCopyFileWCreateFileWVirtualFreeGetFileTimeReadFileGetFileSize-SetConsoleCtrlHandlerGetConsoleScreenBufferInfodGetStdHandle_wcsnicmp_wcsicmp@vfprintf^_stricmpatoikwcstoul_RtlAdjustPrivilege@NtLoadKey NtUnloadKeyZNtOpenKeyRtlInitUnicodeStringRtlDosPathNameToNtPathName_UzRtlSetDaclSecurityDescriptorRtlNtStatusToDosErrorRtlCreateSecurityDescriptorNtClose!NtFlushKeyLRtlFreeUnicodeStringARtlFormatCurrentUserKeyPathRtlCopySidcRtlAllocateHeapRtlLengthSidORtlAddAceGRtlFreeHeapRtlCreateAcl[RtlGetDaclSecurityDescriptorRtlSubAuthoritySidRtlInitializeSidRtlLengthRequiredSidRtlEqualSidPRtlGetAceN@D 5@ @@@@@P@$@@ @4@N@ p+ŝi@]%O@qוC)@D@<զIx@oGAkU'9p|Bݎ~QCv)/&D(DJzEeǑF
euuvHMXB䧓9;5SM]=];Z] T7aZ%]g']݀nLɛ R`%u?q=
ףp=
ף?Zd;On?,eX?#GGŧ?@il7?3=BzՔ?aw̫?/L[Mľ?S;uD?g9Eϔ?$#⼺;1az?aUY~S|_?/D?$?9'*?}d|FU>c{#Tw=:zc%C1<!8G;܈Xㆦ;ƄEBu7.:3q#2IZ9Wڥ2hRDY,%I-64OSk%Y}ZW<P"NKeb}-ޟݦ
@.                                                                                                                                 00p0L080$00///t/
@/
/	.......???\\\\???XXX?T?PPPPT 8Ph		@<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (c) Microsoft Corporation -->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
    version="5.1.0.0"
    processorArchitecture="x86"
    name="Microsoft.Windows.RegIni"
    type="win32"
/>
<description>Registry Initializer</description>

<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
    <security>
        <requestedPrivileges>
            <requestedExecutionLevel
                level="asInvoker"
                uiAccess="false"
            />
        </requestedPrivileges>
    </security>
</trustInfo>
</assembly>

4VS_VERSION_INFO@@?StringFileInfo040904B0LCompanyNameMicrosoft CorporationRFileDescriptionRegistry Initializerl&FileVersion6.1.7600.16385 (win7_rtm.090713-1255)6InternalNameREGINI.EXE.LegalCopyright Microsoft Corporation. All rights reserved.>OriginalFilenameREGINI.EXEj%ProductNameMicrosoft Windows Operating SystemBProductVersion6.1.7600.16385DVarFileInfo$Translation	111 @>D>@X00O1_1h11111t2}222222233F3}3333334"4*4c4y4444444	55;5E5Y5555555566F6X6b6h6666666667	777?7G7W7d7777778'8+8/83878;8?8C8G8Q8r888888888899J9_9k9u9999999::
:::%:@:I:d:n:::::::::::::	;;;;(;.;7;V;^;g;m;u;;;;;;;<<<<"<(<5<=<C<f<|<<==B=>>?P0001111L2Z22222D3I3h333*4M4Z4f4n4v4444444444444445555"5*565?5D5J5T5]5h5v5{5555?6H6666677(797@7E7S7X7e7z77777777778"8;8C8a8888819>9G9Y9f9m9y9999::P::::::; ;8;
<<w<<==.=F====!>)>>>S>>>-?W?????`0)070E0^0t000000001i334w4445.5E5S5[5-656H6P6r6666707^7778*8/868=8D8K8R8Y8`8g8n8u8|8888888889#9*91989@9Y9s9}999999999999:::#:[:s:::::;;+;9;z;;;;;;;;;;;;;;;;;o<<<<==(=:=w======	>$>|>?P?w????pP'0D0U0]0f0l0}01L1r111111A22223#3>3Y33345)505N5]5~55555555555555566B6R6e6666667^7d777777#8*81888?8M8y8888889/979?9J9Q9a999999:::<:@:D:H:L:P:T:X:\:`:d:h:M<S<{<<<<=B=H=S=^=g=q=x=========>>>&>:>A>J>U>c>w>>>>>>>>%?+?5???F?X?_?x??????????????0000$0<0B0K0S0`0h0y000000000000000111"1-1=1E1Q1X1c1s11111222%2-2K2Q2W2e2j2v222222222M4X4r4x44444444A68^8u8888888)9P99W;;Z<g<y<<<<<<<<="=)=7=C=O=c=========>>9>Y>y>>>>>>>???9?O?e?{?????????,00c0000011111111122p$33333333444(444@4L4d4l4t4|4444444555$505<5H5T5`5l5x55555555555566 6,686

Anon7 - 2022
AnonSec Team