write-ups-challenges-2024-2025/dot-dash/SOLUTION.md

15 lines
400 B
Markdown
Raw Normal View History

2024-11-25 21:29:27 +00:00
## 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}