<?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/"
	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>Darkreverser's Weblog</title>
	<atom:link href="http://darkreverser.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://darkreverser.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 14 Feb 2008 07:35:44 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='darkreverser.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/8b154e79f34749a0d8a008578d71c4fa?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Darkreverser's Weblog</title>
		<link>http://darkreverser.wordpress.com</link>
	</image>
			<item>
		<title>Simple guide to installing Python</title>
		<link>http://darkreverser.wordpress.com/2008/02/13/simple-guide-to-installing-python/</link>
		<comments>http://darkreverser.wordpress.com/2008/02/13/simple-guide-to-installing-python/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 21:36:31 +0000</pubDate>
		<dc:creator>darkreverser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://darkreverser.wordpress.com/?p=5</guid>
		<description><![CDATA[

Download and install ActiveState Python, it&#8217;s available from: http://www.activestate.com/store/activepython/download/


Open up a command prompt, assuming the files are stored in C:\Files, make sure you go there by typing: cd \Files


Then type the name of the script, such as mobihuff.py, and press enter, and it should show instructions.


       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darkreverser.wordpress.com&blog=2865599&post=5&subd=darkreverser&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><ol>
<li>
<div>Download and install ActiveState Python, it&#8217;s available from: <a href="http://www.activestate.com/store/activepython/download/">http://www.activestate.com/store/activepython/download/</a></div>
</li>
<li>
<div>Open up a command prompt, assuming the files are stored in C:\Files, make sure you go there by typing: cd \Files</div>
</li>
<li>
<div>Then type the name of the script, such as mobihuff.py, and press enter, and it should show instructions.</div>
</li>
</ol>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/darkreverser.wordpress.com/5/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/darkreverser.wordpress.com/5/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/darkreverser.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/darkreverser.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/darkreverser.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/darkreverser.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/darkreverser.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/darkreverser.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/darkreverser.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/darkreverser.wordpress.com/5/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/darkreverser.wordpress.com/5/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/darkreverser.wordpress.com/5/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darkreverser.wordpress.com&blog=2865599&post=5&subd=darkreverser&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://darkreverser.wordpress.com/2008/02/13/simple-guide-to-installing-python/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83aba9a0c0b37d45b1134ae8eb24e131?s=96&#38;d=identicon" medium="image">
			<media:title type="html">darkreverser</media:title>
		</media:content>
	</item>
		<item>
		<title>Huffdic compression</title>
		<link>http://darkreverser.wordpress.com/2008/02/13/huffdic-compression/</link>
		<comments>http://darkreverser.wordpress.com/2008/02/13/huffdic-compression/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 17:44:15 +0000</pubDate>
		<dc:creator>darkreverser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://darkreverser.wordpress.com/?p=4</guid>
		<description><![CDATA[I suspect my mobidedrm is decrypting certain huffdic compressed files incorrectly. There is some data right at the end of the section, and I think this is not supposed to be decrypted. However, I don&#8217;t have any files, so I can&#8217;t verify my theory.
 If someone has any huffdic compressed files that don&#8217;t appear to work [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darkreverser.wordpress.com&blog=2865599&post=4&subd=darkreverser&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>I suspect my mobidedrm is decrypting certain huffdic compressed files incorrectly. There is some data right at the end of the section, and I think this is not supposed to be decrypted. However, I don&#8217;t have any files, so I can&#8217;t verify my theory.</p>
<p> If someone has any huffdic compressed files that don&#8217;t appear to work ok after being processed through mobidedrm and mobihuff, please send the file and the PID of the file to my email, <a href="mailto:dark.reverser@googlemail.com">dark.reverser@googlemail.com</a></p>
<p> Thanks!</p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/darkreverser.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/darkreverser.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/darkreverser.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/darkreverser.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/darkreverser.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/darkreverser.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/darkreverser.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/darkreverser.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/darkreverser.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/darkreverser.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/darkreverser.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/darkreverser.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darkreverser.wordpress.com&blog=2865599&post=4&subd=darkreverser&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://darkreverser.wordpress.com/2008/02/13/huffdic-compression/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83aba9a0c0b37d45b1134ae8eb24e131?s=96&#38;d=identicon" medium="image">
			<media:title type="html">darkreverser</media:title>
		</media:content>
	</item>
		<item>
		<title>New Blog</title>
		<link>http://darkreverser.wordpress.com/2008/02/13/new-blog/</link>
		<comments>http://darkreverser.wordpress.com/2008/02/13/new-blog/#comments</comments>
		<pubDate>Wed, 13 Feb 2008 17:28:59 +0000</pubDate>
		<dc:creator>darkreverser</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://darkreverser.wordpress.com/?p=3</guid>
		<description><![CDATA[Hi all,
I&#8217;ve finally made a blog to describe my reversing endeavours. I&#8217;m not used to blogging, so I might not write so much.
 Anyway, here&#8217;s the latest versions of my scripts:
eReader2html.py 0.03 : http://pastebin.com/m28dad336
mobihuff.py 0.03 : http://pastebin.com/mbdcaf3b
mobidedrm.py 0.02 : http://pastebin.com/m12cec25b
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darkreverser.wordpress.com&blog=2865599&post=3&subd=darkreverser&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<div class='snap_preview'><br /><p>Hi all,</p>
<p>I&#8217;ve finally made a blog to describe my reversing endeavours. I&#8217;m not used to blogging, so I might not write so much.</p>
<p> Anyway, here&#8217;s the latest versions of my scripts:</p>
<p>eReader2html.py 0.03 : <a href="http://pastebin.com/m28dad336">http://pastebin.com/m28dad336</a></p>
<p>mobihuff.py 0.03 : <a href="http://pastebin.com/mbdcaf3b">http://pastebin.com/mbdcaf3b</a></p>
<p>mobidedrm.py 0.02 : <a href="http://pastebin.com/m12cec25b">http://pastebin.com/m12cec25b</a></p>
<img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/darkreverser.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/darkreverser.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/darkreverser.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/darkreverser.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/darkreverser.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/darkreverser.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/darkreverser.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/darkreverser.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/darkreverser.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/darkreverser.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/darkreverser.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/darkreverser.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=darkreverser.wordpress.com&blog=2865599&post=3&subd=darkreverser&ref=&feed=1" /></div>]]></content:encoded>
			<wfw:commentRss>http://darkreverser.wordpress.com/2008/02/13/new-blog/feed/</wfw:commentRss>
		<slash:comments>252</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/83aba9a0c0b37d45b1134ae8eb24e131?s=96&#38;d=identicon" medium="image">
			<media:title type="html">darkreverser</media:title>
		</media:content>
	</item>
	</channel>
</rss>