Alien Storm (Genesis) Credits Select Cheat Tool Version 1.1
A command-line tool that computes some stuff regarding the Genesis Alien Storm game's credits select cheat.
|
ComputeMinimumSolutionLengths.cpp | Functions for computing minimum solution lengths, regardless of the initial internal state |
ComputeMinimumSolutionLengths.h | ComputeMinimumSolutionLengths.cpp's header file |
ComputePruneTables.cpp | Functions for for computing prune tables |
ComputePruneTables.h | ComputePruneTables.cpp's header file |
ComputeRainbowTable.cpp | Functions for computing the algorithm's rainbow table |
ComputeRainbowTable.h | ComputeRainbowTable.cpp's header file |
ComputeSolutions.cpp | Functions for computing all the solutions of a certain minimum length, for a certain initial internal state |
ComputeSolutions.h | ComputeSolutions.cpp's header file |
Constants.cpp | Constants file. All the program's constant are defined in this file |
Constants.h | Constants.cpp's header file. It's used to import the program's constants inside every source file |
main.cpp | Main program file |
PrintSplashScreen.cpp | Functions for displaying the initial splash screen |
PrintSplashScreen.h | PrintSplashScreen.cpp's header file |