<?xml version="1.0" standalone="yes"?>
<?xml-stylesheet type="text/xsl" href="css/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>夜的第七章 - ASP.NET、C#、.NET、Web开发 - C#外挂技术</title><link>http://www.leadnt.com/</link><description>go on,go on - </description><generator>RainbowSoft Studio Z-Blog 1.8 Arwen Build 81206</generator><language>zh-CN</language><copyright>&amp;amp;copy;2007 - 2010 www.leadnt.com 保留一些权利吧</copyright><pubDate>Sun, 01 Aug 2010 16:46:25 +0800</pubDate><item><title>实现全局钩子</title><author>djy365@sina.com (roydux)</author><link>http://www.leadnt.com/C_sharp_hack/232.html</link><pubDate>Sun, 29 Jun 2008 15:30:51 +0800</pubDate><guid>http://www.leadnt.com/C_sharp_hack/232.html</guid><description><![CDATA[<p>&nbsp;IntPtr pInstance = Marshal.GetHINSTANCE( Assembly.GetExecutingAssembly().ManifestModule );<br />&nbsp;&nbsp;&nbsp; Win32API.SetWindowsHookEx( WH_MOUSE_LL,m_MouseHookProcedure, pInstance, 0 );注：ManifestModule属性是.Net Framework 2.0中新增加的，所以当你依然使用.Net Framework 1.x的时候，可以使用GetModules方法获取当前程序集的所有模块，然后用其中的一个作为GetHINSTAN方法的参数，来获得合适的句柄指针。</p>...]]></description><category>C#外挂技术</category><comments>http://www.leadnt.com/C_sharp_hack/232.html#comment</comments><wfw:comment>http://www.leadnt.com/</wfw:comment><wfw:commentRss>http://www.leadnt.com/feed.asp?cmt=232</wfw:commentRss><trackback:ping>http://www.leadnt.com/cmd.asp?act=tb&amp;id=232&amp;key=b38386bc</trackback:ping></item><item><title>idHook参数的取值</title><author>djy365@sina.com (roydux)</author><link>http://www.leadnt.com/C_sharp_hack/231.html</link><pubDate>Sun, 29 Jun 2008 15:28:26 +0800</pubDate><guid>http://www.leadnt.com/C_sharp_hack/231.html</guid><description><![CDATA[<p>WH_JOURNALRECORD&nbsp;<span style="color: #000000">=</span><span style="color: #000000">&nbsp;</span><span style="color: #800080">0</span><span style="color: #000000">,<br /><img alt="" src="http://www.cnblogs.com/Images/OutliningIndicators/InBlock.gif" align="top" />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;WH_JOURNALPLAYBACK&nbsp;</span><span style="color: #000000">=</span><span style="color: #000000">&nbsp;</span><span style="color: #800080">1</span><span style="color: #000000">,<br />...</p></span>]]></description><category>C#外挂技术</category><comments>http://www.leadnt.com/C_sharp_hack/231.html#comment</comments><wfw:comment>http://www.leadnt.com/</wfw:comment><wfw:commentRss>http://www.leadnt.com/feed.asp?cmt=231</wfw:commentRss><trackback:ping>http://www.leadnt.com/cmd.asp?act=tb&amp;id=231&amp;key=db763b15</trackback:ping></item></channel></rss>
