char-ptr / gdke

Extract encryption key from godot binaries externally with a gui.
88 stars 7 forks source link

Incorrect Key Extracted #2

Closed andyanon6 closed 11 months ago

andyanon6 commented 1 year ago

I have used the gdke to extract a key from a game. The incorrect key was extracted. Per the screenshot below, that does not look like a key. The game is encrypted as I have used another tool to extract the contents and the script files have the .gde extension.

incorrect key extracted: 04000001080000000200000109000000050000010D0000001500000110000000 game godot version: 3.5.1

image

andyanon6 commented 11 months ago

No response.

char-ptr commented 11 months ago

Sorry, i was unaware of this issue being open. I'll look into this now

char-ptr commented 11 months ago

Does the game you're trying to extract from use a custom GD template? the a test game which i have built for GD version 3.5.1 works without issue

AndyAnon14 commented 10 months ago

No, it does not use a custom GD build.