Decodex is a Command Line Interface (CLI) application for Capture-The-Flag (CTF) players to quickly transform data from one format to another with extreme ease. The intuitive interaction can help speed up a player’s performance during CTFs and save time without having to manually code the tedious data transformations.
As discussed, the last time that a command is used is not run(), but when it is checked whether the command is an ExitCommand. Perhaps move the X outside the while loop?
As discussed, the last time that a command is used is not
run()
, but when it is checked whether the command is anExitCommand
. Perhaps move the X outside the while loop?