<?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 for Fotis&#039; Blog</title>
	<atom:link href="http://fotis.loukos.me/blog/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://fotis.loukos.me/blog</link>
	<description></description>
	<lastBuildDate>Mon, 09 Aug 2010 10:29:45 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on Debugging the linux kernel using kgdb and VirtualBox by Fotis</title>
		<link>http://fotis.loukos.me/blog/?p=25&#038;cpage=1#comment-1851</link>
		<dc:creator>Fotis</dc:creator>
		<pubDate>Mon, 09 Aug 2010 10:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://fotis.loukos.me/blog/?p=25#comment-1851</guid>
		<description>&lt;a href=&quot;#comment-1575&quot; rel=&quot;nofollow&quot;&gt;@greg &lt;/a&gt; 
You&#039;re right! When I wrote the post I made a test and used /tmp/serial_vm_debian as the socket name! The correct name is /home/fotisl/virtualbox/myvm/serial1. I have corrected the error! Thanks!</description>
		<content:encoded><![CDATA[<p><a href="#comment-1575" rel="nofollow">@greg </a><br />
You&#8217;re right! When I wrote the post I made a test and used /tmp/serial_vm_debian as the socket name! The correct name is /home/fotisl/virtualbox/myvm/serial1. I have corrected the error! Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging the linux kernel using kgdb and VirtualBox by greg</title>
		<link>http://fotis.loukos.me/blog/?p=25&#038;cpage=1#comment-1575</link>
		<dc:creator>greg</dc:creator>
		<pubDate>Sun, 25 Jul 2010 17:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://fotis.loukos.me/blog/?p=25#comment-1575</guid>
		<description>This si good but I had a question.... where did &quot;/tmp/serial_vm_debian&quot; in the socat command come from? Did you just make that filename up? At any rate, when I run socat -d -d /tmp/serial_vm_debian it just says EOF and exits.</description>
		<content:encoded><![CDATA[<p>This si good but I had a question&#8230;. where did &#8220;/tmp/serial_vm_debian&#8221; in the socat command come from? Did you just make that filename up? At any rate, when I run socat -d -d /tmp/serial_vm_debian it just says EOF and exits.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Linux kernel pipe NULL pointer dereference exploit (CVE-2009-3547) by Weasel5i2</title>
		<link>http://fotis.loukos.me/blog/?p=91&#038;cpage=1#comment-1122</link>
		<dc:creator>Weasel5i2</dc:creator>
		<pubDate>Fri, 21 May 2010 22:25:15 +0000</pubDate>
		<guid isPermaLink="false">http://fotis.loukos.me/blog/?p=91#comment-1122</guid>
		<description>What does it mean if the program responds with &quot;mmap: Invalid argument&quot; ?</description>
		<content:encoded><![CDATA[<p>What does it mean if the program responds with &#8220;mmap: Invalid argument&#8221; ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging the linux kernel using kgdb and VirtualBox by Fotis</title>
		<link>http://fotis.loukos.me/blog/?p=25&#038;cpage=1#comment-763</link>
		<dc:creator>Fotis</dc:creator>
		<pubDate>Mon, 12 Apr 2010 19:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://fotis.loukos.me/blog/?p=25#comment-763</guid>
		<description>I think you transfered the vmlinuz file, which is a stripped version of vmlinux with some other stuff to make it bootable. You can check http://en.wikipedia.org/wiki/Vmlinuz for more information.</description>
		<content:encoded><![CDATA[<p>I think you transfered the vmlinuz file, which is a stripped version of vmlinux with some other stuff to make it bootable. You can check <a href="http://en.wikipedia.org/wiki/Vmlinuz" rel="nofollow">http://en.wikipedia.org/wiki/Vmlinuz</a> for more information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging the linux kernel using kgdb and VirtualBox by shogun1234</title>
		<link>http://fotis.loukos.me/blog/?p=25&#038;cpage=1#comment-742</link>
		<dc:creator>shogun1234</dc:creator>
		<pubDate>Sat, 10 Apr 2010 20:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://fotis.loukos.me/blog/?p=25#comment-742</guid>
		<description>Sorry, I think I know what&#039;s the root cuase. It is because the vmlinux-2.6.33.1 (2.5m) obtained previously is from /boot/, which is compressed.  The one need to be loaded is located in the  folder where we compile the source e.g. /path/to/linux-2.6.33.1/; and size is around e.g. 104m.

Thanks again for this post.</description>
		<content:encoded><![CDATA[<p>Sorry, I think I know what&#8217;s the root cuase. It is because the vmlinux-2.6.33.1 (2.5m) obtained previously is from /boot/, which is compressed.  The one need to be loaded is located in the  folder where we compile the source e.g. /path/to/linux-2.6.33.1/; and size is around e.g. 104m.</p>
<p>Thanks again for this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Debugging the linux kernel using kgdb and VirtualBox by shogun1234</title>
		<link>http://fotis.loukos.me/blog/?p=25&#038;cpage=1#comment-741</link>
		<dc:creator>shogun1234</dc:creator>
		<pubDate>Sat, 10 Apr 2010 20:10:36 +0000</pubDate>
		<guid isPermaLink="false">http://fotis.loukos.me/blog/?p=25#comment-741</guid>
		<description>Fotis, thanks to provide such article. It is useful. 

But Now I encounter a problem. After transfering vmlinux image from guest os (debian/ 2.6.33.1) back to the host machine (debian/ 2.6.32.8). I load vmlinux image with gdb with command - `gdb vmlinux-2.6.33.1,` but it complains with error saying `not in executable format: File format not recognized.&#039; Looks like gdb can not recognized vmlinux image of elf format from guest os. What steps I may miss?

Thanks for help.</description>
		<content:encoded><![CDATA[<p>Fotis, thanks to provide such article. It is useful. </p>
<p>But Now I encounter a problem. After transfering vmlinux image from guest os (debian/ 2.6.33.1) back to the host machine (debian/ 2.6.32.8). I load vmlinux image with gdb with command &#8211; `gdb vmlinux-2.6.33.1,` but it complains with error saying `not in executable format: File format not recognized.&#8217; Looks like gdb can not recognized vmlinux image of elf format from guest os. What steps I may miss?</p>
<p>Thanks for help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PreZ: my new injector! by thanasisk</title>
		<link>http://fotis.loukos.me/blog/?p=149&#038;cpage=1#comment-543</link>
		<dc:creator>thanasisk</dc:creator>
		<pubDate>Thu, 25 Mar 2010 18:17:19 +0000</pubDate>
		<guid isPermaLink="false">http://fotis.loukos.me/blog/?p=149#comment-543</guid>
		<description>Yeah, you give them to your XAKER pals!</description>
		<content:encoded><![CDATA[<p>Yeah, you give them to your XAKER pals!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PreZ: my new injector! by Fotis</title>
		<link>http://fotis.loukos.me/blog/?p=149&#038;cpage=1#comment-542</link>
		<dc:creator>Fotis</dc:creator>
		<pubDate>Thu, 25 Mar 2010 12:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://fotis.loukos.me/blog/?p=149#comment-542</guid>
		<description>@argp Thanks!

@thanasisk Don&#039;t ask me for more warez :P</description>
		<content:encoded><![CDATA[<p>@argp Thanks!</p>
<p>@thanasisk Don&#8217;t ask me for more warez <img src='http://fotis.loukos.me/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PreZ: my new injector! by thanasisk</title>
		<link>http://fotis.loukos.me/blog/?p=149&#038;cpage=1#comment-540</link>
		<dc:creator>thanasisk</dc:creator>
		<pubDate>Thu, 25 Mar 2010 11:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://fotis.loukos.me/blog/?p=149#comment-540</guid>
		<description>\m/ \m/ *headbang*</description>
		<content:encoded><![CDATA[<p>\m/ \m/ *headbang*</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on PreZ: my new injector! by argp</title>
		<link>http://fotis.loukos.me/blog/?p=149&#038;cpage=1#comment-537</link>
		<dc:creator>argp</dc:creator>
		<pubDate>Thu, 25 Mar 2010 00:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://fotis.loukos.me/blog/?p=149#comment-537</guid>
		<description>I really enjoyed your talk Fotis, nice work.</description>
		<content:encoded><![CDATA[<p>I really enjoyed your talk Fotis, nice work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
