<?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: 强制程序使用int 0&#215;80做系统调用</title>
	<atom:link href="http://techblog.iamzellux.com/2010/01/force-int-0x80-for-syscall/feed/" rel="self" type="application/rss+xml" />
	<link>http://techblog.iamzellux.com/2010/01/force-int-0x80-for-syscall/</link>
	<description>Security, Kernel, Virtualization, Programming Languages</description>
	<lastBuildDate>Sat, 03 Jul 2010 00:28:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: zellux</title>
		<link>http://techblog.iamzellux.com/2010/01/force-int-0x80-for-syscall/comment-page-1/#comment-280</link>
		<dc:creator>zellux</dc:creator>
		<pubDate>Mon, 08 Mar 2010 14:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.iamzellux.com/?p=62453#comment-280</guid>
		<description>没接触过KVM，不大清楚。zellux at hotmail/gmail都可以。</description>
		<content:encoded><![CDATA[<p>没接触过KVM，不大清楚。zellux at hotmail/gmail都可以。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zhongshu</title>
		<link>http://techblog.iamzellux.com/2010/01/force-int-0x80-for-syscall/comment-page-1/#comment-279</link>
		<dc:creator>Zhongshu</dc:creator>
		<pubDate>Mon, 08 Mar 2010 13:49:43 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.iamzellux.com/?p=62453#comment-279</guid>
		<description>I just use the kvm to run linux and sep flag is disabled in this situation. Do u know how to enable it in kvm? Do you use msn or other IM?</description>
		<content:encoded><![CDATA[<p>I just use the kvm to run linux and sep flag is disabled in this situation. Do u know how to enable it in kvm? Do you use msn or other IM?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zellux</title>
		<link>http://techblog.iamzellux.com/2010/01/force-int-0x80-for-syscall/comment-page-1/#comment-278</link>
		<dc:creator>zellux</dc:creator>
		<pubDate>Mon, 08 Mar 2010 08:26:52 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.iamzellux.com/?p=62453#comment-278</guid>
		<description>问了下实验室的学长，好像不是我理解的那样。他说glibc.so相关的代码只负责跳转（类似于&lt;code&gt;call *%gs:0x10&lt;/code&gt;），而至于跳过去的代码是int还是sysenter就是Linux决定的了。</description>
		<content:encoded><![CDATA[<p>问了下实验室的学长，好像不是我理解的那样。他说glibc.so相关的代码只负责跳转（类似于<code>call *%gs:0x10</code>），而至于跳过去的代码是int还是sysenter就是Linux决定的了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zellux</title>
		<link>http://techblog.iamzellux.com/2010/01/force-int-0x80-for-syscall/comment-page-1/#comment-277</link>
		<dc:creator>zellux</dc:creator>
		<pubDate>Mon, 08 Mar 2010 01:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.iamzellux.com/?p=62453#comment-277</guid>
		<description>我猜应该还是通过sysenter指令做了系统调用吧，不知道这个测试里SEP flag是怎么禁的。因为我觉得&lt;code&gt;call *%gs:0x10&lt;/code&gt;调用的还是linux-gate.so里面的sysenter相关的代码。</description>
		<content:encoded><![CDATA[<p>我猜应该还是通过sysenter指令做了系统调用吧，不知道这个测试里SEP flag是怎么禁的。因为我觉得<code>call *%gs:0x10</code>调用的还是linux-gate.so里面的sysenter相关的代码。</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Zhongshu</title>
		<link>http://techblog.iamzellux.com/2010/01/force-int-0x80-for-syscall/comment-page-1/#comment-272</link>
		<dc:creator>Zhongshu</dc:creator>
		<pubDate>Sat, 06 Mar 2010 04:05:51 +0000</pubDate>
		<guid isPermaLink="false">http://techblog.iamzellux.com/?p=62453#comment-272</guid>
		<description>Even if you do not have sep flags enabled on cpu，call *%gs:0x10 can still get the correct result. Is the dispatch job done by linux kernel or glibc?</description>
		<content:encoded><![CDATA[<p>Even if you do not have sep flags enabled on cpu，call *%gs:0&#215;10 can still get the correct result. Is the dispatch job done by linux kernel or glibc?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
