MiniDSP Writeup - GPN CTF 2025
My writeup for the Rev/MiniDSP challenge in GPN CTF 2025
Rev/MiniDSP - S1nn105
I found this compiler, I compiled this code, now I am confused. I hope you are as well. Note that the code might be broken.
Initial Thoughts
We are given an ELF binary entitled “FUUUNNN_SURLEY”. My first thought was to put it into a compiler and poke around.
Methodology
I uploaded it into Binary Ninja, which is what I use for a lot of these challenges because its easy to install and use (IDA license key setup is confusing and Ghidra looks scary), and scrolled through. At the very bottom, there was the flag.
Solution
The flag is GPNCTF{yOu_reaLlY_KNow_yOur_iN5TRument5_Now_PR_iT_TO_GHIDR4}
. This was a pretty simple challenge, and I wish I had more time to explore the rev challenges. I was doing 3 other CTFs at the same time as this one, so it was a bit hectic.