char-ptr / gdke

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

Stuck on sig id 1 #16

Open Nahieluniversal opened 2 months ago

Nahieluniversal commented 2 months ago

Stuck on sig id 1 with this game while getting the key: https://leef6010.itch.io/paper-lily-chapter-1

KrakenTales commented 1 month ago

The same thing!

char-ptr commented 1 month ago

I'll look into this on this weekend - i'll get back to you then

Aper4 commented 1 month ago

also same :/

KrakenTales commented 3 weeks ago

I'll look into this on this weekend - i'll get back to you then

We are still praying that you will return to this one day

PaologGithub commented 3 weeks ago

I'll look into this on this weekend - i'll get back to you then

We are still praying that you will return to this one day

He said in the issue #19 that he will rework on this project

zachary-caudle commented 2 weeks ago

Having the same issue right now

char-ptr commented 2 weeks ago

Heads up the game in this issue uses godot mono / c#. this does not use any form of encryption and the assemblies can be viewed after recovering them from the pack using something like gdre.

PaologGithub commented 2 weeks ago

Heads up the game in this issue uses godot mono / c#. this does not use any form of encryption and the assemblies can be viewed after recovering them from the pack using something like gdre.

So to decrypt it, we need to use gdre directly on the exe?

KrakenTales commented 2 weeks ago

Heads up the game in this issue uses godot mono / c#. this does not use any form of encryption and the assemblies can be viewed after recovering them from the pack using something like gdre.

It is mostly decrypted, but some files remain encrypted, so there is a need to get the key to these, some inaccessible files. And since they are encrypted, unpacking .PCK files occurs with an error and some files retain the .GDE format with encrypted content. What do you recommend me to do in this case to find out what the problem is: provide these files or record a video with actions?