<?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: Self-modifying Code in FreeBSD Assembly</title>
	<atom:link href="http://farid.hajji.name/blog/2010/02/08/self-modifying-code-in-freebsd-assembly/feed/" rel="self" type="application/rss+xml" />
	<link>http://farid.hajji.name/blog/2010/02/08/self-modifying-code-in-freebsd-assembly/</link>
	<description>A Mixed Bag Of Thoughts</description>
	<lastBuildDate>Wed, 26 Oct 2011 05:39:59 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: alderz</title>
		<link>http://farid.hajji.name/blog/2010/02/08/self-modifying-code-in-freebsd-assembly/comment-page-1/#comment-5623</link>
		<dc:creator>alderz</dc:creator>
		<pubDate>Thu, 26 Aug 2010 17:32:33 +0000</pubDate>
		<guid isPermaLink="false">http://farid.hajji.name/blog/?p=56#comment-5623</guid>
		<description>Thank you for this nice articles. I would love to see more articles about assembly!

For the linux users out there: (in linux) the address needs to be a multiple of the pagesize, so we can&#039;t use %rip but we can calculate the page start address using: andq $0xfffffffffffff000, %rbx .

Happy hacking!</description>
		<content:encoded><![CDATA[<p>Thank you for this nice articles. I would love to see more articles about assembly!</p>
<p>For the linux users out there: (in linux) the address needs to be a multiple of the pagesize, so we can&#8217;t use %rip but we can calculate the page start address using: andq $0xfffffffffffff000, %rbx .</p>
<p>Happy hacking!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Farid Hajji</title>
		<link>http://farid.hajji.name/blog/2010/02/08/self-modifying-code-in-freebsd-assembly/comment-page-1/#comment-3771</link>
		<dc:creator>Farid Hajji</dc:creator>
		<pubDate>Sat, 17 Jul 2010 17:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://farid.hajji.name/blog/?p=56#comment-3771</guid>
		<description>Sure, why not? I don&#039;t have an account on Twitter.</description>
		<content:encoded><![CDATA[<p>Sure, why not? I don&#8217;t have an account on Twitter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SImple_Tony</title>
		<link>http://farid.hajji.name/blog/2010/02/08/self-modifying-code-in-freebsd-assembly/comment-page-1/#comment-3690</link>
		<dc:creator>SImple_Tony</dc:creator>
		<pubDate>Wed, 14 Jul 2010 23:29:08 +0000</pubDate>
		<guid isPermaLink="false">http://farid.hajji.name/blog/?p=56#comment-3690</guid>
		<description>I want to quote your post in my blog. It can?
And you et an account on Twitter?</description>
		<content:encoded><![CDATA[<p>I want to quote your post in my blog. It can?<br />
And you et an account on Twitter?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

