Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 537 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 537 Bytes

Day 15. Santa's old program

Santa found his old program, which contains a secret. Can you help him retrieve it? Flag is right input!

check

Solution

Open the executable in Ghidra. Apart from the other stuff, there was an interesting piece of code:

ghidra.png

See isValid.cpp for the reference.

I did not spend much time figuring out what is happening here, but the flag was almost immediately visible between the lines:

ctf{FrostyTheSn0wman!}