# Godot Engine Game Hacking

Reversing Godot games. PCK extractors, GDScript decompilers, and project recovery tools.

4 tools Open Source Godot

Godot RE Tool (gdsdecomp) #

Open Source ★ 3.7k Updated 2026-04

With Godot blowing up in popularity, you're going to see more games using it. This is the main tool for unpacking Godot .pck files and getting the GDScript source back.

Pro Tip: With Godot's massive rise in popularity among indie devs, this tool is becoming just as necessary as Il2CppDumper is for Unity.

Godot

Godot PCK Explorer #

Open Source ★ 489 Updated 2025-09

The easiest way to look inside Godot 4 encrypted packages. It's a lightweight GUI that lets you browse, extract, and even merge mods into .pck files without needing the full editor.

Pro Tip: If you're dealing with Godot 4 games that use encryption, this is often more reliable for quick asset browsing than the full RE tools.

Godot

GdTool #

Open Source ★ 21 Updated 2021-11

A specialized command-line tool for those deep-diving into older Godot versions. It handles GDScript decompilation and compilation directly, which is great for automating your modding workflow.

Pro Tip: Best used when you want to automate the replacement of scripts inside a package without manual project recovery.

Godot

GodotPckTool #

Open Source ★ 547 Updated 2026-02

A high-performance standalone executable for unpacking and packing Godot .pck files. It is the go-to CLI tool for quickly listing, extracting, and repacking Godot assets without the full engine.

Pro Tip: This is a standalone community tool that is often faster and more reliable than the official engine scripts for bulk packing/unpacking operations.

Godot