Godot (pentesting)

godot_0_protection godot_0_protection godot_0_protection

Godot is an open-source game engine. It supports 2D and 3D, and can compile binaries to Windows, Linux, macOS, Android, etc.

  • GitHub (81.9k ⭐)
  • πŸ“š It uses the GDScript scripting languages
  • πŸ“š It supports C# scripts too

We can use Godot RE Tools (1.1k ⭐) to reverse GDScripts, and extract assets such as images or DLL files.

# Download RE Tools v0.6.2
$ wget https://github.com/bruvzg/gdsdecomp/releases/download/v0.6.2/GDRE_tools-v0.6.2-linux.zip
$ unzip "GDRE_tools-v0.6.2-linux.zip"
$ chmod +x gdre_tools.x86_64
$ ./gdre_tools.x86_64

Use RE Tools > Recover Project and select the files to recover.