Mental Health Check
Problem
Solution
A quick string check with the following command immediately reveal the flag
$ strings -n 8 mentalhealthcheck.exe | grep "FindITCTF"Flag
Flag
FindITCTF{everyone_asks_who_are_you_but_not_how_are_you}
Last updated