Challenges: The Game (TryHackMe)

JebitokJebitok
1 min read

Table of contents

Cipher may have vanished, but he left behind encrypted secrets buried inside one of the most unexpected places—a Tetris game executable. The mission was to reverse-engineer the game binary, dig into its codebase, and uncover whatever hidden data Cipher had concealed within. This challenge, originally featured in the Hackfinity Battle 2025 CTF Event, put our binary analysis and OSINT skills to the test.

Cipher has gone dark, but intel reveals he’s hiding critical secrets inside Tetris, a popular video game. Hack it and uncover the encrypted data buried in its code.

This challenge was originally a part of the Hackfinity Battle 2025 CTF Event.

unzip zipfile

binwalk -e exefile

cd extractions

strings exefile > output.txt

cat output.txt | grep -i thm

By extracting the contents of the Tetris executable with binwalk, analyzing the binary strings, and carefully filtering for potential flags, we successfully uncovered the encrypted data Cipher left behind. This challenge highlights how even simple, familiar software can be weaponized to hide sensitive information and demonstrates the importance of reverse-engineering and static analysis skills in cybersecurity.

0
Subscribe to my newsletter

Read articles from Jebitok directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Jebitok
Jebitok

Software Developer | Learning Cybersecurity | Open for roles * If you're in the early stages of your career in software development (student or still looking for an entry-level role) and in need of mentorship, you can reach out to me.