png...?

ファイル flag.png が与えられた。

TSXBINで開くと、中身はPNGファイルのようだったが、IDATチャンクの長さが0になっていた。
この長さの部分に 0x1354 を書き込むと、画像として開くことができるようになり、画像中にflagが書かれていた。

A file flag.png was given.

Opening on TSXBIN, I found that it looked like a PNG file, but the length of th IDAT chunk is set to 0.
Overwriting 0x1354 as the length, the file became able to be opened as an image, and the flag was in the image.

CPCTF{15_th15_f113_png}

CPCTF22