Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 457 Bytes

writeup.en.md

File metadata and controls

17 lines (9 loc) · 457 Bytes

Graffiti in the fog Writeup

Author

@dai

Overview

Flag is drawn in the image. Darker pixels are converted to 4d pointcloud, and perturbed along 2 orthogonal directions. The order of the pointcloud is shuffled.

Solution

The variances of perturbation is much larger than the actual pointcloud. Process PCA and select 2 components with small variances.

result_of_pca

TSGCTF{CARRY_A_FLASHLIGHT_WHEN_YOU_WALK_AT_NIGHT}