<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Aris&#039; Blog</title>
	<atom:link href="http://blog.0xbadc0de.be/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.0xbadc0de.be</link>
	<description>Computers, ssh and rock&#039;n roll</description>
	<lastBuildDate>Mon, 30 Apr 2012 21:26:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Adding physical drives to VMware ESXi</title>
		<link>http://blog.0xbadc0de.be/archives/98</link>
		<comments>http://blog.0xbadc0de.be/archives/98#comments</comments>
		<pubDate>Sun, 18 Mar 2012 16:25:48 +0000</pubDate>
		<dc:creator>Aris Adamantiadis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://blog.0xbadc0de.be/?p=98</guid>
		<description><![CDATA[I built a new lab environment at home, using VMWare ESXi 5.0, which is a very nice product, if we expect the windows-only GUI 1GB HDD needed to install bloatware. You can do pretty much anything from there, except something that looks so important that I wonder why it&#8217;s not on the windows GUI: mapping [...]]]></description>
		<wfw:commentRss>http://blog.0xbadc0de.be/archives/98/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Remotemouse considered harmful</title>
		<link>http://blog.0xbadc0de.be/archives/85</link>
		<comments>http://blog.0xbadc0de.be/archives/85#comments</comments>
		<pubDate>Mon, 10 Oct 2011 15:08:17 +0000</pubDate>
		<dc:creator>Aris Adamantiadis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.0xbadc0de.be/?p=85</guid>
		<description><![CDATA[The problem This weekend I found a nice application to control my mac from my iPhone. It&#8217;s Remotemouse from http://www.remotemouse.net. Unfortunately, when testing I found out that there was no pairing request nor any authentication&#8230; I just fired up wireshark to see what was happening and as expected, it&#8217;s a very dump cleartext protocol that [...]]]></description>
		<wfw:commentRss>http://blog.0xbadc0de.be/archives/85/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Reversing C++ programs with IDA pro and Hex-rays</title>
		<link>http://blog.0xbadc0de.be/archives/67</link>
		<comments>http://blog.0xbadc0de.be/archives/67#comments</comments>
		<pubDate>Fri, 02 Sep 2011 20:12:34 +0000</pubDate>
		<dc:creator>Aris Adamantiadis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.0xbadc0de.be/?p=67</guid>
		<description><![CDATA[Introduction During my holidays, I had plenty of time to study and reverse a program, which was completely coded in C++. This was the first time I seriously studied a C++ codebase, using IDA as the only source of information, and found it quite hard. Here’s a sample of what you get with Hex-rays when [...]]]></description>
		<wfw:commentRss>http://blog.0xbadc0de.be/archives/67/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>SSH[12] protocol weakness ?</title>
		<link>http://blog.0xbadc0de.be/archives/57</link>
		<comments>http://blog.0xbadc0de.be/archives/57#comments</comments>
		<pubDate>Wed, 15 Dec 2010 16:15:41 +0000</pubDate>
		<dc:creator>Aris Adamantiadis</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.0xbadc0de.be/?p=57</guid>
		<description><![CDATA[A weakness ? While reading the actual posts around the allegations of a so-called backdoor in the OpenBSD IPSec code, which would have been inserted by the FBI through a developer, some comments have been posted on both Slashdot and LWN about &#8220;long-standing bugs in SSH2&#8243;. The page which details the criticism can be found [...]]]></description>
		<wfw:commentRss>http://blog.0xbadc0de.be/archives/57/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Threading design pattern ?</title>
		<link>http://blog.0xbadc0de.be/archives/46</link>
		<comments>http://blog.0xbadc0de.be/archives/46#comments</comments>
		<pubDate>Mon, 07 Jun 2010 21:33:21 +0000</pubDate>
		<dc:creator>Aris Adamantiadis</dc:creator>
				<category><![CDATA[libssh]]></category>

		<guid isPermaLink="false">http://blog.0xbadc0de.be/?p=46</guid>
		<description><![CDATA[When designing the new libssh architecture, we decided to make it completely callback-based, even internally. This provide cool features, like the possibility to extend libssh without recompiling it, or executing more easily asynchronous or nonblocking functions. Libssh 0.5 will run as a state machine, which listen for packets, and then calls callbacks from the packet [...]]]></description>
		<wfw:commentRss>http://blog.0xbadc0de.be/archives/46/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Debugging a cryptographic bug in libssh&#8230;</title>
		<link>http://blog.0xbadc0de.be/archives/15</link>
		<comments>http://blog.0xbadc0de.be/archives/15#comments</comments>
		<pubDate>Sat, 17 Apr 2010 18:07:36 +0000</pubDate>
		<dc:creator>Aris Adamantiadis</dc:creator>
				<category><![CDATA[libssh]]></category>

		<guid isPermaLink="false">http://blog.0xbadc0de.be/?p=15</guid>
		<description><![CDATA[Hey there, you may know I am a developer of the SSH Library libssh. Last week, a post on the libssh mailing list was reporting a connection problem under Redhat RHEL 4.8. It seemed that the new cipher aes128-ctr, recently implemented in libssh, had a little problem&#8230; This bug looked strange, firstly because we never [...]]]></description>
		<wfw:commentRss>http://blog.0xbadc0de.be/archives/15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My new blog</title>
		<link>http://blog.0xbadc0de.be/archives/4</link>
		<comments>http://blog.0xbadc0de.be/archives/4#comments</comments>
		<pubDate>Mon, 08 Feb 2010 16:47:25 +0000</pubDate>
		<dc:creator>Aris Adamantiadis</dc:creator>
				<category><![CDATA[libssh]]></category>
		<category><![CDATA[mylife]]></category>
		<category><![CDATA[work]]></category>

		<guid isPermaLink="false">http://blog.0xbadc0de.be/?p=4</guid>
		<description><![CDATA[Hi there ! After some solicitation from third parties (read: libssh developers), I finally installed a real blog to replace more or less my wiki-based website. I&#8217;m going to discuss some things about libssh development, thoughts about programming, networks, computer security and internet. I&#8217;ll take the occasion to tell about the FOSDEM convention that took [...]]]></description>
		<wfw:commentRss>http://blog.0xbadc0de.be/archives/4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

