ELFファイル polymer が与えられた。
polymer に strings コマンドをかけると、大量の flag{n0t_th3_fl4g_l0l} を含む長文が出てきた。
polymer をsleepだけのようだった。
stringsコマンドの出力に対し、テキストエディタで flag{n0t_th3_fl4g_l0l} を meow に置換した後、flag で検索することで、flagが得られた。
A ELF file polymer was given.
I applied the strings command to the file polymer, finding a long sentence with many flag{n0t_th3_fl4g_l0l}.
I decompiled polymer via sleep.
I obtained the flag by replacing flag{n0t_th3_fl4g_l0l} in the output of strings command to meow and then searching for flag in a text editor.