<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Malware able to infect only right handed people</title>
	<atom:link href="http://zairon.wordpress.com/2008/06/21/malware-able-to-infect-only-right-handed-people/feed/" rel="self" type="application/rss+xml" />
	<link>http://zairon.wordpress.com/2008/06/21/malware-able-to-infect-only-right-handed-people/</link>
	<description>something strange happens inside it</description>
	<lastBuildDate>Fri, 30 Oct 2009 18:39:42 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Charity</title>
		<link>http://zairon.wordpress.com/2008/06/21/malware-able-to-infect-only-right-handed-people/#comment-4419</link>
		<dc:creator>Charity</dc:creator>
		<pubDate>Tue, 16 Jun 2009 12:58:29 +0000</pubDate>
		<guid isPermaLink="false">http://zairon.wordpress.com/?p=137#comment-4419</guid>
		<description>Solution from Orbasoft.
If you own a computer, you must have antispyware to keep it running at its best. The problem is choosing a scan that works. I have tried many different types of scans in the past and then I ran across Orbasoft Antispyware. I have to say that the antispyware solution from Orbasoft is the best that I have used to date. It gets the job done and keeps my computer working like new. If you are interested in seeing for yourself just how good this antispyware works you can click on http://www.orbasoft.com to learn more. I’m sure it would be worth your time to check it out.</description>
		<content:encoded><![CDATA[<p>Solution from Orbasoft.<br />
If you own a computer, you must have antispyware to keep it running at its best. The problem is choosing a scan that works. I have tried many different types of scans in the past and then I ran across Orbasoft Antispyware. I have to say that the antispyware solution from Orbasoft is the best that I have used to date. It gets the job done and keeps my computer working like new. If you are interested in seeing for yourself just how good this antispyware works you can click on <a href="http://www.orbasoft.com" rel="nofollow">http://www.orbasoft.com</a> to learn more. I’m sure it would be worth your time to check it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zairon</title>
		<link>http://zairon.wordpress.com/2008/06/21/malware-able-to-infect-only-right-handed-people/#comment-4356</link>
		<dc:creator>zairon</dc:creator>
		<pubDate>Tue, 24 Jun 2008 18:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://zairon.wordpress.com/?p=137#comment-4356</guid>
		<description>Yes *asaperlo*, you are right about RC4 implementation. The code is bugged if and only if the author wanted to implement RC4 algorithm otherwise we&#039;ll have to study a new crypto algo :p
Joking apart, it seems to be RC4, atleast looking at the initialization part of the crypto algo; I think it&#039;s a oversight but it&#039;s pretty strange. There are some more funny things inside the malware (strange code implementation, virtual machine check), more in the next days... stay tuned.</description>
		<content:encoded><![CDATA[<p>Yes *asaperlo*, you are right about RC4 implementation. The code is bugged if and only if the author wanted to implement RC4 algorithm otherwise we&#8217;ll have to study a new crypto algo :p<br />
Joking apart, it seems to be RC4, atleast looking at the initialization part of the crypto algo; I think it&#8217;s a oversight but it&#8217;s pretty strange. There are some more funny things inside the malware (strange code implementation, virtual machine check), more in the next days&#8230; stay tuned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asaperlo</title>
		<link>http://zairon.wordpress.com/2008/06/21/malware-able-to-infect-only-right-handed-people/#comment-4355</link>
		<dc:creator>asaperlo</dc:creator>
		<pubDate>Tue, 24 Jun 2008 14:55:43 +0000</pubDate>
		<guid isPermaLink="false">http://zairon.wordpress.com/?p=137#comment-4355</guid>
		<description>yes i found the same code :)
I also found a strange/bugged implementation
of RC4 used to encrypt/decrypt the strings:
In the loop for generating the stream the author seem to have done something like this:

for(int i=0; i &lt; len; i++) {
   i = i % 256;
   ..

instead of 
   i = (i + 1) % 256;

dont know yet if its a feature or a bug ;)
what do you think ?</description>
		<content:encoded><![CDATA[<p>yes i found the same code :)<br />
I also found a strange/bugged implementation<br />
of RC4 used to encrypt/decrypt the strings:<br />
In the loop for generating the stream the author seem to have done something like this:</p>
<p>for(int i=0; i &lt; len; i++) {<br />
   i = i % 256;<br />
   ..</p>
<p>instead of<br />
   i = (i + 1) % 256;</p>
<p>dont know yet if its a feature or a bug ;)<br />
what do you think ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bw</title>
		<link>http://zairon.wordpress.com/2008/06/21/malware-able-to-infect-only-right-handed-people/#comment-4354</link>
		<dc:creator>bw</dc:creator>
		<pubDate>Tue, 24 Jun 2008 07:51:30 +0000</pubDate>
		<guid isPermaLink="false">http://zairon.wordpress.com/?p=137#comment-4354</guid>
		<description>I&#039;m left handed and im using my right hand for mouse navi, to be honest I&#039;ve never seen anyone using his mouse with the left hand...</description>
		<content:encoded><![CDATA[<p>I&#8217;m left handed and im using my right hand for mouse navi, to be honest I&#8217;ve never seen anyone using his mouse with the left hand&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zairon</title>
		<link>http://zairon.wordpress.com/2008/06/21/malware-able-to-infect-only-right-handed-people/#comment-4353</link>
		<dc:creator>zairon</dc:creator>
		<pubDate>Mon, 23 Jun 2008 22:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://zairon.wordpress.com/?p=137#comment-4353</guid>
		<description>Yes, I&#039;m pretty sure but I should check. 
May I ask you why? Did you find the same code?</description>
		<content:encoded><![CDATA[<p>Yes, I&#8217;m pretty sure but I should check.<br />
May I ask you why? Did you find the same code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asaperlo</title>
		<link>http://zairon.wordpress.com/2008/06/21/malware-able-to-infect-only-right-handed-people/#comment-4352</link>
		<dc:creator>asaperlo</dc:creator>
		<pubDate>Mon, 23 Jun 2008 21:32:07 +0000</pubDate>
		<guid isPermaLink="false">http://zairon.wordpress.com/?p=137#comment-4352</guid>
		<description>did you find that piece of code in one
of the latest worms that spreads via MSN ?</description>
		<content:encoded><![CDATA[<p>did you find that piece of code in one<br />
of the latest worms that spreads via MSN ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
