<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet href='http://feeds.feedsky.com/styles/temp01.xsl' type='text/xsl' ?><!--这是一个由Feedsy提供技术支持的Feed，为了提高读者阅读的体验，以及满足用户美化自己Feed的需要，我们设计了多种精美的Feed模板，提供给大家选择，所有最终呈现出来的样式，皆由用户自愿选择使用，未经许可，任何团体和个人，请不要擅自修改样式或者盗用，这是对于用户选择权的尊重。--><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:fs="http://www.feedsky.com/namespace/feed" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><atom:link href="http://feeds.feedsky.com/csdn.net/CDrea" type="application/rss+xml" rel="self"></atom:link><fs:self_link href="http://feeds.feedsky.com/csdn.net/CDrea" type="application/rss+xml"></fs:self_link><lastBuildDate>Tue, 30 May 2006 17:43:00 GMT</lastBuildDate><title>白日梦</title><description>我不苟同你的思想，但是我绝对捍卫你思想的自由。</description><link>http://blog.csdn.net/cdrea/</link><item><title>利用 TDI HOOK 实现任意端口复用</title><link>http://blog.csdn.net/CDrea/archive/2006/05/30/764022.aspx</link><wfw:comment>http://blog.csdn.net/cdrea/comments/764022.aspx</wfw:comment><slash:comments>3</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/764022.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=764022</trackback:ping><description>利用 TDI HOOK 实现任意端口复用&lt;img src =&quot;http://blog.csdn.net/cdrea/aggbug/764022.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 31 May 2006 01:43:00 +0800</pubDate><author>CDrea</author><comments>http://blog.csdn.net/CDrea/archive/2006/05/30/764022.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CDrea/archive/2006/05/30/764022.aspx</guid><dc:creator>CDrea</dc:creator></item><item><title>Kick the Heuristic Anti-virus out of the Rootkit</title><link>http://blog.csdn.net/CDrea/archive/2006/04/06/652189.aspx</link><wfw:comment>http://blog.csdn.net/cdrea/comments/652189.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/652189.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=652189</trackback:ping><description>Recently, Some friend complained to me that their rootkit driver had been killed by anti-virus software like McAfee and Nod32.So I began to find why.
http://www.rootkit.com/newsread.php?newsid=101&lt;img src =&quot;http://blog.csdn.net/cdrea/aggbug/652189.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 06 Apr 2006 08:19:00 +0800</pubDate><author>CDrea</author><comments>http://blog.csdn.net/CDrea/archive/2006/04/06/652189.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CDrea/archive/2006/04/06/652189.aspx</guid><dc:creator>CDrea</dc:creator></item><item><title>Simple Hooking of Functions not Exported by Ntoskrnl.exe</title><link>http://blog.csdn.net/CDrea/archive/2006/04/05/652174.aspx</link><wfw:comment>http://blog.csdn.net/cdrea/comments/652174.aspx</wfw:comment><slash:comments>1</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/652174.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=652174</trackback:ping><description>As many of you will know, hooking functions not exported by ntoskrnl.exe is a real pain, as you need to hard code their position in KeServiceDescriptorTable, and this will change between windows releases.&lt;img src =&quot;http://blog.csdn.net/cdrea/aggbug/652174.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 06 Apr 2006 07:54:00 +0800</pubDate><author>CDrea</author><comments>http://blog.csdn.net/CDrea/archive/2006/04/05/652174.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CDrea/archive/2006/04/05/652174.aspx</guid><dc:creator>CDrea</dc:creator></item><item><title>NDIS and TDI Hooking, Part II</title><link>http://blog.csdn.net/CDrea/archive/2006/04/05/652141.aspx</link><wfw:comment>http://blog.csdn.net/cdrea/comments/652141.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/652141.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=652141</trackback:ping><description>This is the second and last article on how to hook into the NDIS and TDI 
layer. The approach we will use will be slightly different from the NDIS 
case. However, a neat side effect is that this method can be used to hook 
into any device chain, for example the keyboard to sniff key strokes. It all boils down to getting a pointer to the device object and replace all major functions with our own dispatch function.
&lt;img src =&quot;http://blog.csdn.net/cdrea/aggbug/652141.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 06 Apr 2006 07:19:00 +0800</pubDate><author>CDrea</author><comments>http://blog.csdn.net/CDrea/archive/2006/04/05/652141.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CDrea/archive/2006/04/05/652141.aspx</guid><dc:creator>CDrea</dc:creator></item><item><title>Hooking into NDIS and TDI, part 1</title><link>http://blog.csdn.net/CDrea/archive/2006/04/05/652138.aspx</link><wfw:comment>http://blog.csdn.net/cdrea/comments/652138.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/652138.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=652138</trackback:ping><description>This is the fist part in a series of 2 articles on how to hook into the NDIS and TDI layer. In this first one, we will discuss where and how to hook in to the NDIS layer. &lt;img src =&quot;http://blog.csdn.net/cdrea/aggbug/652138.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Thu, 06 Apr 2006 07:15:00 +0800</pubDate><author>CDrea</author><comments>http://blog.csdn.net/CDrea/archive/2006/04/05/652138.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CDrea/archive/2006/04/05/652138.aspx</guid><dc:creator>CDrea</dc:creator></item><item><title>Bypassing Blacklight and IceSword</title><link>http://blog.csdn.net/CDrea/archive/2006/04/05/650999.aspx</link><wfw:comment>http://blog.csdn.net/cdrea/comments/650999.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/650999.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=650999</trackback:ping><description>This article was released in the Uninformed Journal Vol 3. It is important to remember that this article displays Proof of Concept (POC) ideas and code. 
FUTo may result in specific applications crashing when hidden. However in most common tests it works. The code like the original FU is open source, CHAOS and I encourage the community to make modifications.&lt;img src =&quot;http://blog.csdn.net/cdrea/aggbug/650999.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 05 Apr 2006 12:01:00 +0800</pubDate><author>CDrea</author><comments>http://blog.csdn.net/CDrea/archive/2006/04/05/650999.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CDrea/archive/2006/04/05/650999.aspx</guid><dc:creator>CDrea</dc:creator></item><item><title>新年音乐会</title><link>http://blog.csdn.net/CDrea/archive/2006/01/01/567960.aspx</link><wfw:comment>http://blog.csdn.net/cdrea/comments/567960.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/567960.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=567960</trackback:ping><description>2006年维也纳新年音乐会&lt;img src =&quot;http://blog.csdn.net/cdrea/aggbug/567960.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 01 Jan 2006 22:10:00 +0800</pubDate><author>CDrea</author><comments>http://blog.csdn.net/CDrea/archive/2006/01/01/567960.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CDrea/archive/2006/01/01/567960.aspx</guid><dc:creator>CDrea</dc:creator></item><item><title>Kernel mode sockets library for the masses[zt]</title><link>http://blog.csdn.net/CDrea/archive/2006/01/01/567944.aspx</link><wfw:comment>http://blog.csdn.net/cdrea/comments/567944.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/567944.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=567944</trackback:ping><description>Kernel mode socket library&lt;img src =&quot;http://blog.csdn.net/cdrea/aggbug/567944.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Sun, 01 Jan 2006 21:50:00 +0800</pubDate><author>CDrea</author><comments>http://blog.csdn.net/CDrea/archive/2006/01/01/567944.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CDrea/archive/2006/01/01/567944.aspx</guid><dc:creator>CDrea</dc:creator></item><item><title>挂钩Windows API[zt]</title><link>http://blog.csdn.net/CDrea/archive/2005/08/22/460960.aspx</link><wfw:comment>http://blog.csdn.net/cdrea/comments/460960.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/460960.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=460960</trackback:ping><description>Holy_Father的经典文章《挂钩Windows API》&lt;img src =&quot;http://blog.csdn.net/cdrea/aggbug/460960.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Mon, 22 Aug 2005 08:02:00 +0800</pubDate><author>CDrea</author><comments>http://blog.csdn.net/CDrea/archive/2005/08/22/460960.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CDrea/archive/2005/08/22/460960.aspx</guid><dc:creator>CDrea</dc:creator></item><item><title>修改导入表载入DLL</title><link>http://blog.csdn.net/CDrea/archive/2005/08/17/456296.aspx</link><wfw:comment>http://blog.csdn.net/cdrea/comments/456296.aspx</wfw:comment><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/cdrea/comments/commentRss/456296.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=456296</trackback:ping><description>修改导入表载入DLL&lt;img src =&quot;http://blog.csdn.net/cdrea/aggbug/456296.aspx&quot; width = &quot;1&quot; height = &quot;1&quot; /&gt;</description><pubDate>Wed, 17 Aug 2005 13:17:00 +0800</pubDate><author>CDrea</author><comments>http://blog.csdn.net/CDrea/archive/2005/08/17/456296.aspx#Feedback</comments><guid isPermaLink="false">http://blog.csdn.net/CDrea/archive/2005/08/17/456296.aspx</guid><dc:creator>CDrea</dc:creator></item></channel></rss>