wattostudios / GameExtractor

Reads and writes thousands of different archive and image formats used in games.
http://www.watto.org
GNU General Public License v2.0
143 stars 9 forks source link

Excitebots CRC algorithm cracked #12

Closed Gamebuster19901 closed 2 years ago

Gamebuster19901 commented 2 years ago

I reverse engineered the Excitebots CRC algorithm. Figured you might find it useful, you can do whatever you want with it.

https://github.com/TheGameCommunity/ExciteBot/blob/master/src/main/java/com/gamebuster19901/excite/game/crc/CRCTester.java

wattostudios commented 2 years ago

Thanks for letting us know, we have noted it down, not sure what we'll do with it just yet, but definitely appreciate you letting us know about it!