mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.6K
active users

For the first time a malware written in GDScript has been spotted in the wild. The attack vector are spam-repos on Github with infected cracked game executables targeting Windows devices. The code uses a bunch of OS.execute statements to run malicious shell code. More interesting are the employed anti-emulation techniques. One of them uses Godot’s rendering capability detection to check for 3D Video Acceleration.


Godot UserGroup Berlin :godot:

Key takeaways of the report:
- Do not download and run executables from untrustworthy sources
- Do not run executables with admin privileges except you know what you are doing
- As a Game Creator: Encrypt your .pck file/section with asymmetric keys to prevent malicious actors from easily infecting your game code.


@GodotUserGroupBerlin thanks for pointing out the encryption feature for pcks. The fact that the templates must be compiled with the key, makes it a bit harder to use, unfortunately.