ファイルmorse_zero.txt
が与えられた。
ファイルをバイナリエディタで開いて観察すると、
E2 80 8C
、E2 80 8B
、5A
の3種類のデータから構成されているようだった。
-
、.
、空白に置換してから
From Morse Code を適用すると、ZER0_W1DTH_SPACE
という結果が得られた。
A file morse_zero.txt
was given.
Opening the file with a binary editor, it looked made of 3 kinds of data: E2 80 8C
, E2 80 8B
, and 5A
.
I replaced the data to -
, .
, and a white-space, respectively,
and applied "From Morse Code" on ZER0_W1DTH_SPACE
.
得られた文字列を指示通りflag{}
で囲むことで、flagが得られた。
I obtained the flag by adding flag{}
to this result as instructed.