|
Dr. Mario 64 Password Tool Version 1.1
A command-line tool written in C++ that allows to generate and decode the passwords of Dr. Mario 64.
|
| CheckCommandLineArguments.cpp | Functions that validate command-line arguments, as strings |
| CheckCommandLineArguments.h | CheckCommandLineArguments.cpp's header file |
| CheckRawData.cpp | Functions that validate command-line arguments as raw data and decoded password data |
| CheckRawData.h | CheckRawData.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 |
| PasswordDecode.cpp | Function that decodes a password given in input |
| PasswordDecode.h | PasswordDecode.cpp's header file |
| PasswordGenerate.cpp | Functions that generate a password given its raw data in input |
| PasswordGenerate.h | PasswordGenerate.cpp's header file |
| PasswordShow.cpp | Function that shows a decoded password to screen |
| PasswordShow.h | PasswordShow.cpp's header file |
| PlayerName.cpp | Functions that handle how the player name is encoded internally |
| PlayerName.h | PlayerName.cpp's header file |
| PrintError.cpp | Functions that display error messages on screen |
| PrintError.h | PrintError.cpp's header file |
| PrintUsage.cpp | Functions that display the program's usage on screen |
| PrintUsage.h | PrintUsage.cpp's header file |
| Random.cpp | Objects that handle pseudorandom numbers generation |
| Random.h | Random.cpp's header file |
| StringFunctions.cpp | Functions that handle the manipulation of strings |
| StringFunctions.h | StringFunctions.cpp's header file |