<?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>Comments on: Linux动态链接的实现方式</title>
	<atom:link href="http://www.dutor.net/index.php/2009/08/linux-dynamic-link-imp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dutor.net/index.php/2009/08/linux-dynamic-link-imp/</link>
	<description>熟读而精思，循序而渐进，厚积而薄发。</description>
	<lastBuildDate>Fri, 10 Feb 2012 05:11:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: ivan</title>
		<link>http://www.dutor.net/index.php/2009/08/linux-dynamic-link-imp/comment-page-1/#comment-664</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Tue, 30 Mar 2010 14:12:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutor.net/?p=1182#comment-664</guid>
		<description>关于单独的一条ret都做了些什么你应该很清除了吧？不清楚的话你就得翻翻书咯。ret n就是除了设置PC(AT&amp;T中用%eip寄存器标识)之外还会有一个副作用，相当于addl $n, %esp;最终的目的，就是让printf能够正确地得到它需要的参数。原文中讲的已经很清楚了啊！</description>
		<content:encoded><![CDATA[<p>关于单独的一条ret都做了些什么你应该很清除了吧？不清楚的话你就得翻翻书咯。ret n就是除了设置PC(AT&#038;T中用%eip寄存器标识)之外还会有一个副作用，相当于addl $n, %esp;最终的目的，就是让printf能够正确地得到它需要的参数。原文中讲的已经很清楚了啊！</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mr.Me</title>
		<link>http://www.dutor.net/index.php/2009/08/linux-dynamic-link-imp/comment-page-1/#comment-663</link>
		<dc:creator>Mr.Me</dc:creator>
		<pubDate>Tue, 30 Mar 2010 08:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutor.net/?p=1182#comment-663</guid>
		<description>看不太懂这个语句：
ret    $0x8
能再详细解释下吗？
谢谢了</description>
		<content:encoded><![CDATA[<p>看不太懂这个语句：<br />
ret    $0&#215;8<br />
能再详细解释下吗？<br />
谢谢了</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ivan</title>
		<link>http://www.dutor.net/index.php/2009/08/linux-dynamic-link-imp/comment-page-1/#comment-202</link>
		<dc:creator>ivan</dc:creator>
		<pubDate>Wed, 26 Aug 2009 00:45:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutor.net/?p=1182#comment-202</guid>
		<description>编译时你加上-static 选项，会发现一个hello,world就五六百K。</description>
		<content:encoded><![CDATA[<p>编译时你加上-static 选项，会发现一个hello,world就五六百K。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boluor</title>
		<link>http://www.dutor.net/index.php/2009/08/linux-dynamic-link-imp/comment-page-1/#comment-201</link>
		<dc:creator>boluor</dc:creator>
		<pubDate>Tue, 25 Aug 2009 15:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.dutor.net/?p=1182#comment-201</guid>
		<description>linux中C是以动态链接的方式调用C库中的函数的 ?  我竟然没发现...

我一直以为那些静态的C库(二进制)在编译时已经编译进目标二进制中了，不会再链接来链接去了。</description>
		<content:encoded><![CDATA[<p>linux中C是以动态链接的方式调用C库中的函数的 ?  我竟然没发现&#8230;</p>
<p>我一直以为那些静态的C库(二进制)在编译时已经编译进目标二进制中了，不会再链接来链接去了。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

