combinecrcs-0.1

Post Reply
V.
Posts: 37
Joined: Mon Jun 08, 2026 1:27 am

combinecrcs-0.1

Post by V. »

Hi,

This is a tool to combine crcs.

Readme:

Code: Select all

What:
 This can be used to combine several crc values into one.

How:
 combinecrcs <CHUNKSIZE> <CRC> [<CHUNKSIZE> <CRC>]...

Why:
 Useful for finding combined crc values of tracks in the redump.org database.

Compiling:
 Use "make" on any linux/unix/bsd console nearby, or if you must, an msys or cygwin environment.
 You need to use a relatively recent gcc (4.5.0+ ish I guess).

 This software uses crcutil-1.0 for providing fast crc calculations.
 crcutil is made by Andrew Kadatch and Bob Jenkins and can be found on http://code.google.com/p/crcutil/
 Do not contact them for support on this software.
 The Makefile will try to pull in version 1.0 through wget if it is not supplied yet.

Small word of caution:
 Relying on a crc for checking a complete image is reasonably robust against data corruption.
 However, it is not robust for data integrity checking.
 Data can easily be faked to produce any crc of ones liking, so a collide is easy to compute.
 If you want to be sure about data integrity, use a crypto hash, such as md5 or sha1.

Contact:
 At the moment, see the redump.org forum thread where you got this.

-V.
Small word of caution:
Relying on a crc for checking a complete image is reasonably robust against data corruption, but not for data integrity checking.
Data can easily be faked to produce any crc of ones liking, so a collide is easy to compute.
If you want to be sure about data integrity, use a crypto hash, such as md5 or sha1.

I updated the 0.1 archives with this warning included in the readme.
Please redownload if yours doesn't contain it.

Source: combinecrcs-0.1.tar.gz
Win32 binary: combinecrcs-0.1-bin-win32.zip
Last edited by V. on Thu Aug 08, 2013 4:41 pm, edited 1 time in total.
User avatar
pablogm123
Posts: 836
Joined: Mon Jun 08, 2026 1:27 am

Re: combinecrcs-0.1

Post by pablogm123 »

Simply impressive, calculated (instantly) combined CRCs of individual tracks matches the one from the actual concatenated dump:

Image
On semi-vacation. MSF/AMSF to LBA/offset and viceversa calculator: link
To write properly occidental characters contained in japanese titles: screenshot
Spaces must be the fullwidth variant: link / screenshot
Jackal
Posts: 2598
Joined: Mon Jun 08, 2026 1:26 am

Re: combinecrcs-0.1

Post by Jackal »

Great tool!

ps. ir0b0t will be adding the combined crc-32 hash to the dump info page of all multitrack dumps soon, in case people want to check the integrity of their combined images.. Also, a cuesheets pack will be available as download for these images Image
Last edited by Jackal on Thu Aug 08, 2013 4:10 pm, edited 1 time in total.
Post Reply