<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>“Free2000fly&#039;s Official Blog” 的评论</title>
	<atom:link href="http://blog.tinybrowser.net/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.tinybrowser.net</link>
	<description>Free2000fly 个人博客</description>
	<lastBuildDate>Sat, 04 Sep 2010 16:34:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>free2000fly 关于 一个复合文档查看器 的评论</title>
		<link>http://blog.tinybrowser.net/archives/442/comment-page-1#comment-1570</link>
		<dc:creator>free2000fly</dc:creator>
		<pubDate>Sat, 04 Sep 2010 16:34:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinybrowser.net/?p=442#comment-1570</guid>
		<description>&lt;a href=&quot;#comment-1547&quot; rel=&quot;nofollow&quot;&gt;@awang &lt;/a&gt; 
已经添加上了所建议的功能.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1547" rel="nofollow">@awang </a><br />
已经添加上了所建议的功能.</p>
]]></content:encoded>
	</item>
	<item>
		<title>awang 关于 一个复合文档查看器 的评论</title>
		<link>http://blog.tinybrowser.net/archives/442/comment-page-1#comment-1547</link>
		<dc:creator>awang</dc:creator>
		<pubDate>Thu, 02 Sep 2010 13:05:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinybrowser.net/?p=442#comment-1547</guid>
		<description>谢谢！要是能加一个用外部文件来替换文档里的流的话就更好用了</description>
		<content:encoded><![CDATA[<p>谢谢！要是能加一个用外部文件来替换文档里的流的话就更好用了</p>
]]></content:encoded>
	</item>
	<item>
		<title>lintchd 关于 完成 madchook 库驱动的逆向工程 的评论</title>
		<link>http://blog.tinybrowser.net/archives/916/comment-page-1#comment-1450</link>
		<dc:creator>lintchd</dc:creator>
		<pubDate>Tue, 24 Aug 2010 08:39:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinybrowser.net/?p=916#comment-1450</guid>
		<description>恩。不过话说回来，既然都加载驱动了，能注入的方法太多了。看了你的blog，发现你研究面真的很广啊~膜拜一下。
http://hi.baidu.com/lint_7th/blog/item/6d69673f8d6fd80ebba16716.html</description>
		<content:encoded><![CDATA[<p>恩。不过话说回来，既然都加载驱动了，能注入的方法太多了。看了你的blog，发现你研究面真的很广啊~膜拜一下。<br />
<a href="http://hi.baidu.com/lint_7th/blog/item/6d69673f8d6fd80ebba16716.html" rel="nofollow">http://hi.baidu.com/lint_7th/blog/item/6d69673f8d6fd80ebba16716.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>free2000fly 关于 完成 madchook 库驱动的逆向工程 的评论</title>
		<link>http://blog.tinybrowser.net/archives/916/comment-page-1#comment-1440</link>
		<dc:creator>free2000fly</dc:creator>
		<pubDate>Mon, 23 Aug 2010 10:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinybrowser.net/?p=916#comment-1440</guid>
		<description>&lt;a href=&quot;#comment-1438&quot; rel=&quot;nofollow&quot;&gt;@lintchd&lt;/a&gt; 
他的方法就是在 ring 3 目标进程内分配空间, 然后写入自己的代码, 修改目标进程的可执行代码的必经之路, 这里是 ZwTestAlert 函数, 跳转到自己的代码, 自己的代码的主要工作就是直接调用 ntdll.dll 内的 LdrLoadDll 函数加载要注入的链接库, 执行完自己代码后, 继续在 ZwTestAlert 函数内执行.

当然, 也可以在内核驱动中直接插入 APC 向目标进程加载链接库.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1438" rel="nofollow">@lintchd</a><br />
他的方法就是在 ring 3 目标进程内分配空间, 然后写入自己的代码, 修改目标进程的可执行代码的必经之路, 这里是 ZwTestAlert 函数, 跳转到自己的代码, 自己的代码的主要工作就是直接调用 ntdll.dll 内的 LdrLoadDll 函数加载要注入的链接库, 执行完自己代码后, 继续在 ZwTestAlert 函数内执行.</p>
<p>当然, 也可以在内核驱动中直接插入 APC 向目标进程加载链接库.</p>
]]></content:encoded>
	</item>
	<item>
		<title>lintchd 关于 完成 madchook 库驱动的逆向工程 的评论</title>
		<link>http://blog.tinybrowser.net/archives/916/comment-page-1#comment-1438</link>
		<dc:creator>lintchd</dc:creator>
		<pubDate>Mon, 23 Aug 2010 06:46:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinybrowser.net/?p=916#comment-1438</guid>
		<description>最近逆一个木马，也是这种方法注入。与你逆的驱动极为相似。。连驱动通信的缓冲区格式都一样。。这种注入除了检查notify好像没啥好的办法防止。</description>
		<content:encoded><![CDATA[<p>最近逆一个木马，也是这种方法注入。与你逆的驱动极为相似。。连驱动通信的缓冲区格式都一样。。这种注入除了检查notify好像没啥好的办法防止。</p>
]]></content:encoded>
	</item>
	<item>
		<title>free2000fly 关于 能用于 VC6 的 CImage 类 的评论</title>
		<link>http://blog.tinybrowser.net/archives/564/comment-page-1#comment-1393</link>
		<dc:creator>free2000fly</dc:creator>
		<pubDate>Wed, 18 Aug 2010 03:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinybrowser.net/?p=564#comment-1393</guid>
		<description>&lt;a href=&quot;#comment-1380&quot; rel=&quot;nofollow&quot;&gt;@小李&lt;/a&gt; 
你够矬的, 上传了个例子程序, 自己看看吧. 别说你还不懂哟.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1380" rel="nofollow">@小李</a><br />
你够矬的, 上传了个例子程序, 自己看看吧. 别说你还不懂哟.</p>
]]></content:encoded>
	</item>
	<item>
		<title>小李 关于 能用于 VC6 的 CImage 类 的评论</title>
		<link>http://blog.tinybrowser.net/archives/564/comment-page-1#comment-1380</link>
		<dc:creator>小李</dc:creator>
		<pubDate>Mon, 16 Aug 2010 06:57:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinybrowser.net/?p=564#comment-1380</guid>
		<description>使用时老报错：please define __VC6_ATL_IMAGE_H__ flag in stdafx.h file&#039;s begin and following...
可是我都已经按照你说的配置啦stdafx.h啊，请问究竟是什么原因，谢谢！</description>
		<content:encoded><![CDATA[<p>使用时老报错：please define __VC6_ATL_IMAGE_H__ flag in stdafx.h file&#8217;s begin and following&#8230;<br />
可是我都已经按照你说的配置啦stdafx.h啊，请问究竟是什么原因，谢谢！</p>
]]></content:encoded>
	</item>
	<item>
		<title>小李 关于 能用于 VC6 的 CImage 类 的评论</title>
		<link>http://blog.tinybrowser.net/archives/564/comment-page-1#comment-1377</link>
		<dc:creator>小李</dc:creator>
		<pubDate>Mon, 16 Aug 2010 03:48:05 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinybrowser.net/?p=564#comment-1377</guid>
		<description>请问 stdafx.h是怎么来的，另外请问是否只有使用 你改过的atlimage.h就可以使用CImage啦？还是说在自己的.cpp文件还要做什么特殊的处理？小弟愚笨，还请赐教！</description>
		<content:encoded><![CDATA[<p>请问 stdafx.h是怎么来的，另外请问是否只有使用 你改过的atlimage.h就可以使用CImage啦？还是说在自己的.cpp文件还要做什么特殊的处理？小弟愚笨，还请赐教！</p>
]]></content:encoded>
	</item>
	<item>
		<title>free2000fly 关于 Android 手机翻墙使用 Twitter 的评论</title>
		<link>http://blog.tinybrowser.net/archives/2115/comment-page-1#comment-1327</link>
		<dc:creator>free2000fly</dc:creator>
		<pubDate>Tue, 10 Aug 2010 01:25:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinybrowser.net/?p=2115#comment-1327</guid>
		<description>&lt;a href=&quot;#comment-1325&quot; rel=&quot;nofollow&quot;&gt;@鳞&lt;/a&gt; 
用的是 G7, 上面的截图是扒拉的别人的. 现在用的 twitter 客户端是 andscape, 也用上述方法翻了墙. rss 有问题, 这我知道, 但这个主题是别人写的免费的.我不知道怎么改, 抱歉.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1325" rel="nofollow">@鳞</a><br />
用的是 G7, 上面的截图是扒拉的别人的. 现在用的 twitter 客户端是 andscape, 也用上述方法翻了墙. rss 有问题, 这我知道, 但这个主题是别人写的免费的.我不知道怎么改, 抱歉.</p>
]]></content:encoded>
	</item>
	<item>
		<title>鳞 关于 Android 手机翻墙使用 Twitter 的评论</title>
		<link>http://blog.tinybrowser.net/archives/2115/comment-page-1#comment-1325</link>
		<dc:creator>鳞</dc:creator>
		<pubDate>Tue, 10 Aug 2010 00:52:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.tinybrowser.net/?p=2115#comment-1325</guid>
		<description>楼主用的哪款Android?感觉咋样
Ps:你的RSS输出有问题.可以用Google Reader 订阅一下就知道了.</description>
		<content:encoded><![CDATA[<p>楼主用的哪款Android?感觉咋样<br />
Ps:你的RSS输出有问题.可以用Google Reader 订阅一下就知道了.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
