<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Redump Forum — Need some help]]></title>
		<link>http://forum.redump.org/topic/11551/need-some-help/</link>
		<atom:link href="http://forum.redump.org/feed/rss/topic/11551/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Need some help.]]></description>
		<lastBuildDate>Mon, 03 Dec 2012 15:56:27 +0000</lastBuildDate>
		<generator>PunBB 1.4.4</generator>
		<item>
			<title><![CDATA[Re: Need some help]]></title>
			<link>http://forum.redump.org/post/41651/#p41651</link>
			<description><![CDATA[<p>for compressed files (zip, rar, 7z...), probably the fastest way would be to grab the file listing from out of it with its corresponsing decompressor (if the format supports it)<br /></p><div class="codebox"><pre><code>$ unzip -l some\ game.zip 
Archive:  some game.zip
  Length      Date    Time    Name
---------  ---------- -----   ----
        0  2012-12-04 01:20   some game.smc
---------                     -------
        0                     1 file</code></pre></div><p>as for checking its hash, you would have to decompress the archive (unless you just use the hash stored with some archive formats)<br /></p><div class="codebox"><pre><code>$ unzip -p some\ game.zip | md5sum
d41d8cd98f00b204e9800998ecf8427e  -
$ md5sum some\ game.smc 
d41d8cd98f00b204e9800998ecf8427e  some game.smc</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (MikuroK)]]></author>
			<pubDate>Mon, 03 Dec 2012 15:56:27 +0000</pubDate>
			<guid>http://forum.redump.org/post/41651/#p41651</guid>
		</item>
		<item>
			<title><![CDATA[Re: Need some help]]></title>
			<link>http://forum.redump.org/post/41410/#p41410</link>
			<description><![CDATA[<p>Let me know if you&#039;re still struggling with this, I have a few thoughts for you..</p>]]></description>
			<author><![CDATA[null@example.com (acridAxid)]]></author>
			<pubDate>Tue, 16 Oct 2012 08:18:11 +0000</pubDate>
			<guid>http://forum.redump.org/post/41410/#p41410</guid>
		</item>
		<item>
			<title><![CDATA[Need some help]]></title>
			<link>http://forum.redump.org/post/40185/#p40185</link>
			<description><![CDATA[<p>I was directed here by Nexy,&nbsp; who said you guys were the people who could help me:</p><p>I&#039;ve written a program that builds a library and configures fe&#039;s from roms dragged onto it.<br />(<a href="http://code.google.com/p/rom-jacket">http://code.google.com/p/rom-jacket</a>)</p><p>Files with extensions that are exclusive to an emulated console (<em>.nes</em>) are identified and processed, but <em>.zip</em>, <em>.bin</em>, <em>.rom</em>, <em>.iso</em>, etc...(e.g: extensions for files that many emulated consoles share) must be indexed using a hash of some kind.</p><p>I need to query every file&#039;s hash in a given directory/subdir against every known hash for every known rom ever stored.<br />So I guess I&#039;d need a huge db file or many db&#039;s that I can compile.</p><p>I&#039;m BRAND NEW to dumping and have only a vauge idea of how all these tools work, but ideally I&#039;d need the hash checker to spit out something like this:</p><p><strong>FILE:</strong> ar2(JPN)[!].zip<br /><strong>MATCH:</strong> <span class="bbu">MD5</span> af8094t0u34rete93423r<br /><strong>ROM:</strong> Superman (JAP) [b2] (1997) (Stupidsoft)<br /><strong>SYSTEM:</strong> Super Sega</p>]]></description>
			<author><![CDATA[null@example.com (sudopinion)]]></author>
			<pubDate>Mon, 03 Sep 2012 22:22:25 +0000</pubDate>
			<guid>http://forum.redump.org/post/40185/#p40185</guid>
		</item>
	</channel>
</rss>
