<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>小虎的空间 - </title><link>category/368934.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 05 Jun 2008 09:46:15 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>虎0406</dc:creator><title>时刻督促自己</title><link>http://blog.csdn.net/hu0406/archive/2008/06/05/2512827.aspx</link><pubDate>Thu, 05 Jun 2008 09:46:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/06/05/2512827.aspx</guid><wfw:comment>comments/2512827.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/06/05/2512827.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2512827.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2512827</trackback:ping><description>苦心人，天不负，破釜沉舟，百二秦川终归蜀；有志者，事竟成，卧薪尝胆，三千越甲可吞吴。&lt;img src ="aggbug/2512827.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>虎0406</dc:creator><title>内存管理</title><link>http://blog.csdn.net/hu0406/archive/2008/06/03/2508170.aspx</link><pubDate>Tue, 03 Jun 2008 17:03:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/06/03/2508170.aspx</guid><wfw:comment>comments/2508170.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/06/03/2508170.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2508170.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2508170</trackback:ping><description>内存管理&lt;img src ="aggbug/2508170.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>虎0406</dc:creator><title>MultiByteToWideChar和WideCharToMultiByte用法详解
</title><link>http://blog.csdn.net/hu0406/archive/2008/06/03/2506728.aspx</link><pubDate>Tue, 03 Jun 2008 11:14:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/06/03/2506728.aspx</guid><wfw:comment>comments/2506728.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/06/03/2506728.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2506728.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2506728</trackback:ping><description>MultiByteToWideChar和WideCharToMultiByte用法详解&lt;img src ="aggbug/2506728.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>虎0406</dc:creator><title>SDK向VC中注册环境变量</title><link>http://blog.csdn.net/hu0406/archive/2008/06/03/2506719.aspx</link><pubDate>Tue, 03 Jun 2008 11:12:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/06/03/2506719.aspx</guid><wfw:comment>comments/2506719.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/06/03/2506719.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2506719.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2506719</trackback:ping><description>VC环境变量设置&lt;img src ="aggbug/2506719.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>虎0406</dc:creator><title>系统钩子的编程实例</title><link>http://blog.csdn.net/hu0406/archive/2008/03/27/2221894.aspx</link><pubDate>Thu, 27 Mar 2008 09:13:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/03/27/2221894.aspx</guid><wfw:comment>comments/2221894.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/03/27/2221894.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2221894.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2221894</trackback:ping><description>系统钩子的编程实例&lt;img src ="aggbug/2221894.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>虎0406</dc:creator><title>消息钩子函数入门篇</title><link>http://blog.csdn.net/hu0406/archive/2008/03/27/2221789.aspx</link><pubDate>Thu, 27 Mar 2008 08:32:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/03/27/2221789.aspx</guid><wfw:comment>comments/2221789.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/03/27/2221789.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2221789.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2221789</trackback:ping><description>Windows系统是建立在事件驱动的机制上的，说穿了就是整个系统都是通过消息的传递来实现的。而钩子是Windows系统中非常重要的系统接口，用它可以截获并处理送给其他应用程序的消息，来完成普通应用程序难以实现的功能。钩子可以监视系统或进程中的各种事件消息，截获发往目标窗口的消息并进行处理。这样，我们就可以在系统中安装自定义的钩子，监视系统中特定事件的发生，完成特定的功能&lt;img src ="aggbug/2221789.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>虎0406</dc:creator><title>VC++中使用内存映射文件处理大文件 （2）</title><link>http://blog.csdn.net/hu0406/archive/2008/03/26/2221350.aspx</link><pubDate>Wed, 26 Mar 2008 22:05:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/03/26/2221350.aspx</guid><wfw:comment>comments/2221350.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/03/26/2221350.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2221350.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2221350</trackback:ping><description>下面结合一个具体的实例来进一步讲述内存映射文件的使用方法。该实例从端口接收数据，并实时将其存放于磁盘，由于数据量大（几十GB），在此选用内存映射文件进行处理。&lt;img src ="aggbug/2221350.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>虎0406</dc:creator><title>VC++中使用内存映射文件处理大文件 （1）</title><link>http://blog.csdn.net/hu0406/archive/2008/03/26/2221303.aspx</link><pubDate>Wed, 26 Mar 2008 22:02:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/03/26/2221303.aspx</guid><wfw:comment>comments/2221303.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/03/26/2221303.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2221303.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2221303</trackback:ping><description>本文给出了一种方便实用的解决大文件的读取、存储等处理的方法，并结合相关程序代码对具体的实现过程进行了介绍。&lt;img src ="aggbug/2221303.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>虎0406</dc:creator><title>VC++中使用内存映射文件处理大文件 （1）</title><link>http://blog.csdn.net/hu0406/archive/2008/03/26/2221289.aspx</link><pubDate>Wed, 26 Mar 2008 21:59:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/03/26/2221289.aspx</guid><wfw:comment>comments/2221289.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/03/26/2221289.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2221289.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2221289</trackback:ping><description>本文给出了一种方便实用的解决大文件的读取、存储等处理的方法，并结合相关程序代码对具体的实现过程进行了介绍。&lt;img src ="aggbug/2221289.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>虎0406</dc:creator><title>文件的内存映射小结（二）</title><link>http://blog.csdn.net/hu0406/archive/2008/03/21/2203243.aspx</link><pubDate>Fri, 21 Mar 2008 16:15:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/03/21/2203243.aspx</guid><wfw:comment>comments/2203243.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/03/21/2203243.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2203243.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2203243</trackback:ping><description>通常情况下，用文件读写函数对文件进行处理，如Win32 API的CreateFile()、WriteFile()、ReadFile()等。一般来说，以上这些函数可以满足大多数场合的要求，但是对于某些特殊应用领域需要几十GB、几百GB的海量存储，用通常的处理方法进行文件处理显然是行不通的。目前，对于这种大文件的操作一般是以内存映射的方式来加以处理的。下面以实例说明如何使用内存映射来处理文件。&lt;img src ="aggbug/2203243.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>虎0406</dc:creator><title>文件的内存映射小结(一)</title><link>http://blog.csdn.net/hu0406/archive/2008/03/21/2203222.aspx</link><pubDate>Fri, 21 Mar 2008 16:10:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/03/21/2203222.aspx</guid><wfw:comment>comments/2203222.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/03/21/2203222.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2203222.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2203222</trackback:ping><description>内存映射文件&lt;img src ="aggbug/2203222.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>虎0406</dc:creator><title>内存映射学习</title><link>http://blog.csdn.net/hu0406/archive/2008/03/21/2203141.aspx</link><pubDate>Fri, 21 Mar 2008 15:53:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/03/21/2203141.aspx</guid><wfw:comment>comments/2203141.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/03/21/2203141.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2203141.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2203141</trackback:ping><description>内存映射文件是由一个文件到一块内存的映射。Win32提供了允许应用程序把文件映射到一个进程的函数(CreateFileMapping)。这样，文 件内的数据就可以用内存读/写指令来访问，而不是用ReadFile和WriteFile这样的I/O系统函数，从而提高了文件存取速度。&lt;img src ="aggbug/2203141.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>虎0406</dc:creator><title>Detour开发包之API拦截技术</title><link>http://blog.csdn.net/hu0406/archive/2008/03/05/2150358.aspx</link><pubDate>Wed, 05 Mar 2008 14:51:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/03/05/2150358.aspx</guid><wfw:comment>comments/2150358.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/03/05/2150358.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2150358.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2150358</trackback:ping><description>Detours是一个在x86平台上截获任意Win32函数调用的工具库&lt;img src ="aggbug/2150358.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>虎0406</dc:creator><title>Detour</title><link>http://blog.csdn.net/hu0406/archive/2008/03/05/2150351.aspx</link><pubDate>Wed, 05 Mar 2008 14:50:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/03/05/2150351.aspx</guid><wfw:comment>comments/2150351.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/03/05/2150351.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2150351.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2150351</trackback:ping><description>Detours: 在二进制代码上截获Win32函数调用&lt;img src ="aggbug/2150351.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>虎0406</dc:creator><title> Microsoft Word Buffer Overflow (Exploit 2) </title><link>http://blog.csdn.net/hu0406/archive/2008/03/05/2148397.aspx</link><pubDate>Wed, 05 Mar 2008 10:40:00 GMT</pubDate><guid>http://blog.csdn.net/hu0406/archive/2008/03/05/2148397.aspx</guid><wfw:comment>comments/2148397.aspx</wfw:comment><comments>http://blog.csdn.net/hu0406/archive/2008/03/05/2148397.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>comments/commentRss/2148397.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=2148397</trackback:ping><description>The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com&lt;img src ="aggbug/2148397.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>