Nahamcon CTF 2024 - Mobile Challenge Writeups
Helped clear the mobile board for ARESx, also blooded flyaway1 (the flutter pentests are paying off lmao). The mobile challs this year were pretty much simple reverse engineering tasks, here's how I speedran them:
Kitty kitty bang bang, Easy - 50 (303 solves)
Someone else got to this earlier, but pretty much you just need to run the app on your device then watch the device logs -- you can do this by using logcat which is built-in with the Android Studio IDE or you can monitor them on the commandline via adb logcat | grep <your-search-string:
image
Guitar, Easy - 50 (335 solves)
Wouldn't be a nahamcon mobile challenge without the usual flag in strings challenge. When reversing an apk, or pretty much anything, always check the strings.xml resource file:
image