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.
Loading...
Searching...
No Matches
main.cpp File Reference

Main program file. More...

#include "Constants.h"
#include "Random.h"
#include "PrintUsage.h"
#include "PlayerName.h"
#include "PasswordGenerate.h"
#include "PasswordShow.h"
#include "CheckCommandLineArguments.h"
#include "CheckRawData.h"

Functions

int main (int argc, char **argv)

Detailed Description

Main program file.

Author
WaluigiBSOD

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

The main program function.

Handles all the command-line input/output, displaying the program's splash screen and calling the appropriate password decoding/generation functions.

Parameters
[in]argcNumber of command-line arguments (zeroth one is always the program's executable full path).
[in]argvCommand-line arguments.
Returns
The program's exit code (0 if everything was ok, > 0 if a decoding/generation error occurred).
Author
WaluigiBSOD