<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Redump Forum — findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
		<link>http://forum.redump.org/topic/12450/findcrcs-fast-crc-finding-tool-v02-windows-support-added/</link>
		<atom:link href="http://forum.redump.org/feed/rss/topic/12450" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in findcrcs (fast crc finding tool, v0.2, windows support added).]]></description>
		<lastBuildDate>Sat, 17 Feb 2018 22:55:10 +0000</lastBuildDate>
		<generator>PunBB 1.4.4</generator>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/58555/#p58555</link>
			<description><![CDATA[<p>I ran the frontend through VirusTotal and it was tagged as virus by about <a href="https://www.virustotal.com/#/file/d6b164ac37aa0072b191a561b8081eba10599f059da747d26bc37829ef3fcba2/detection">30% of the scanners</a>. With those results, I wouldn&#039;t even use it if I hadn&#039;t written it. The tool is insanely simple so I wondered what was causing so many alerts. </p><p>After some testing, it appears to be from a function that pauses/resumes findcrcs.exe. Normally a front end would wait for the tool to finish and process the resulting console-output.&nbsp; But if findcrcs is scanning for a track that is all 00s, it will often return thousands of hits and take forever to finish. To overcome this long wait, my frontend monitors findcrcs output, when some results have been found, pauses findcrcs, tests the result&#039;s MD5, and it there is a match, terminates findcrcs, or if there is no match, resumes findcrcs and continues to wait.</p><p>This &#039;pause exe&#039; function is built into Windows, you&#039;ll find it near the bottom of the source code as&nbsp; &#039;Func _ProcessSuspend()&#039; and &#039;Func _ProcessResume()&#039;. Apparently the virus scanners think using it means you&#039;re up to no good. I &#039;commented out&#039; these two functions and VirusTotal went down to 2 no-name positives.</p><p>It&#039;s rather heavy handed for virus scanners to alert on anything using the pause function, but anyways, I&#039;m submitting a false positive notice to a few of the bigger name companies. We&#039;ll see what happens.</p>]]></description>
			<author><![CDATA[null@example.com (HwitVlf)]]></author>
			<pubDate>Sat, 17 Feb 2018 22:55:10 +0000</pubDate>
			<guid>http://forum.redump.org/post/58555/#p58555</guid>
		</item>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/58521/#p58521</link>
			<description><![CDATA[<p>It&#039;s wise to be cautious. I did include the source code, but I doubt anyone cares or knows enough to go through it. If you open the source code and search for &#039;filewrite&#039;, you will find the only interaction the code has with the PC that can actually changes anything. This is the line that writes the extracted tracks to the hard drive. &#039;FileRead&#039; will show you the only place it gathers any data from your PC; this is when it&#039;s reading the tracks from the source CD image.</p><p>This tool is written in Autoit language. Autoit doesn&#039;t compile the script into machine code, but stores it internally in an executable wrapper. Since all Autoit scripts share the same wrapper, it&#039;s fairly common for the language to produce false positives. You can read about it <a href="https://www.autoitscript.com/wiki/AutoIt_and_Malware">HERE.</a> I have Comodo anti-virus, and for whatever reason, it alerts every now and then when I&#039;m compiling one of my AutoIt scripts.</p><p>I know we live in an age when people can&#039;t really be trusted, but for what it&#039;s worth, I give my word that I wouldn&#039;t produce anything like a virus.</p><p>On a side note, after I made this front end, I found that someone else had already made a similar tool <a href="http://forum.redump.org/topic/14688/gui-for-findcrcs/">HERE.</a> If you&#039;re still worried about the false-positive, it&#039;s a very good alternative. I prefer the smaller footprint of my version, but the built in tools in the other front-end are very nice too.</p>]]></description>
			<author><![CDATA[null@example.com (HwitVlf)]]></author>
			<pubDate>Fri, 16 Feb 2018 21:51:18 +0000</pubDate>
			<guid>http://forum.redump.org/post/58521/#p58521</guid>
		</item>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/58225/#p58225</link>
			<description><![CDATA[<p>same here.</p>]]></description>
			<author><![CDATA[null@example.com (celebi)]]></author>
			<pubDate>Fri, 02 Feb 2018 13:33:51 +0000</pubDate>
			<guid>http://forum.redump.org/post/58225/#p58225</guid>
		</item>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/58224/#p58224</link>
			<description><![CDATA[<p>Checking the archive of v7 I&#039;m getting a virus / malware alert: Pynamer.A!ac!?</p>]]></description>
			<author><![CDATA[null@example.com (retaliator)]]></author>
			<pubDate>Fri, 02 Feb 2018 12:43:34 +0000</pubDate>
			<guid>http://forum.redump.org/post/58224/#p58224</guid>
		</item>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/58033/#p58033</link>
			<description><![CDATA[<p><a href="http://www.mediafire.com/file/a0t4v48pt87e3pb/FindCRCgui_v7.rar">HERE</a> is the final version of the GUI. I tested with every browser I could find and the only ones that bungled the formatting were Microsoft IE and Edge. I added a fix for IE, but I don&#039;t really care to fool with Edge when so many other browsers work properly. Microsoft products just aren&#039;t what they used to be.</p><p>As far as changes in the GUI, I tested on about 30 BINs from my garbage folder of bad dumps and fixed several bugs, some significant, some only triggering on rare random factors. Hopefully it&#039;ll be useful to someone. <img src="http://forum.redump.org/img/smilies/wink.png" width="15" height="15" alt="wink" /></p><p>The v0.3 findcrcs appears to have bugs (not the GUI but findcrcs itself). I confirmed that t doesn&#039;t detect CRCs in some files as it should. It will not detect Track1 of the game <a href="http://redump.org/disc/16736/">HERE </a>, but v2 does.</p>]]></description>
			<author><![CDATA[null@example.com (HwitVlf)]]></author>
			<pubDate>Wed, 24 Jan 2018 11:57:09 +0000</pubDate>
			<guid>http://forum.redump.org/post/58033/#p58033</guid>
		</item>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/57984/#p57984</link>
			<description><![CDATA[<p>Thank you rosewood, very helpful info. I&#039;m working on a fix for IE and testing other browsers. I implemented a variable detection in v4, but it will still fail with IE because of the extra space added to row-ends. </p><p>The frontend currently seems to work with track-info copied from Firefox, Midori and Opera v12.18.</p>]]></description>
			<author><![CDATA[null@example.com (HwitVlf)]]></author>
			<pubDate>Mon, 22 Jan 2018 02:04:59 +0000</pubDate>
			<guid>http://forum.redump.org/post/57984/#p57984</guid>
		</item>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/57980/#p57980</link>
			<description><![CDATA[<p>I figured out what was wrong. It seems that it depends on the browser how the data is copied. IE11 - copies all values separated with a space and rows separated with a space and line break. Edge - copies all values/rows separated with a line break. Firefox - does it right.<br />Your program requires a fixed formatting (i.e. all values separated with a tab and all rows separated with a line break). Maybe you should implement a check for whitespace characters first before doing the scan.<br />For now I&#039;ll use Notepad++ to change the data into the correct format, e.g. replace &#039; \r\n&#039; with &#039;\r\n&#039; and &#039; &#039; with &#039;\t&#039;.</p><p>By the way, I am neither the author nor did I change comething in the code of findcrcs. It just happened that the link to v2 was unavailable for some time, so I searched the www for the file and found the updated source on github. I couldn&#039;t get it to compile under Windows and in the end I used Ubuntu with Win64 target settings.</p>]]></description>
			<author><![CDATA[null@example.com (rosewood)]]></author>
			<pubDate>Sun, 21 Jan 2018 10:35:53 +0000</pubDate>
			<guid>http://forum.redump.org/post/57980/#p57980</guid>
		</item>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/57979/#p57979</link>
			<description><![CDATA[<p>Anything worth doing is worth doing right, so I care to make this tool decent. But I&#039;m also fairly busy, so there&#039;s&nbsp; a small window when I&#039;m willing to put effort into refining the GUI. If anyone cares to do some testing to iron out bugs, speak now or forever hold your peace. </p><p>EDIT See post 15 for GUI</p><p>@rosewood I tried your build on some larger ISOs. It rejects some large windows with a message, but runs on some ~4GB images and incorrectly lists no matching CRCs. It would be better to add a limit message to my GUI that have it erroneously report &#039; no match&#039;. Do you know what the size cap for an accurate scan is?</p>]]></description>
			<author><![CDATA[null@example.com (HwitVlf)]]></author>
			<pubDate>Sun, 21 Jan 2018 08:44:07 +0000</pubDate>
			<guid>http://forum.redump.org/post/57979/#p57979</guid>
		</item>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/57969/#p57969</link>
			<description><![CDATA[<p>That&#039;s unfortunate.&nbsp; EDIT SEE POST 15</p><p>I use findcrcs mostly to extract the split-tracks from a multi-track game that I dumped into a single image. Its easy to make a frontend to search for one track at a time from user input size/CRC, but it&#039;s miserable to enter all that information for a game with 40 tracks. So the question is how to automatically parse a game listing, automatically extracting size/crc, in a way that&#039;s compatible all the listings here. I&#039;ve used my fromend for PS1 game listing extensively with no problems.</p><p>The upgrades in your v3 are quite useful.</p>]]></description>
			<author><![CDATA[null@example.com (HwitVlf)]]></author>
			<pubDate>Sat, 20 Jan 2018 23:56:24 +0000</pubDate>
			<guid>http://forum.redump.org/post/57969/#p57969</guid>
		</item>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/57957/#p57957</link>
			<description><![CDATA[<p>I can&#039;t get your GUI to work, it always throws the error &quot;Track Information is not formatted correctly.&quot;</p><p>So I compiled <a href="https://github.com/claunia/findcrcs">v3</a> of findcrcs for win64, you can download it here: <a href="https://www.xup.in/dl,73149290/findcrcs-0.3-bin-win64.7z/">findcrcs-0.3-bin-win64.7z</a><br />This new Version also supports extract from the command line:</p><div class="codebox"><pre><code>Usage: findcrcs [OPTION]... [--] &lt;FILE&gt; &lt;WINDOWSIZE&gt; &lt;CRC&gt; [MD5] [CRC [MD5]...]

Find the offset of CRCs in FILE with a window size of WINDOWSIZE.
Outputs the crc, offset and md5 of a found segment.
If an MD5 is given, it will only output or extract on a matching md5 hash.

  -e              extract the found segments with the md5 hash as filename
  -f EXTRACTFILE  use EXTRACTFILE as file to extract to
                  implies -e and -q
  -p PADDING      use PADDING amount of zero bytes around the input file
                  this can result in a negative offset in the results
                  if used with -s only an end padding will be added
  -q              quit processing after finding a match and optionally
                  extracting that match
  -s SEEDFILE     get an initial crc from SEEDFILE
                  if used with -e, the SEEDFILE will be joined with the found
                  segment</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (rosewood)]]></author>
			<pubDate>Fri, 19 Jan 2018 21:36:01 +0000</pubDate>
			<guid>http://forum.redump.org/post/57957/#p57957</guid>
		</item>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/57949/#p57949</link>
			<description><![CDATA[<p>This scanner works well enough that I made a simple GUI front-end for my own use. It uses info from the Redump database and extracts tracks that are found.<br /><a href="https://imgbb.com/"><span class="postimg"><img src="https://image.ibb.co/mbj1E6/GUI.png" alt="https://image.ibb.co/mbj1E6/GUI.png" /></span></a></p><p>In case it helps anyone else, it is <a href="http://www.mediafire.com/file/a0t4v48pt87e3pb/FindCRCgui_v7.rar"> HERE.</a> Source code (Autoit) included.</p><p>EDIT Link Updated to v7</p>]]></description>
			<author><![CDATA[null@example.com (HwitVlf)]]></author>
			<pubDate>Fri, 19 Jan 2018 01:32:43 +0000</pubDate>
			<guid>http://forum.redump.org/post/57949/#p57949</guid>
		</item>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/42191/#p42191</link>
			<description><![CDATA[<p>Thanks, V.</p><p>Agree with pablogm123: match finding is very fast.<br /> <img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (camb702)]]></author>
			<pubDate>Thu, 17 Jan 2013 12:23:54 +0000</pubDate>
			<guid>http://forum.redump.org/post/42191/#p42191</guid>
		</item>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/42188/#p42188</link>
			<description><![CDATA[<p>Tested. This tool is really impressive.</p><br /><p>This is the test I have performed:</p><p>I have extracted, using IsoBuster (no offset correction, no error detection for audio...), a full image of this <a href="http://redump.org/disc/25717/">audio disc</a> I dumped in the past. Then, I have run <em>findcrcs.exe &quot;image.bin&quot; 95020800 dd0e562e</em>. After 10-11 seconds (I own a budget CPU), findcrcs has found two fragments with matching CRC32 (I assume due to hashes collisions), the second one with the expected MD5 hash.</p><p><em>G:\&gt;findcrcs.exe &quot;image.bin&quot; 95020800 dd0e562e<br />120031802&nbsp; dd0e562e&nbsp; 87ac7985fcc46286efc5c0876f723e5e<br /><strong>619521696&nbsp; dd0e562e&nbsp; 8855ffc1921ec4e5d7536272ced3d989</strong></em></p>]]></description>
			<author><![CDATA[null@example.com (pablogm123)]]></author>
			<pubDate>Wed, 16 Jan 2013 19:05:49 +0000</pubDate>
			<guid>http://forum.redump.org/post/42188/#p42188</guid>
		</item>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/42133/#p42133</link>
			<description><![CDATA[<p>Thanks.<br />I used a bit of shellscript for that, but I guess that on windows it would be easier to have that be done by the tool itself.<br />I&#039;ll see what I can do in the next revision, i&#039;ll probably add a &quot;slice&quot; tool instead of having it be done by findcrcs itself.</p>]]></description>
			<author><![CDATA[null@example.com (V.)]]></author>
			<pubDate>Fri, 11 Jan 2013 22:54:10 +0000</pubDate>
			<guid>http://forum.redump.org/post/42133/#p42133</guid>
		</item>
		<item>
			<title><![CDATA[Re: findcrcs (fast crc finding tool, v0.2, windows support added)]]></title>
			<link>http://forum.redump.org/post/42132/#p42132</link>
			<description><![CDATA[<p>Excellent tool, V.</p><p>Is there any chance of adding an option to output any found fragments to a new file(s)?<br />e.g.</p><div class="quotebox"><blockquote><p>findcrcs &lt;file&gt; &lt;size of window&gt; &lt;crc&gt; &lt;outfile&gt;</p></blockquote></div>]]></description>
			<author><![CDATA[null@example.com (camb702)]]></author>
			<pubDate>Fri, 11 Jan 2013 20:25:36 +0000</pubDate>
			<guid>http://forum.redump.org/post/42132/#p42132</guid>
		</item>
	</channel>
</rss>
