bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.44k stars 142 forks source link

Get the decryption key #7

Open Naeta2 opened 4 years ago

Naeta2 commented 4 years ago

Hello,

I'm painfully trying to get the decryption key for .gde files, do you have an advice on how to get it from the exe or else ? Or do you plan on adding an option to get the key directly in the gdsdecomp module ?

thanks

nikitalita commented 2 years ago

This probably won't be added. There are ways of doing it, but I can't think of them off the top of my head. Look at the godot code if you'd like to learn how the encryption key is stored.

nikitalita commented 2 years ago

@vmjcv Your edited comment still had the specific steps in the revision history, so I deleted it.

Original edited comment:

"you can use IDA to get the decryption key.

Originally, specific steps were provided, but after careful consideration, it may affect the enthusiasm of Godot developers, so the specific practice was deleted"

vmjcv commented 2 years ago

@nikitalita ok, thanks