<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Redump Forum — Need some help]]></title>
	<link rel="self" href="http://forum.redump.org/feed/atom/topic/11551/" />
	<updated>2012-12-03T15:56:27Z</updated>
	<generator version="1.4.4">PunBB</generator>
	<id>http://forum.redump.org/topic/11551/need-some-help/</id>
		<entry>
			<title type="html"><![CDATA[Re: Need some help]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/41651/#p41651" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[MikuroK]]></name>
				<uri>http://forum.redump.org/user/12561/</uri>
			</author>
			<updated>2012-12-03T15:56:27Z</updated>
			<id>http://forum.redump.org/post/41651/#p41651</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Need some help]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/41410/#p41410" />
			<content type="html"><![CDATA[<p>Let me know if you&#039;re still struggling with this, I have a few thoughts for you..</p>]]></content>
			<author>
				<name><![CDATA[acridAxid]]></name>
				<uri>http://forum.redump.org/user/53063/</uri>
			</author>
			<updated>2012-10-16T08:18:11Z</updated>
			<id>http://forum.redump.org/post/41410/#p41410</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Need some help]]></title>
			<link rel="alternate" href="http://forum.redump.org/post/40185/#p40185" />
			<content type="html"><![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>]]></content>
			<author>
				<name><![CDATA[sudopinion]]></name>
				<uri>http://forum.redump.org/user/46219/</uri>
			</author>
			<updated>2012-09-03T22:22:25Z</updated>
			<id>http://forum.redump.org/post/40185/#p40185</id>
		</entry>
</feed>
