# cherriesandmochi/gdmaim

GDMaim is a GDScript obfuscation plugin for the Godot Engine.

Repository: https://github.com/cherriesandmochi/gdmaim
Canonical: https://ross.abutalabs.com/products/gdmaim
Language: GDScript
License: MIT
License Family: permissive
Last push: 2026-08-24T06:56:00+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 99, release rhythm 61, longevity 67
- inputs: {"age_days": 951, "days_push": 9, "days_rel": 103, "gap_med": 113, "n_releases_24m": 2}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1223, forks 72 (observed 2026-08-28T04:04:02.708442+00:00)

## What it is
GDMaim is a Godot Engine plugin that obfuscates all GDScript source code when exporting a project, renaming identifiers, hardcoding constants, and stripping comments. It makes reverse engineering of exported games significantly harder without modifying the original project files.

## Use cases
- protect gdscript source code in exported godot game
- prevent decompiling of godot pck files
- obfuscate game scripts to deter cheats in multiplayer games
- stop gdsdecomp from recovering my godot code
- hide game logic from players in exported build

## When to choose
- you ship a Godot 4.x game with GDScript and want to hinder reverse engineering or cheating
- you want non-destructive obfuscation applied only at export time

## When to avoid
- your project relies on runtime resource loading patterns the obfuscator breaks
- you need guaranteed protection - obfuscation only raises difficulty, not impossibility
- you use C# or GDExtension rather than GDScript

## Facets
- artifact type: plugin
- maturity: active
- function: security, reverse-engineering, compiler, build-tool
- domain: security, developer-tools
- platform: game-engine, cross-platform
- tags: godot, gdscript, obfuscation, export-plugin, anti-cheat, source-protection, game-development

## Member repositories
- cherriesandmochi/gdmaim (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:02.708442+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:15:31.710490+00:00, confidence not recorded.
  - readme: https://github.com/cherriesandmochi/gdmaim (fetched 2026-08-28T04:04:02.708442+00:00, sha cfcfffd05a08)
- Data as of 2026-08-30T08:39:29.467469+00:00.
