I really appreciate that you included the source code with usefull comments. Thank u.
The password can be obtained by using strings command. |
==> |
I agree with 0xZERO. The program is supposed to compare the user supplied pin with the integer 0 and if its equal the obfuscated flag will be printed otherwise it will finish execution after printing the "I don't know" message.However , i don't know if its a bug or no, as 0xZERO said cin will convert the entered pin by user to 0 if its a single character so if its not a bug the correct pin(s) are any supplied single character or the number 0. |
==> |