much the same as the other
Go to file
Luna c4b2746d49
Update README.md
2022-08-27 18:00:32 +01:00
godot_dump console stuff 2022-08-27 01:04:14 +01:00
.gitattributes Add README.md. 2022-08-26 21:51:11 +01:00
.gitignore ok 2022-08-26 21:52:21 +01:00
LICENSE.txt Add README.md. 2022-08-26 21:51:11 +01:00
README.md Update README.md 2022-08-27 18:00:32 +01:00
godot_dump.sln ok 2022-08-26 21:52:21 +01:00

README.md

godot_key_extract

extracts the secret key used to encrypt gdscript files upon build

how to use?

download or build the dll, then use your favourite dll injector to inject the dll into the godot game.

examples of dll injectors:

extreme injector

build

clone the repo (git clone https://github.com/pozm/godot_key_extract.git) then open the visual studio workspace and then build either release or debug, probably doesn't matter.