Important information: this site is currently scheduled to go offline indefinitely by December 1st 2023.
If you wish to donate to attempt the preservation of tools and software somewhere else before it goes down, check the GoFundMe

Search found 1 match

by jopadan
Fri Jan 03, 2020 7:16 pm
Forum: Game Archive
Topic: POD file format checksum algorithms
Replies: 2
Views: 1200

POD file format checksum algorithms

Browsing all the code of the POD file format tools I didn't find any checksum algorithm support or information. The checksum algorithm used in POD2 files is CRC-CCITT32 with seed 0xFFFFFFFF A Collection of 32-bit CRC Tables and Algorithms http://www.mrob.com/pub/comp/crc-all.html which is based on m...