Post

Buggy Jumper 1 - NahamconCTF 2024

Buggy Jumper 1 - NahamconCTF 2024

NahamCon CTF 2024

Buggy Jumper is a new mobile game that can be enjoyable for both gamers and hackers! There’s a lot going on, can you get some of game’s source code to see whats happening behind the scenes?

Writeup

Download the com.nahamcon2024.buggyjumper.apk and decompile it using apktool

1
apktool d com.nahamcon2024.buggyjumper.apk

Decompiled APK

Looking at the scripts folder from the decompiled apk there are compiled godot scripts (the .gdc file extensions).

Decompiled APK

Using gdsdecomp a Godot Reverse Engineering tool from github to decompile flag.gdc file.

Decompiled APK Decompiled APK

Flag obtained after opening the decompiled flag.gd

Decompiled APK

This post is licensed under CC BY 4.0 by the author.