<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Redump Forum — Updates on Ring Protech dumping method?]]></title>
		<link>http://forum.redump.org/topic/60899/updates-on-ring-protech-dumping-method/</link>
		<atom:link href="http://forum.redump.org/feed/rss/topic/60899/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Updates on Ring Protech dumping method?.]]></description>
		<lastBuildDate>Sun, 09 Mar 2025 21:05:39 +0000</lastBuildDate>
		<generator>PunBB 1.4.4</generator>
		<item>
			<title><![CDATA[Re: Updates on Ring Protech dumping method?]]></title>
			<link>http://forum.redump.org/post/124900/#p124900</link>
			<description><![CDATA[<p>Well done.</p>]]></description>
			<author><![CDATA[null@example.com (Nemok)]]></author>
			<pubDate>Sun, 09 Mar 2025 21:05:39 +0000</pubDate>
			<guid>http://forum.redump.org/post/124900/#p124900</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updates on Ring Protech dumping method?]]></title>
			<link>http://forum.redump.org/post/124898/#p124898</link>
			<description><![CDATA[<p>Thanks man. It&#039;s a nice code but it&#039;s not the code I was looking for. Anyway, I have found it elsewhere and I&#039;m preparing a new version of CDArchive which will:<br />- Remove dependency on CDMage completely<br />- Remove dependency on edcecc completely<br />- No merging necessary</p>]]></description>
			<author><![CDATA[null@example.com (reentrant)]]></author>
			<pubDate>Sun, 09 Mar 2025 19:04:20 +0000</pubDate>
			<guid>http://forum.redump.org/post/124898/#p124898</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updates on Ring Protech dumping method?]]></title>
			<link>http://forum.redump.org/post/124873/#p124873</link>
			<description><![CDATA[<div class="quotebox"><cite>reentrant wrote:</cite><blockquote><p>I don&#039;t have the code for generating ECC/EDC codes.</p></blockquote></div><p>Now you do : <a href="https://github.com/alex-free/edcre">https://github.com/alex-free/edcre</a></p>]]></description>
			<author><![CDATA[null@example.com (Nemok)]]></author>
			<pubDate>Sun, 09 Mar 2025 05:08:20 +0000</pubDate>
			<guid>http://forum.redump.org/post/124873/#p124873</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updates on Ring Protech dumping method?]]></title>
			<link>http://forum.redump.org/post/124807/#p124807</link>
			<description><![CDATA[<div class="quotebox"><cite>Deterous wrote:</cite><blockquote><p>It is not for the faint of heart<br /><a href="http://www.wiki.redump.org/index.php?title=Ringed_Disc_Dumping_Guide">http://www.wiki.redump.org/index.php?ti … ping_Guide</a></p></blockquote></div><p><img src="http://forum.redump.org/img/smilies/smile.png" width="15" height="15" alt="smile" /> There&#039;s one improvement possible - automatic merge of extracted sectors (for dvd it&#039;s easy, for cd it&#039;s harder as I don&#039;t have the code for generating ECC/EDC codes - CDMage has it - probably needs to be ripped somehow)</p><p>Do you know where can I find such source code?</p><p>EDIT: Loaded CDMage into IDA. There&#039;s good news and the bad news. I was able to locate code responsible for checking ECC / EDC&nbsp; / repairing. The bad news is that it&#039;s heavy math (Reed Solomon codes). I was able to find this article by looking after specific magic constants, for example 1118:</p><p><a href="https://topic.alibabacloud.com/a/eccedc-algorithm_8_8_32007687.html">https://topic.alibabacloud.com/a/eccedc … 07687.html</a></p><p>Unless someone rips that code from CDMage (hard) or writes it from scratch (hard+++) there&#039;s no room for improvement for cd dumping <img src="http://forum.redump.org/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p><p>EDIT2:<br />For DVDs process can be improved in two ways:<br />- 2048B sectors can be auto merged into input image file (in the code I have: rangeContext.writeSectorToImage = FALSE, so it&#039;s just a matter of setting it to TRUE)<br />- Read speed can be optimized if I know which 2048B sector is already correct in the input image. If sectors is full of zeroes - I can assume it&#039;s corrupted and try to re-read it. Is it safe?</p><p>For CDs process can be improved in one way:<br />- 2352B sectors can be auto merged into input image file (in the code I have: rangeContext.writeSectorToImage = FALSE, so it&#039;s just a matter of setting it to TRUE)</p><p>Attached newest build with auto-merge enabled...</p>]]></description>
			<author><![CDATA[null@example.com (reentrant)]]></author>
			<pubDate>Thu, 06 Mar 2025 21:52:22 +0000</pubDate>
			<guid>http://forum.redump.org/post/124807/#p124807</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updates on Ring Protech dumping method?]]></title>
			<link>http://forum.redump.org/post/124733/#p124733</link>
			<description><![CDATA[<p>Already had Almagno years ago trying to pull that one, we just can&#039;t afford this method. If it was only a few discs, it could be pulled, but in our case, is impossible.</p><p>We&#039;ll wait till a solution comes from Redumper.</p>]]></description>
			<author><![CDATA[null@example.com (diego-rbb-93)]]></author>
			<pubDate>Tue, 04 Mar 2025 08:37:37 +0000</pubDate>
			<guid>http://forum.redump.org/post/124733/#p124733</guid>
		</item>
		<item>
			<title><![CDATA[Re: Updates on Ring Protech dumping method?]]></title>
			<link>http://forum.redump.org/post/124731/#p124731</link>
			<description><![CDATA[<p>Work to support automatic/semi-automatic dumping of ring protection (or a subset of ring protection) is being done in redumper.</p><p>Until then, this is the guide you should follow for ringed discs. It is not for the faint of heart, takes a lot of time and effort:<br /><a href="http://www.wiki.redump.org/index.php?title=Ringed_Disc_Dumping_Guide">http://www.wiki.redump.org/index.php?ti … ping_Guide</a></p>]]></description>
			<author><![CDATA[null@example.com (Deterous)]]></author>
			<pubDate>Tue, 04 Mar 2025 03:20:03 +0000</pubDate>
			<guid>http://forum.redump.org/post/124731/#p124731</guid>
		</item>
		<item>
			<title><![CDATA[Updates on Ring Protech dumping method?]]></title>
			<link>http://forum.redump.org/post/124725/#p124725</link>
			<description><![CDATA[<p>DeMoya and I still seek to dump a good bunch of FX Interactive publisher discs from Spain AKA IBM PC spanish discs.</p><p>However, this publisher tend to use this damn ringcode protection and as I&#039;ve explained a few times over the years, the current dumping method is just too much.</p><p>Not sure if Redumper is able to deal with this or we are still stuck in the old method. Thanks for the atention.</p>]]></description>
			<author><![CDATA[null@example.com (diego-rbb-93)]]></author>
			<pubDate>Mon, 03 Mar 2025 21:41:53 +0000</pubDate>
			<guid>http://forum.redump.org/post/124725/#p124725</guid>
		</item>
	</channel>
</rss>
