Update README.md

This commit is contained in:
Luna 2022-08-27 18:00:15 +01:00 committed by GitHub
parent f55c897d42
commit d6f1c2ad83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -1,3 +1,16 @@
# godot_key_extract # godot_key_extract
extracts the secret key used to encrypt gdscript files upon build extracts the secret key used to encrypt gdscript files upon build
## how to use?
download or [build](https://github.com/pozm/godot_key_extract#build) the dll, then use your favourite dll injector to inject the dll into the godot game.
examples of dll injectors:
• [extreme injector](https://github.com/master131/ExtremeInjector)
## 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.