Rating:

## Solution
The tool they are referring to is `strings`. Run the command `strings a.out | grep "flag"` to get the flag.

## Flag
**flag{str1ngs_FTW}**

Original writeup (https://malcrypt.gitlab.io/blog/ctfs/2021/tenable/re/only_tool/).