<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:wfw="http://wellformedweb.org/CommentAPI/">
  <channel>
    <title><![CDATA[单克隆抗体's blog]]></title> 
    <link>http://www.dklkt.cn/</link> 
    <description><![CDATA[海阔凭鱼跃，天高任鸟飞。]]></description> 
    <language>en</language> 
    <copyright><![CDATA[Copyright 2010, 单克隆抗体's blog]]></copyright> 
    <webMaster><![CDATA[dklkt@yahoo.com.cn (dklkt)]]></webMaster> 
    <generator>LBS v2.0.31X</generator> 
    <pubDate>Sat, 04 Sep 2010 10:54:43 +0800</pubDate> 
    <ttl>60</ttl>
  
    <item>
      <title><![CDATA[[转载]VMWare&nbsp;6.5&nbsp;安装Gentoo时使用SCSI硬盘注意事项]]></title> 
      <link><![CDATA[http://www.dklkt.cn/article.asp?id=224]]></link> 
      <category><![CDATA[技术经验]]></category> 
      <author><![CDATA[dklkt <null@null.com>]]></author> 
      <pubDate>Mon, 09 Aug 2010 13:21:16 +0800</pubDate> 
      <description><![CDATA[来源：<a href="http://blog.csdn.net/0210/archive/2009/08/18/4458407.aspx" title="http://blog.csdn.net/0210/archive/2009/08/18/4458407.aspx" target="_blank">http://blog.csdn.net/0210/archive/2009/08/18/4458407.aspx</a><br /><br />很多人在VMWare下安装Gentoo，在GRUB启动时会有如下错误<br /><br />VFS:&nbsp;Cannot&nbsp;open&nbsp;root&nbsp;device&nbsp;&quot;hda3&quot;&nbsp;or&nbsp;unknown-block(0,0)&nbsp;<br />Please&nbsp;append&nbsp;a&nbsp;corrent&nbsp;&quot;root=&quot;&nbsp;boot&nbsp;option&nbsp;<br />kernel&nbsp;panic&nbsp;-&nbsp;not&nbsp;syncing:&nbsp;VFS:&nbsp;Unable&nbsp;to&nbsp;mount&nbsp;root&nbsp;fs&nbsp;on&nbsp;unknow-block(0,0)&nbsp;<br /><br />本人解决办法：<br /><br />VMWare硬盘的SCSI方式选择busLogic<br /><br />编译内核时一定要选上如下两个：<br />Device&nbsp;Drivers&nbsp;---&gt;&nbsp;<br />Fusion&nbsp;MPT&nbsp;device&nbsp;support&nbsp;---&gt;&nbsp;<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.dklkt.cn/feed.asp?q=comment&id=224]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[研究某设备有感]]></title> 
      <link><![CDATA[http://www.dklkt.cn/article.asp?id=223]]></link> 
      <category><![CDATA[网络安全]]></category> 
      <author><![CDATA[dklkt <null@null.com>]]></author> 
      <pubDate>Fri, 06 Aug 2010 10:17:44 +0800</pubDate> 
      <description><![CDATA[比较讽刺，作为一个知名厂商的硬件WAF，但自己的Web界面上的漏洞一大堆。实在是很无语。<br /><br />更无语的是，apache能直接用sudo以root身份运行命令。假如拿到webshell那么整个系统都在掌握之中。<br /><br />这显然是架构上的问题。系统设计之初就没有考虑安全问题。因为他们需要php能以root身份运行python脚本。<br /><br />难道他们这个WAF是只会做软件不懂安全的人搞出来的？不解中。。。。]]></description>
      <wfw:commentRss><![CDATA[http://www.dklkt.cn/feed.asp?q=comment&id=223]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[[转载]DLL(Dynamic&nbsp;Link&nbsp;Libraries)专题]]></title> 
      <link><![CDATA[http://www.dklkt.cn/article.asp?id=222]]></link> 
      <category><![CDATA[编程天地]]></category> 
      <author><![CDATA[dklkt <null@null.com>]]></author> 
      <pubDate>Sun, 18 Jul 2010 21:17:49 +0800</pubDate> 
      <description><![CDATA[来源:&nbsp;<a href="http://www.microsoft.com/china/community/program/OriginalArticles/techdoc/dll.mspx" title="http://www.microsoft.com/china/community/program/OriginalArticles/techdoc/dll.mspx" target="_blank">http://www.microsoft.com/china/community/program/OriginalArticles/techdoc/dll.mspx</a><br /><br />DLL(Dynamic&nbsp;Link&nbsp;Libraries)专题<br />目录<br />引言<br />调用方式<br />MFC中的DLL<br />DLL入口函数<br />关于约定<br />关于DLL的函数<br />模块定义文件(.DEF)<br />DLL程序和调用其输出函数的程序的关系<br />作者<br /><br />引言<br />比较大的应用程序都由很多模块组成，这些模块分别完成相对独立的功能，它们彼此协作来完成整个软件系统的工作。可能存在一些模块的功能较为通用，在构造其它软件系统时仍会被使用。在构造软件系统时，如果将所有模块的源代码都静态编译到整个应用程序EXE文件中，会产生一些问题：一个缺点是增加了应用程序的大小，它会占用更多的磁盘空间，程序运行时也会消耗较大的内存空间，造成系统资源的浪费；另一个缺点是，在编写大的EX]]></description>
      <wfw:commentRss><![CDATA[http://www.dklkt.cn/feed.asp?q=comment&id=222]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[免杀过360杀毒]]></title> 
      <link><![CDATA[http://www.dklkt.cn/article.asp?id=221]]></link> 
      <category><![CDATA[网络安全]]></category> 
      <author><![CDATA[dklkt <null@null.com>]]></author> 
      <pubDate>Thu, 15 Jul 2010 20:29:31 +0800</pubDate> 
      <description><![CDATA[360杀毒比较喜欢把特征定位在字符串上面,如果有源代码的话,是很好修改绕过的.<br /><br />此外,简单用XOR加密的字符串360杀毒貌似能够解得出来。这个好像还有点牛X的。<br /><br />免费的东西，期望不要太高，呵呵。]]></description>
      <wfw:commentRss><![CDATA[http://www.dklkt.cn/feed.asp?q=comment&id=221]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[一个快速的HASH函数FNV]]></title> 
      <link><![CDATA[http://www.dklkt.cn/article.asp?id=220]]></link> 
      <category><![CDATA[编程天地]]></category> 
      <author><![CDATA[dklkt <null@null.com>]]></author> 
      <pubDate>Wed, 30 Jun 2010 11:05:04 +0800</pubDate> 
      <description><![CDATA[很简单的一个HASH函数，就是做乘法和异或操作，应该很快。用来算索引等需要快速hash的地方应该非常好。<br /><br />以下转载自：<a href="http://www.isthe.com/chongo/tech/comp/fnv/index.html" title="http://www.isthe.com/chongo/tech/comp/fnv/index.html" target="_blank">http://www.isthe.com/chongo/tech/comp/fnv/index.html</a><br /><br />The&nbsp;basis&nbsp;of&nbsp;the&nbsp;FNV&nbsp;hash&nbsp;algorithm&nbsp;was&nbsp;taken&nbsp;from&nbsp;an&nbsp;idea&nbsp;sent&nbsp;as&nbsp;reviewer&nbsp;comments&nbsp;to&nbsp;the&nbsp;IEEE&nbsp;POSIX&nbsp;P1003.2&nbsp;committee&nbsp;by&nbsp;Glenn&nbsp;Fowler&nbsp;and&nbsp;Phong&nbsp;Vo&nbsp;back&nbsp;in&nbsp;1991.&nbsp;In&nbsp;a&nbsp;subsequent&nbsp;ballot&nbsp;round:&nbsp;Landon&nbsp;Curt&nbsp;Noll&nbsp;improved&nbsp;on&nbsp;their&nbsp;algorithm.&nbsp;Some&nbsp;people&nbsp;tried&nbsp;this&nbsp;hash&nbsp;and&nbsp;found&nbsp;]]></description>
      <wfw:commentRss><![CDATA[http://www.dklkt.cn/feed.asp?q=comment&id=220]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[[转载]将&nbsp;Linux&nbsp;应用程序移植到&nbsp;64&nbsp;位系统上]]></title> 
      <link><![CDATA[http://www.dklkt.cn/article.asp?id=219]]></link> 
      <category><![CDATA[编程天地]]></category> 
      <author><![CDATA[dklkt <null@null.com>]]></author> 
      <pubDate>Fri, 11 Jun 2010 12:24:19 +0800</pubDate> 
      <description><![CDATA[来源：<a href="http://www.ibm.com/developerworks/cn/linux/l-port64.html" title="http://www.ibm.com/developerworks/cn/linux/l-port64.html" target="_blank">http://www.ibm.com/developerworks/cn/linux/l-port64.html</a><br /><br />将&nbsp;Linux&nbsp;应用程序移植到&nbsp;64&nbsp;位系统上<br /><br />平滑迁移的技巧和技术&nbsp;&nbsp;<br /><br />级别：&nbsp;初级<br /><br />Harsha&nbsp;S.&nbsp;Adiga&nbsp;(haradiga@in.ibm.com),&nbsp;软件工程师,&nbsp;IBM<br /><br />2006&nbsp;年&nbsp;5&nbsp;月&nbsp;18&nbsp;日<br /><br />随着&nbsp;64&nbsp;位体系结构的普及，针对&nbsp;64&nbsp;位系统准备好您的&nbsp;Linux®&nbsp;软件已经变得比以前更为重要。在本文中，您将学习如何在进行语句声明、赋值、位移、类型转换、字符串格式化以及更多操作时，防止出现可移植性缺陷。<br /><br />Linux&nbsp;是可以使用&nbsp;64&nbsp;位处理器的跨平台操作系统之一，现在&nbsp;64&nbsp;位的系统在服务器和桌面端都已经非常常见了。很多开发人员现在都面临着需要将自己的应用程序从&nbsp;32&nbsp;位环境移植到&nbsp;64&nbsp;位环境中。随着&nbsp;Intel®&nbsp;]]></description>
      <wfw:commentRss><![CDATA[http://www.dklkt.cn/feed.asp?q=comment&id=219]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[探讨gh0st&nbsp;3.6两个安全漏洞的细节]]></title> 
      <link><![CDATA[http://www.dklkt.cn/article.asp?id=218]]></link> 
      <category><![CDATA[编程天地]]></category> 
      <author><![CDATA[dklkt <null@null.com>]]></author> 
      <pubDate>Sun, 30 May 2010 15:40:06 +0800</pubDate> 
      <description><![CDATA[Gh0st控制端远程堆溢出<br />&nbsp;<br /><br />来源：幻影邮件列表<br /><br />发布时间：2009-5-18<br />更新时间：2009-5-18<br />严重程度：高<br />威胁程度：控制远程主机<br />错误类型：边界检查错误<br />利用方式：主机模式<br /><br />受影响系统<br />Gh0st3.6之前所有版本<br /><br />未影响系统<br /><br />未知<br />详细描述<br />Gh0st&nbsp;发现漏洞，这些漏洞可以被用户利用，可以从被控端向控制端发送恶意代码，达到控制主控端的主机。<br /><br />1）gh0st3.6\gh0st\FileManagerDlg.cpp中&nbsp;CFileManagerDlg::CFileManagerDlg函数&nbsp;memcpy(m_bRemoteDriveList,&nbsp;m_pContext-&gt;m_DeCompressionBuffer.GetBuffer(1),&nbsp;m_pContext-&gt;m_DeCompressionBuffer.GetBufferLen()&nbsp;-&nbsp;1);错误使用封包的长度，导致缓冲区溢出。<br />]]></description>
      <wfw:commentRss><![CDATA[http://www.dklkt.cn/feed.asp?q=comment&id=218]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[找房子]]></title> 
      <link><![CDATA[http://www.dklkt.cn/article.asp?id=217]]></link> 
      <category><![CDATA[吹牛扯淡]]></category> 
      <author><![CDATA[dklkt <null@null.com>]]></author> 
      <pubDate>Tue, 25 May 2010 14:14:20 +0800</pubDate> 
      <description><![CDATA[房东不厚道，继续租要加价。。。<br /><br />看来要沦落街头了]]></description>
      <wfw:commentRss><![CDATA[http://www.dklkt.cn/feed.asp?q=comment&id=217]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[重置mysql的root密码]]></title> 
      <link><![CDATA[http://www.dklkt.cn/article.asp?id=216]]></link> 
      <category><![CDATA[技术经验]]></category> 
      <author><![CDATA[dklkt <null@null.com>]]></author> 
      <pubDate>Tue, 04 May 2010 16:21:49 +0800</pubDate> 
      <description><![CDATA[（1）以系统root权限登陆<br /><br />（2）停止MYSQL服务器：<br /><br />service&nbsp;mysql&nbsp;stop<br /><br />（3）跳过授权表执行MYSQL服务器：<br /><br />mysqld_safe&nbsp;--skip-grant-tables&nbsp;--skip-networking&nbsp;&amp;<br /><br />(注：参数--skip-grant-tables为跳过授权表；--skip-networking为不监听TCP/IP连接)<br /><br />（4）执行MYSQL客户端：<br /><br />mysql<br /><br />（5）使用mysql数据库<br /><br />use&nbsp;mysql;<br /><br />（6）更新root密码<br /><br />update&nbsp;user&nbsp;set&nbsp;password=PASSWORD(&quot;123456&quot;)&nbsp;where&nbsp;user=&#39;root&#39;;<br /><br />（7）关闭mysql服务器，用正常方试起动。]]></description>
      <wfw:commentRss><![CDATA[http://www.dklkt.cn/feed.asp?q=comment&id=216]]></wfw:commentRss>
    </item>
      
    <item>
      <title><![CDATA[3389终端服务器超出了最大允许连接数]]></title> 
      <link><![CDATA[http://www.dklkt.cn/article.asp?id=214]]></link> 
      <category><![CDATA[技术经验]]></category> 
      <author><![CDATA[dklkt <null@null.com>]]></author> 
      <pubDate>Tue, 30 Mar 2010 13:13:33 +0800</pubDate> 
      <description><![CDATA[今天又学到一招。在【开始】－【运行】里面输入。<br />mstsc&nbsp;/console&nbsp;/v:192.168.0.1<br /><br />以控制台登录。登录后，控制台将被锁定。<br /><br />补充一下：在&nbsp;“Windows&nbsp;Xp+sp&nbsp;3&nbsp;–&nbsp;Vista+sp1&nbsp;and&nbsp;Windows&nbsp;2008&nbsp;”中，请使用mstsc&nbsp;/admin代替mstsc&nbsp;/console]]></description>
      <wfw:commentRss><![CDATA[http://www.dklkt.cn/feed.asp?q=comment&id=214]]></wfw:commentRss>
    </item>
      
  </channel>
</rss>
