Post

Buggy Jumper 2 - NahamconCTF 2024

Buggy Jumper 2 - NahamconCTF 2024

NahamCon CTF 2024

Buggy really wants the drip in the shop… Can you buy it for them?

Writeup

From the Buggy Jumper-1 I decompiled .gdc files and I also decompile the global.gdc outside the scripts folder (which was not shown in the buggy jumper 1 writeup).

Upon reviewing the code in global.gd, we can see that data is being saved without encrypting the values.

Decompiled APK

Using ADB shell to modify the value of saved_value.dat in my Genymotion android emulator where I installed the com.nahamcon2024.buggyjumper.apk.

Decompiled APK

Flag obtained after buying the drippy buggy in the BuggyJumper App

Decompiled APK Decompiled APK

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