# Game 1 - Untitled Game

We made a game.

<https://drive.google.com/file/d/1bf4WnxE81YIizN2e77x5PrkqGPwllgki/view?usp=drive_link>

<figure><img src="https://3560954919-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRNLEUvGG0Wmv8owEkCep%2Fuploads%2FaDOicLBqlEguHiz2RRjb%2FScreenshot%202025-02-24%20104648.png?alt=media&#x26;token=2e27682e-3700-4530-b7b7-bbf323967284" alt=""><figcaption><p>Challenge Statement</p></figcaption></figure>

We are given an exe file which seems to be a game made with godot. To be honest, I didn't even check what's the game about because it shows "horror" as the program title when it run :moyai:

I will reverse engineer the game and extract it's component with <https://github.com/GDRETools/gdsdecomp/releases>.

<figure><img src="https://3560954919-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRNLEUvGG0Wmv8owEkCep%2Fuploads%2F9U2RQPTCUmzbqU3KNesU%2Fimage.png?alt=media&#x26;token=0c21cb21-999c-4f01-92d7-acd6cf465a9c" alt=""><figcaption><p>Extracted contents of the exe using GDRETools</p></figcaption></figure>

Looking at the script folder, there is a player.gd file and when we open it, there will be the flag.

<figure><img src="https://3560954919-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FRNLEUvGG0Wmv8owEkCep%2Fuploads%2FxeL1aq0Q257q5eft1ukc%2FScreenshot%202025-02-24%20215640.png?alt=media&#x26;token=ac63e5aa-862b-44e5-aeb8-f6818194b9ad" alt=""><figcaption><p>player.gd content</p></figcaption></figure>

FLAG: KashiCTF{N07\_1N\_7H3\_G4M3}
