Chrono Cross: Difference between revisions

From Game Research Wiki
Jump to navigation Jump to search
Created page with "Category:Games ==Discs== ==Research== ==Tools=="
 
No edit summary
Line 1: Line 1:
[[Category:Games]]
[[Category:Games]]
==Discs==
==Discs==
ToDo: Add disc 1 and 2 file list and SHA256 hash.
==Research==
==Research==
Mounting first disc and a quick check shows main program and System.CNF... And that's all. This may be using a common trick where the index and data and loaded from another place on the disc and does not use the CD filesystem structure to load data outside of the initial boot. This was common in several japanese RPG games from the PS1 and even PS2 era. Will require static analyses of the program (reverse/disasemble), or debugger, or just sector by sector check, or all.
==Tools==
==Tools==

Revision as of 18:13, 4 August 2024

Discs

ToDo: Add disc 1 and 2 file list and SHA256 hash.

Research

Mounting first disc and a quick check shows main program and System.CNF... And that's all. This may be using a common trick where the index and data and loaded from another place on the disc and does not use the CD filesystem structure to load data outside of the initial boot. This was common in several japanese RPG games from the PS1 and even PS2 era. Will require static analyses of the program (reverse/disasemble), or debugger, or just sector by sector check, or all.

Tools