write-ups-challenges-2024-2025/dot-dash/SOLUTION.md
2024-11-25 22:29:27 +01:00

400 B

Difficulty

40/100 | MEDIUM

Category

Reversing

How To Solve

The main function contains a bunch of calls to dot, dash and space. These represent more code. You can decompile this code with a tool such as ghydra and copy the calls into a text file, convert those calls to actual ".", "-" and " "'s and then interpret that using an online morse decoder.

Flag

IGCTF{code-so-old-its-rusty}