Program to deal with 3DO images MODE1/2352? by RukarioGyiyg996 at 3:33 AM EDT on September 30, 2013
There's this interesting utility I found (barely) that is able to decrypt and dump the entire file system contents of 3DO images but it only works for MODE1/2048 images, and now I came across a MODE1/2352...
Is there a safe way to convert it to 2048 byte sectors, or does there exist a much better tool than what I'm using?
Tool in question is: "unCD-ROM.exe" by Alexander Trush http://trush.da.ru
The .cpp was provided with this but I'm not sure if it's an easy task to modify the program to read 2352 images.
EDIT: https://dl.dropboxusercontent.com/u/45822870/unCD-ROM.cpp There's the CPP if anyone can figure it out before I do...