<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>怡水若寒/王聪的博客 &#187; 360</title>
	<atom:link href="http://www.ysrh.com/index.php/tag/360/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ysrh.com</link>
	<description>Enjoy Life To The full</description>
	<lastBuildDate>Fri, 18 Nov 2011 15:48:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>消灭流氓奇虎360续之全面禁止360程序运行</title>
		<link>http://www.ysrh.com/index.php/ban-of-360-run/</link>
		<comments>http://www.ysrh.com/index.php/ban-of-360-run/#comments</comments>
		<pubDate>Sat, 16 Oct 2010 16:56:45 +0000</pubDate>
		<dc:creator>怡水若寒</dc:creator>
				<category><![CDATA[应用技术]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[anti]]></category>
		<category><![CDATA[qihoo]]></category>
		<category><![CDATA[Spyware]]></category>

		<guid isPermaLink="false">http://www.ysrh.com/?p=736</guid>
		<description><![CDATA[前面我跟大家分享了 关于全面禁止和完全卸载奇虎360安全卫士的那些事儿 ，好多360的支持者来此地示威哦。哥长得像是5毛？5毛是啥你们知道不，哈哈。无所谓啦，你们要给也行啊，哥是来者不拒呀。之前说到的第三步，我暂时没有想到如何可以禁止360的运行，后来在某个好心童鞋的提醒下，这个问题解决了。 要遏制流氓，你就需要比流氓更加的流氓。那就是IFEO(Image File execution Options)镜像劫持：一种本来启动的A可执行程序但被B可执行程序所截留盗用的技术。我主要针对360安全卫生以及360杀毒软件的可执行程序设置了镜像劫持，让客户机执行相关可执行程序的时候跳转到一系统程序上去（具体是什么，就不点明了，想知道的小盆友可以下载我提供的程序，自己去找），当然跳转到任何一个程序上理论上都是可以的，比如cmd.exe。 当然，比流氓更加流氓的意思就是，在设置镜像劫持以后不要忘记，逐个给镜像劫持的键值设置访问权限，以防止360安装程序的暴力破坏。设置办法可参考 使用regini命令行设置注册表权限禁止360访问注册表的办法 。切莫不要将Image File Execution Options整个项设置为只读，虽然网上有些教程建议可以这样操作，但是难免一些正常的程序也会用到此项，因此还是辛苦点吧，需要劫持的可执行程序一个一个的找，权限也一个一个的设。 至此，可以算是比较完美的在一个干净的系统上完全免疫了奇虎360这个毒瘤了。友情提示，如果机器上已经不小心“被感染”了360，请忽视我写的这三篇日志吧。除非您主动手动卸载，或者在安全模式下删除360所有文件，我实在想不到其他办法可以彻底清除360。 下载360免疫补丁：http://www.ysrh.com/wp-content/uploads/2010/10/Anti360Spyware.exe]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-738" href="http://www.ysrh.com/index.php/ban-of-360-run/ifeo360/"></a>前面我跟大家分享了 <a rel="bookmark" href="http://www.ysrh.com/index.php/anti-qihoo-360safe/">关于全面禁止和完全卸载奇虎360安全卫士的那些事儿</a> ，好多360的支持者来此地示威哦。哥长得像是5毛？5毛是啥你们知道不，哈哈。无所谓啦，你们要给也行啊，哥是来者不拒呀。之前说到的第三步，我暂时没有想到如何可以禁止360的运行，后来在某个好心童鞋的提醒下，这个问题解决了。</p>
<p><a rel="attachment wp-att-738" href="http://www.ysrh.com/index.php/ban-of-360-run/ifeo360/"></a><a rel="attachment wp-att-738" href="http://www.ysrh.com/index.php/ban-of-360-run/ifeo360/"><img class="alignright" title="ifeo360" src="http://www.ysrh.com/wp-content/uploads/2010/10/ifeo360.jpg" alt="" width="269" height="144" /></a>要遏制流氓，你就需要比流氓更加的流氓。那就是IFEO(<em>Image File execution Options</em>)<a href="http://baike.baidu.com/view/1296399.htm" target="_blank">镜像劫持</a>：一种本来启动的A可执行程序但被B可执行程序所截留盗用的技术。我主要针对360安全卫生以及360杀毒软件的可执行程序设置了镜像劫持，让客户机执行相关可执行程序的时候跳转到一系统程序上去（具体是什么，就不点明了，想知道的小盆友可以下载我提供的程序，自己去找），当然跳转到任何一个程序上理论上都是可以的，比如cmd.exe。</p>
<p>当然，比流氓更加流氓的意思就是，在设置镜像劫持以后不要忘记，逐个给镜像劫持的键值设置访问权限，以防止360安装程序的暴力破坏。设置办法可参考 <a rel="bookmark" href="http://www.ysrh.com/index.php/use-regini-command-anti-360safe/">使用regini命令行设置注册表权限禁止360访问注册表的办法</a> 。切莫不要将Image File Execution Options整个项设置为只读，虽然网上有些教程建议可以这样操作，但是难免一些正常的程序也会用到此项，因此还是辛苦点吧，需要劫持的可执行程序一个一个的找，权限也一个一个的设。</p>
<p>至此，可以算是比较完美的<strong><span style="color: #ff0000;">在一个干净的系统上完全免疫了奇虎360</span></strong>这个毒瘤了。友情提示，如果机器上已经不小心“被感染”了360，请忽视我写的这三篇日志吧。除非您主动手动卸载，或者在安全模式下删除360所有文件，我实在想不到其他办法可以彻底清除360。</p>
<p><strong>下载360免疫补丁</strong>：<span id="more-736"></span><a href="http://www.ysrh.com/wp-content/uploads/2010/10/Anti360Spyware.exe">http://www.ysrh.com/wp-content/uploads/2010/10/Anti360Spyware.exe</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysrh.com/index.php/ban-of-360-run/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>使用regini命令行设置注册表权限禁止360访问注册表的办法</title>
		<link>http://www.ysrh.com/index.php/use-regini-command-anti-360safe/</link>
		<comments>http://www.ysrh.com/index.php/use-regini-command-anti-360safe/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 14:34:19 +0000</pubDate>
		<dc:creator>怡水若寒</dc:creator>
				<category><![CDATA[应用技术]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[regedit]]></category>
		<category><![CDATA[regini]]></category>

		<guid isPermaLink="false">http://www.ysrh.com/?p=713</guid>
		<description><![CDATA[首先将以下内容保存为文件anti360accessreg.ini HKEY_LOCAL_MACHINE\SOFTWARE\360Safe [2 8 19] HKEY_LOCAL_MACHINE\SOFTWARE\360softmgr [2 8 19] HKEY_LOCAL_MACHINE\SOFTWARE\360SD [2 8 19] HKEY_LOCAL_MACHINE\SOFTWARE\360se [2 8 19] HKEY_LOCAL_MACHINE\SOFTWARE\LiveUpdate360 [2 8 19] HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87515F61-A66C-4319-A0E0-D416CB8059E3} [2 8 19] HKEY_LOCAL_MACHINE\SOFTWARE\Classes\360SafeLive.Update [2 8 19] HKEY_LOCAL_MACHINE\SOFTWARE\Classes\360SafeLive.Update.2 [2 8 19] HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{B69F34DD-F0F9-42DC-9EDD-957187DA688D} [2 8 19] HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Safemon.NavigatMon [2 8 19] HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Safemon.NavigatMon.1 [2 8 19] HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{76C72A7C-C0A6-4171-B3E4-6BD181AF41B6} [2 8 19] HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\360SelfProtection [2 8 19] HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\360netmon [2 [...]]]></description>
			<content:encoded><![CDATA[<p>首先将以下内容保存为文件anti360accessreg.ini</p>
<p><span style="color: #0000ff;">HKEY_LOCAL_MACHINE\SOFTWARE\360Safe [2 8 19]<br />
HKEY_LOCAL_MACHINE\SOFTWARE\360softmgr [2 8 19]<br />
HKEY_LOCAL_MACHINE\SOFTWARE\360SD [2 8 19]<br />
HKEY_LOCAL_MACHINE\SOFTWARE\360se [2 8 19]<br />
HKEY_LOCAL_MACHINE\SOFTWARE\LiveUpdate360 [2 8 19]<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{87515F61-A66C-4319-A0E0-D416CB8059E3} [2 8 19]<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\360SafeLive.Update [2 8 19]<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\360SafeLive.Update.2 [2 8 19]<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{B69F34DD-F0F9-42DC-9EDD-957187DA688D} [2 8 19]<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Safemon.NavigatMon [2 8 19]<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Safemon.NavigatMon.1 [2 8 19]<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\{76C72A7C-C0A6-4171-B3E4-6BD181AF41B6} [2 8 19]<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\360SelfProtection [2 8 19]<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\360netmon [2 8 19]<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\360SelfProtection [2 8 19]<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\BAPIDRV [2 8 19]<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\EfiMon [2 8 19]<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HookPort [2 8 19]<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\qutmdserv [2 8 19]<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\qutmipc [2 8 19]<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ZhuDongFangYu [2 8 19]</span></p>
<p><span id="more-713"></span>然后运行cmd，移动到anti360accessreg.ini文件路径，输入 <span style="color: #ff0000;">regini anti360accessreg.ini <span style="color: #000000;">即可。</span></span></p>
<p><strong>附上说明文件</strong>：<span style="color: #0000bb;"><br />
<span style="font-family: 新宋体; font-size: x-small;">L</span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">:</span><span style="color: #0000bb;">hacker</span><span style="color: #007700;">&gt;</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">regini <br />
usage</span><span style="color: #007700;">: </span><span style="color: #0000bb;">REGINI </span><span style="color: #007700;">[-</span><span style="color: #0000bb;">m machinename </span><span style="color: #007700;">| -</span><span style="color: #0000bb;">h hivefile hiveroot </span><span style="color: #007700;">| -</span><span style="color: #0000bb;">w Win95 Directory</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">] <br />
              [-</span><span style="color: #0000bb;">i n</span><span style="color: #007700;">] [-</span><span style="color: #0000bb;">o outputWidth</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">] <br />
              [-</span><span style="color: #0000bb;">b</span><span style="color: #007700;">] </span><span style="color: #0000bb;">textFiles</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">&#8230; </span><span style="color: #0000bb;">where</span><span style="color: #007700;">: -</span></span></span><span style="color: #0000bb; font-size: x-small;"><span style="font-family: 新宋体;">m specifies a remote </span><a href="http://blog.csdn.net/freexploit/" target="_blank"><span style="font-family: 新宋体;">windows</span></a><span style="font-family: 新宋体;"> NT machine whose registry is to be manipula <br />
ted</span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">. <br />
       -</span><span style="color: #0000bb;">h specifies a specify local hive to manipulate</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">. <br />
       -</span><span style="color: #0000bb;">w specifies the paths to a <a href="http://blog.csdn.net/freexploit/" target="_blank">windows</a> 95 system</span><span style="color: #007700;">.</span><span style="color: #0000bb;">dat </span><span style="color: #007700;">and </span><span style="color: #0000bb;">user</span><span style="color: #007700;">.</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">dat files <br />
       </span><span style="color: #007700;">-</span><span style="color: #0000bb;">i n specifies the display indentation multiple</span><span style="color: #007700;">.  Default </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">is 4 <br />
       </span><span style="color: #007700;">-</span><span style="color: #0000bb;">o outputWidth specifies how wide the output is to be</span><span style="color: #007700;">.  </span><span style="color: #0000bb;">By </span><span style="color: #007700;">default </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">the <br />
          outputWidth is set to the width of the console window </span><span style="color: #007700;">if </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">standard <br />
          output has not been redirected to a file</span><span style="color: #007700;">.  </span><span style="color: #0000bb;">In the latter </span><span style="color: #007700;">case, </span></span></span><span style="font-family: 新宋体; color: #0000bb; font-size: x-small;">an <br />
          outputWidth of 240 is used</span><span style="font-family: 新宋体; color: #007700; font-size: x-small;">. </span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">b specifies that REGINI should be backward compatible with older <br />
           versions of REGINI that did not strictly enforce line continuations <br />
           </span><span style="color: #007700;">and </span><span style="color: #0000bb;">quoted strings Specifically</span><span style="color: #007700;">, </span><span style="color: #0000bb;">REG_BINARY</span><span style="color: #007700;">, </span><span style="color: #0000bb;">REG_RESOURCE_LIST </span></span></span><span style="font-family: 新宋体; color: #007700; font-size: x-small;">and <br />
           </span><span style="font-family: 新宋体; color: #0000bb; font-size: x-small;">REG_RESOURCE_REQUIREMENTS_LIST data types did not need line <br />
           continuations after the first number that gave the size of the data</span><span style="font-family: 新宋体; color: #007700; font-size: x-small;">. <br />
           </span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">It just kept looking on following lines until it found enough data <br />
           values to equal the data length </span><span style="color: #007700;">or </span><span style="color: #0000bb;">hit invalid input</span><span style="color: #007700;">.  </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">Quoted <br />
           strings were only allowed in REG_MULTI_SZ</span><span style="color: #007700;">.  </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">They could not be <br />
           specified around key </span><span style="color: #007700;">or </span><span style="color: #0000bb;">value names</span><span style="color: #007700;">, or </span><span style="color: #0000bb;">around values </span><span style="color: #007700;">for </span><span style="color: #0000bb;">REG_SZ </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">or <br />
           </span><span style="color: #0000bb;">REG_EXPAND_SZ  Finally</span><span style="color: #007700;">, </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">the old REGINI did not support the semicolon <br />
           </span><span style="color: #007700;">as </span><span style="color: #0000bb;">an end of line comment character</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">. </span><span style="color: #0000bb;">textFiles is one </span><span style="color: #007700;">or </span><span style="color: #0000bb;">more ANSI </span><span style="color: #007700;">or </span><span style="color: #0000bb;">Unicode text files with registry data</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">. </span><span style="color: #0000bb;">The easiest way to understand the format of the input textFile is to </span></span></span><span style="font-family: 新宋体; color: #007700; font-size: x-small;">use <br />
       </span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">the REGDMP command with no arguments to dump the current contents of <br />
       your NT Registry to standard out</span><span style="color: #007700;">.  </span><span style="color: #0000bb;">Redirect standard out to a file </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">and <br />
       </span><span style="color: #0000bb;">this file is acceptable </span><span style="color: #007700;">as </span></span></span><span style="font-family: 新宋体; color: #0000bb; font-size: x-small;">input to REGINI </span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">: <br />
           </span><span style="color: #0000bb;">Semicolon character is an end</span><span style="color: #007700;">-</span><span style="color: #0000bb;">of</span><span style="color: #007700;">-</span><span style="color: #0000bb;">line comment character</span><span style="color: #007700;">, </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">provided it <br />
           is the first non</span><span style="color: #007700;">-</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">blank character on a line </span><span style="color: #007700;">.  </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">All <br />
           characters from the backslash up to but not including the first <br />
           non</span><span style="color: #007700;">-</span><span style="color: #0000bb;">blank character of the next line are ignored</span><span style="color: #007700;">.  If </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">there is more <br />
           than one space before the line continuation character</span><span style="color: #007700;">, </span></span></span><span style="font-family: 新宋体; color: #0000bb; font-size: x-small;">it is <br />
           replaced by a single space</span><span style="font-family: 新宋体; color: #007700; font-size: x-small;">. </span><span style="font-family: 新宋体; color: #0000bb; font-size: x-small;">Indentation is used to indicate the tree structure of registry keys <br />
           The REGDMP program uses indentation in multiples of 4.  You may </span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">use <br />
           </span><span style="color: #0000bb;">hard tab characters </span><span style="color: #007700;">for </span><span style="color: #0000bb;">indentation</span><span style="color: #007700;">, </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">but embedded hard tab <br />
           characters are converted to a single space regardless of their <br />
           position </span><span style="color: #007700;">, as </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">they are associated with <br />
           the previous key at </span><span style="color: #007700;">or </span><span style="color: #0000bb;">above the value</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #dd0000;">&#8216;s indentation level. </span><span style="color: #0000bb;">t create a value with leading </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">or <br />
           </span><span style="color: #0000bb;">trailing spaces</span><span style="color: #007700;">, </span><span style="color: #0000bb;">an equal sign </span><span style="color: #007700;">or </span><span style="color: #0000bb;">an at</span><span style="color: #007700;">-</span><span style="color: #0000bb;">sign in the value name</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">, <br />
           </span><span style="color: #0000bb;">unless you put the name in quotes</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">. </span><span style="color: #0000bb;">Valid value types </span><span style="color: #007700;">and </span><span style="color: #0000bb;">format of data that follows are</span></span></span><span style="font-family: 新宋体; color: #007700; font-size: x-small;">: </span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">REG_SZ text <br />
              REG_EXPAND_SZ text <br />
              REG_MULTI_SZ </span><span style="color: #dd0000;">“string1&#8243; “str”"ing2&#8243; </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">&#8230; <br />
              </span><span style="color: #0000bb;">REG_DATE mm</span><span style="color: #007700;">/</span><span style="color: #0000bb;">dd</span><span style="color: #007700;">/</span><span style="color: #0000bb;">yyyy HH</span><span style="color: #007700;">:</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">MM DayOfWeek <br />
              REG_DWORD numberDWORD <br />
              REG_BINARY numberOfBytes numberDWORD</span><span style="color: #007700;">(</span><span style="color: #0000bb;">s</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">)&#8230; <br />
              </span><span style="color: #0000bb;">REG_NONE </span><span style="color: #007700;">(</span><span style="color: #0000bb;">same format </span><span style="color: #007700;">as </span><span style="color: #0000bb;">REG_BINARY</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">) <br />
              </span><span style="color: #0000bb;">REG_RESOURCE_LIST </span><span style="color: #007700;">(</span><span style="color: #0000bb;">same format </span><span style="color: #007700;">as </span><span style="color: #0000bb;">REG_BINARY</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">) <br />
              </span><span style="color: #0000bb;">REG_RESOURCE_REQUIREMENTS </span><span style="color: #007700;">(</span><span style="color: #0000bb;">same format </span><span style="color: #007700;">as </span><span style="color: #0000bb;">REG_BINARY</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">) <br />
              </span><span style="color: #0000bb;">REG_RESOURCE_REQUIREMENTS_LIST </span><span style="color: #007700;">(</span><span style="color: #0000bb;">same format </span><span style="color: #007700;">as </span><span style="color: #0000bb;">REG_BINARY</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">) <br />
              </span><span style="color: #0000bb;">REG_FULL_RESOURCE_DESCRIPTOR </span><span style="color: #007700;">(</span><span style="color: #0000bb;">same format </span><span style="color: #007700;">as </span><span style="color: #0000bb;">REG_BINARY</span></span></span><span style="font-family: 新宋体; color: #007700; font-size: x-small;">) <br />
              </span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">REG_QWORD numberQWORD <br />
              REG_MULTISZ_FILE fileName <br />
              REG_BINARYFILE fileName </span><span style="color: #007700;">If </span><span style="color: #0000bb;">no value type is specified</span><span style="color: #007700;">, default </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">is REG_SZ </span><span style="color: #007700;">For </span><span style="color: #0000bb;">REG_SZ </span><span style="color: #007700;">and </span><span style="color: #0000bb;">REG_EXPAND_SZ</span><span style="color: #007700;">, if </span><span style="color: #0000bb;">you want leading </span><span style="color: #007700;">or </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">trailing spaces <br />
           in the value text</span><span style="color: #007700;">, </span><span style="color: #0000bb;">surround the text with quotes</span><span style="color: #007700;">.  </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">The value text <br />
           can contain any number of imbedded quotes</span><span style="color: #007700;">, and </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">REGINI will ignore <br />
           them</span><span style="color: #007700;">, as </span><span style="color: #0000bb;">it only looks at the first </span><span style="color: #007700;">and </span><span style="color: #0000bb;">last character </span><span style="color: #007700;">for </span></span></span><span style="font-family: 新宋体; color: #0000bb; font-size: x-small;">quote <br />
           characters</span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">. </span><span style="color: #0000bb;">REG_MULTI_SZ</span><span style="color: #007700;">, </span><span style="color: #0000bb;">each component string is surrounded by quotes</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">.  If <br />
           </span><span style="color: #0000bb;">you want an imbedded quote character</span><span style="color: #007700;">, </span><span style="color: #0000bb;">then double quote it</span><span style="color: #007700;">, as </span></span></span><span style="font-family: 新宋体; color: #0000bb; font-size: x-small;">in <br />
           string2 above</span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">. </span><span style="color: #0000bb;">REG_BINARY</span><span style="color: #007700;">, </span><span style="color: #0000bb;">the value data consists of one </span><span style="color: #007700;">or </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">more numbers The <br />
           </span><span style="color: #007700;">default </span><span style="color: #0000bb;">base </span><span style="color: #007700;">for </span><span style="color: #0000bb;">numbers is decimal</span><span style="color: #007700;">.  </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">Hexidecimal may be specified <br />
           by using 0x prefix</span><span style="color: #007700;">.  </span><span style="color: #0000bb;">The first number is the number of data bytes</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">, <br />
           </span><span style="color: #0000bb;">excluding the first number</span><span style="color: #007700;">.  </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">After the first number must come enough <br />
           numbers to fill the value</span><span style="color: #007700;">.  </span><span style="color: #0000bb;">Each number represents one DWORD </span><span style="color: #007700;">or </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">4 <br />
           bytes</span><span style="color: #007700;">.  </span><span style="color: #0000bb;">So </span><span style="color: #007700;">if </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">the first number was 0&#215;5 you would need two more <br />
           numbers after that to fill the 5 bytes</span><span style="color: #007700;">.  </span></span></span><span style="font-family: 新宋体; color: #0000bb; font-size: x-small;">The high order 3 bytes <br />
           of the second DWORD would be ignored</span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">. </span><span style="color: #0000bb;">Whenever specifying a registry path</span><span style="color: #007700;">, </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">either on the command line <br />
       </span><span style="color: #007700;">or </span><span style="color: #0000bb;">in an input file</span><span style="color: #007700;">, </span><span style="color: #0000bb;">the following prefix strings can be used</span></span></span><span style="font-family: 新宋体; color: #007700; font-size: x-small;">: </span><span style="font-family: 新宋体; color: #0000bb; font-size: x-small;">HKEY_LOCAL_MACHINE <br />
            HKEY_USERS <br />
            HKEY_CURRENT_USER <br />
            USER</span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">: </span><span style="color: #0000bb;">Each of these strings can stand alone </span><span style="color: #007700;">as </span><span style="color: #0000bb;">the key name </span><span style="color: #007700;">or </span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #0000bb;">be followed <br />
          a backslash </span><span style="color: #007700;">and </span><span style="color: #0000bb;">a subkey path</span></span></span><span style="font-size: x-small;"><span style="font-family: 新宋体;"><span style="color: #007700;">. </span><span style="color: #0000bb;">REGINI</span><span style="color: #007700;">: </span></span></span><span style="font-family: 新宋体; color: #0000bb; font-size: x-small;">No textFile specified</span></p>
<p>       -</p>
<p>       Some general rules are</p>
<p>           Backslash character is a line continuation character</p>
<p>           Values should come before child keys</p>
<p>           For key names, leading and trailing space characters are ignored and <br />
           not included in the key name, unless the key name is surrounded by <br />
           quotes.  Imbedded spaces are part of a key name. </p>
<p>           Key names can be followed by an Access Control List (ACL) which is a <br />
           series of decimal numbers, separated by spaces, bracketed by a <br />
           square brackets (e.g.  [8 4 17]).  The valid numbers and their <br />
           meanings are: </p>
<p>              1  - Administrators Full Access <br />
              2  - Administrators Read Access <br />
              3  - Administrators Read and Write Access <br />
              4  - Administrators Read, Write and Delete Access <br />
              5  - Creator Full Access <br />
              6  - Creator Read and Write Access <br />
              7  - World Full Access <br />
              8  - World Read Access <br />
              9  - World Read and Write Access <br />
              10 &#8211; World Read, Write and Delete Access <br />
              11 &#8211; Power Users Full Access <br />
              12 &#8211; Power Users Read and Write Access <br />
              13 &#8211; Power Users Read, Write and Delete Access <br />
              14 &#8211; System Operators Full Access <br />
              15 &#8211; System Operators Read and Write Access <br />
              16 &#8211; System Operators Read, Write and Delete Access <br />
              17 &#8211; System Full Access <br />
              18 &#8211; System Read and Write Access <br />
              19 &#8211; System Read Access <br />
              20 &#8211; Administrators Read, Write and Execute Access <br />
              21 &#8211; Interactive User Full Access <br />
              22 &#8211; Interactive User Read and Write Access <br />
              23 &#8211; Interactive User Read, Write and Delete Access </p>
<p>           If there is an equal sign on the same line as a left square bracket <br />
           then the equal sign takes precedence, and the line is treated as a <br />
           registry value.  If the text between the square brackets is the <br />
           string DELETE with no spaces, then REGINI will delete the key and <br />
           any values and keys under it. </p>
<p>           For registry values, the syntax is: </p>
<p>              value Name = type data </p>
<p>           Leading spaces, spaces on either side of the equal sign and spaces <br />
           between the type keyword and data are ignored, unless the value name <br />
           is surrounded by quotes.  If the text to the right of the equal sign <br />
           is the string DELETE, then REGINI will delete the value. </p>
<p>           The value name may be left off or be specified by an at-sign <br />
           character which is the same thing, namely the empty value name.  So <br />
           the following two lines are identical: </p>
<p>              = type data <br />
              @ = type data </p>
<p>           This syntax means that you can&#8217;</p>
<p>           For </p>
<p>           For</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysrh.com/index.php/use-regini-command-anti-360safe/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>关于全面禁止和完全卸载奇虎360安全卫士的那些事儿</title>
		<link>http://www.ysrh.com/index.php/anti-qihoo-360safe/</link>
		<comments>http://www.ysrh.com/index.php/anti-qihoo-360safe/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 14:26:57 +0000</pubDate>
		<dc:creator>怡水若寒</dc:creator>
				<category><![CDATA[应用技术]]></category>
		<category><![CDATA[评论观察]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[QQ]]></category>

		<guid isPermaLink="false">http://www.ysrh.com/?p=710</guid>
		<description><![CDATA[题外话：很久都没有在自己的博客里面好好写点东西了，曾经一度想过放弃，因为不再有大学时代的那些空余时间，也没有闲暇的心情，更得不到任何的喝彩，当然也不会产生任何的经济效益。现在的我，早就变成忙于生计的机器了，加之一直沉浸在感情的漩涡里无法自拔，好像我已经迷失自我很久了。 虽然我不再对于网络上争论发表自己的言论，但并不代表我没有自己的立场，因为我觉得网络够大，无论是正方还是反方都有自己存在的必要和演绎的舞台。奇虎360就是一个很好的表演者。它的发展历史我就不再这里赘述了，有兴趣的朋友可以去看看，它是怎么从3721走过来的，简直就是经典大翻身啊。 奇虎360向来以娱乐著称（当然，有的朋友认为最娱乐的公司应该是瑞星，这里暂不讨论。）好像在我印象中它跟瑞星、金山等诸多知名安全软件厂商均有过节，最近又在跟中国最大的互联网公司——腾讯，闹用户隐私保护的问题。 真是两个可笑的公司，我先表明立场，且不说我去年跟腾讯的那点P事儿，我对腾讯这个企业实在是没有好感（当然，能够成为它的员工赚票子还是可以的，可惜人家看不上我），而且腾讯窃取用户隐私是必然的（有兴趣的同学可以围观熊猫烧香作者的新浪微博）。我不是腾讯的支持者，更不是为了谁而写一篇文章，所以360的专业喷子请绕道。但是绝对不是奇虎360这厮弄个什么隐私探测工具所能看见的。有兴趣的同学可以试试，如果不运行QQ.exe，或者是将其他应用程序改名为QQ.exe运行，大家看见了神马神奇的效果？所以就这件事情而言，被伤害的仅仅是用户而已，只是奇虎360和腾讯两家公司为了自己的经济利益在竞争市场份额在客户端软件上加了一些莫名其妙的忽悠组件而已。   说正题，本次激怒我的正是奇虎360安全卫士这个软件本身，由于工作的原因，360给我照成了许多的工作难度，甚至可以说因为360的拙劣增加了我的工作量。有兴趣的同学的可以点这里看看卡巴大神的剖析《360欺骗4亿网民 胡乱解读“超级工厂”病毒》。好吧，虽然我很渺小，但是我单方面认为360在我的地盘跟我开战了，于是我开始着手全面禁止客户机安装360安全卫士的办法。 首先，阻止下载。 使用360的用户，其计算机水平可想一般，而且大多数都是在不知情的情况下安装上的，这点我不能不佩服360的推广模式。由于企业使用了Websense上网管理系统，我将360的站点划分在人为归类到安全类别中的“可能不需要使用的软件”组中，然后设置此组为禁止访问，这样以普通用户的计算机水平，基本是无法获取到360的安装包了。当然对于已经安装了360的用户，从现在开始其360娱乐管理软件也无法更新了，你们可以谢谢我了。 其次，禁止安装。 阻断了360的官方站点，但是用户还是可以用U盘等外置媒介中获取360的安装包进行安装。接下来的工作就是要想办法限制360在客户机上的安装。由于Windows文件格式的限制，同一个目录下文件夹和文件不能重名，我想过在每台机器上的360默认安装路径（C:\Program Files\360）相同目录上放置一个名为360的空文件（无后缀名）。这样可以禁止360的默认安装，可是如果用户手动更换安装路径的话，安装过程还是可以继续。然后又想到从注册表方向去考虑，因为安装过office的同学都应该知道，当注册表键值无法写入的时候，office是无法安装完成的。于是，我限制了奇虎360的注册表键值的写入，你会发现，流氓软件之所以流氓，就在于无论条件多么苛刻，它总是要在你的机器里驻留，而且很难清除，在无法写入任何注册表键值的情况下，360安全卫士依然可以完成安装和运行（当然，运行得不彻底，比如超级流氓的360SelfProtection.sys，有兴趣的同学可以仔细研究这一部分）。这个限制做了以后，360还是安装上了，只是核心组件木马防火墙会无法开启，点击开启系统会说开启失败，要求重启电脑，当然重启电脑以后依旧无法开启滴，O(∩_∩)O哈哈~ 最后，禁止运行。 由于无法完全禁止奇虎360的安装，那么下一步的工作就是如何卸载奇虎360或者是让它变成硬盘里的一些“文件”，而不是可执行程序。【2010年10月17日，添加内容：消灭流氓奇虎360续之全面禁止360程序运行】若是成功安装了的360真的是灰常强大，诸如冰刃等程序在它这里都会吃闭门羹，其秘密就是在360SelfProtection.sys这个文件里。它优先于SYSTEM而加载，算是BOOT级别的了，完全的很好的保护着360常驻你的机器。被它保护的地方有注册表的重启卸载（比如有些软件要重启以后才可以卸载，而360这个保护这个键值不运行第三方软件或人添加），还有所有的360可执行程序（无论是否加载或直接运行）。友情提示，这个文件在安全模式下不会被加载可以删除，除此以外本人还未发现其他更好的办法，有知情的老师赐教。因为只要搞定了这个文件，无论是静默卸载或者是关掉360的服务让它成为“文件”都可以成为现实。 最后，哥以一个非资深、路过的、打酱油的PC安全服务人员的身份劝告大家，珍爱电脑，远离360！]]></description>
			<content:encoded><![CDATA[<p><strong><a rel="attachment wp-att-725" href="http://www.ysrh.com/index.php/anti-qihoo-360safe/360scyctobacco/"></a><strong><a rel="attachment wp-att-725" href="http://www.ysrh.com/index.php/anti-qihoo-360safe/360scyctobacco/"></a></strong>题外话</strong>：很久都没有在自己的博客里面好好写点东西了，曾经一度想过放弃，因为不再有大学时代的那些空余时间，也没有闲暇的心情，更得不到任何的喝彩，当然也不会产生任何的经济效益。现在的我，早就变成忙于生计的机器了，加之一直沉浸在感情的漩涡里无法自拔，好像我已经迷失自我很久了。</p>
<p>虽然我不再对于网络上争论发表自己的言论，但并不代表我没有自己的立场，因为我觉得网络够大，无论是正方还是反方都有自己存在的必要和演绎的舞台。奇虎360就是一个很好的表演者。它的发展历史我就不再这里赘述了，有兴趣的朋友可以去看看，它是怎么从3721走过来的，简直就是经典大翻身啊。</p>
<p>奇虎360向来以娱乐著称（当然，有的朋友认为最娱乐的公司应该是瑞星，这里暂不讨论。）好像在我印象中它跟瑞星、金山等诸多知名安全软件厂商均有过节，最近又在跟中国最大的互联网公司——腾讯，闹用户隐私保护的问题。</p>
<p>真是两个可笑的公司，我先<strong>表明立场</strong>，且不说我去年<a href="http://www.cnbeta.com/articles/89454.htm" target="_blank">跟腾讯的那点P事儿</a>，我对腾讯这个企业实在是没有好感（当然，能够成为它的员工赚票子还是可以的，可惜人家看不上我），而且腾讯窃取用户隐私是必然的（有兴趣的同学可以围观<a href="http://t.sina.com.cn/xiongmaoshaoxiang" target="_blank">熊猫烧香作者的新浪微博</a>）。<span style="color: #ff0000;">我不是腾讯的支持者，更不是为了谁而写一篇文章，所以360的专业喷子请绕道。</span>但是绝对不是奇虎360这厮弄个什么隐私探测工具所能看见的。有兴趣的同学可以试试，如果不运行QQ.exe，或者是将其他应用程序改名为QQ.exe运行，大家看见了神马神奇的效果？所以就这件事情而言，被伤害的仅仅是用户而已，只是奇虎360和腾讯两家公司为了自己的经济利益在竞争市场份额在客户端软件上加了一些莫名其妙的忽悠组件而已。</p>
<p> <span id="more-710"></span></p>
<p>说正题，本次激怒我的正是奇虎360安全卫士这个软件本身，由于工作的原因，360给我照成了许多的工作难度，甚至可以说因为360的拙劣增加了我的工作量。有兴趣的同学的可以点这里看看卡巴大神的剖析《<a href="http://www.kaspersky.com.cn/KL-AboutUs/news2010/10n/101013.htm" target="_blank">360欺骗4亿网民 胡乱解读“超级工厂”病毒</a>》。好吧，虽然我很渺小，但是我单方面认为360在我的地盘跟我开战了，于是我开始着手全面禁止客户机安装360安全卫士的办法。</p>
<p>首先，<strong>阻止下载</strong>。<strong><a rel="attachment wp-att-725" href="http://www.ysrh.com/index.php/anti-qihoo-360safe/360scyctobacco/"></a></strong></p>
<p><strong><a rel="attachment wp-att-725" href="http://www.ysrh.com/index.php/anti-qihoo-360safe/360scyctobacco/"></a><strong><a rel="attachment wp-att-725" href="http://www.ysrh.com/index.php/anti-qihoo-360safe/360scyctobacco/"><img class="alignleft" title="360scyctobacco" src="http://www.ysrh.com/wp-content/uploads/2010/10/360scyctobacco-300x96.jpg" alt="" width="300" height="96" /></a></strong></strong>使用360的用户，其计算机水平可想一般，而且大多数都是在不知情的情况下安装上的，这点我不能不佩服360的推广模式。由于企业使用了<a href="http://www.websense.com/content/home.aspx" target="_blank">Websense上网管理系统</a>，我将360的站点划分在人为归类到安全类别中的“可能不需要使用的软件”组中，然后设置此组为禁止访问，这样以普通用户的计算机水平，基本是无法获取到360的安装包了。当然对于已经安装了360的用户，从现在开始其360娱乐管理软件也无法更新了，你们可以谢谢我了。</p>
<p>其次，<strong>禁止安装</strong>。</p>
<p><a href="http://www.ysrh.com/wp-content/uploads/2010/10/anti360.jpg"><img class="alignright" title="anti360" src="http://www.ysrh.com/wp-content/uploads/2010/10/anti360.jpg" alt="" width="168" height="178" /></a>阻断了360的官方站点，但是用户还是可以用U盘等外置媒介中获取360的安装包进行安装。接下来的工作就是要想办法限制360在客户机上的安装。由于Windows文件格式的限制，同一个目录下文件夹和文件不能重名，我想过在每台机器上的360默认安装路径（C:\Program Files\360）相同目录上放置一个名为360的空文件（无后缀名）。这样可以禁止360的默认安装，可是如果用户手动更换安装路径的话，安装过程还是可以继续。然后又想到从注册表方向去考虑，因为安装过office的同学都应该知道，当注册表键值无法写入的时候，office是无法安装完成的。于是，<a href="http://www.ysrh.com/index.php/use-regini-command-anti-360safe/" target="_blank">我限制了奇虎360的注册表键值的写入</a>，<a href="http://www.ysrh.com/wp-content/uploads/2010/10/anti360.jpg"></a>你会发现，流氓软件之所以流氓，就在于无论条件多么苛刻，它总是要在你的机器里驻留，而且很难清除，在无法写入任何注册表键值的情况下，360安全卫士依然可以完成安装和运行（当然，运行得不彻底，比如超级流氓的<a href="http://zhidao.baidu.com/question/130441849" target="_blank">360SelfProtection.sys</a>，有兴趣的同学可以仔细研究这一部分）。这个限制做了以后，360还是安装上了，只是核心组件木马防火墙会无法开启，点击开启系统会说开启失败，要求重启电脑，当然重启电脑以后依旧无法开启滴，O(∩_∩)O哈哈~</p>
<p>最后，<strong>禁止运行</strong>。</p>
<p>由于无法完全禁止奇虎360的安装，那么下一步的工作就是如何卸载奇虎360或者是让它变成硬盘里的一些“文件”，而不是可执行程序。【2010年10月17日，添加内容：<a rel="bookmark" href="http://www.ysrh.com/index.php/ban-of-360-run/">消灭流氓奇虎360续之全面禁止360程序运行</a>】若是成功安装了的360真的是灰常强大，诸如冰刃等程序在它这里都会吃闭门羹，其秘密就是在360SelfProtection.sys这个文件里。它优先于SYSTEM而加载，算是BOOT级别的了，完全的很好的保护着360常驻你的机器。被它保护的地方有注册表的重启卸载（比如有些软件要重启以后才可以卸载，而360这个保护这个键值不运行第三方软件或人添加），还有所有的360可执行程序（无论是否加载或直接运行）。友情提示，这个文件在安全模式下不会被加载可以删除，除此以外本人还未发现其他更好的办法，有知情的老师赐教。因为只要搞定了这个文件，无论是静默卸载或者是关掉360的服务让它成为“文件”都可以成为现实。</p>
<p>最后，哥以一个非资深、路过的、打酱油的PC安全服务人员的身份劝告大家，<strong><span style="color: #ff0000;">珍爱电脑，远离360</span></strong>！</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysrh.com/index.php/anti-qihoo-360safe/feed/</wfw:commentRss>
		<slash:comments>41</slash:comments>
		</item>
		<item>
		<title>腾讯QQ极速版被奇虎360保险箱列为66款常用软件之一</title>
		<link>http://www.ysrh.com/index.php/tencent-jisuqq-qihoo-360-software/</link>
		<comments>http://www.ysrh.com/index.php/tencent-jisuqq-qihoo-360-software/#comments</comments>
		<pubDate>Thu, 22 May 2008 10:11:40 +0000</pubDate>
		<dc:creator>怡水若寒</dc:creator>
				<category><![CDATA[评论观察]]></category>
		<category><![CDATA[360]]></category>
		<category><![CDATA[QQ]]></category>

		<guid isPermaLink="false">http://www.ysrh.com/?p=117</guid>
		<description><![CDATA[奇虎360保险箱  http://www.360.cn/safebox/union/safebox_list.html]]></description>
			<content:encoded><![CDATA[<p>奇虎360保险箱  <a rel="external" href="http://www.360.cn/safebox/union/safebox_list.html" target="_blank">http://www.360.cn/safebox/union/safebox_list.html</a><br />
<img class="alignnone size-full wp-image-118" title="t200852223517" src="http://www.ysrh.com/wp-content/uploads/2009/06/t200852223517.jpg" alt="t200852223517" width="719" height="498" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ysrh.com/index.php/tencent-jisuqq-qihoo-360-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

