Wave a Flag¶
We receive a binary for this challenge and we mark it executable. Following the directions, we run the binary with the -h
flag which prints out the flag. We could also run strings on the binary and grep for pico
like so: strings warm | grep pico