bruvzg / gdsdecomp

Godot reverse engineering tools
MIT License
1.42k stars 138 forks source link

Is it possible to do full project recovery on an apk file? #58

Closed PistachioGuy closed 2 years ago

PistachioGuy commented 2 years ago

I lost the code on my computer for my game but i still have the apk on my phone

nikitalita commented 2 years ago

It should be. Extract the APK and get the PCK file from it, then use the CLI (read the README) to recover the project.

PistachioGuy commented 2 years ago

There is no .pck file inside of it, the apk looks like this image

nikitalita commented 2 years ago

Can you post the APK? If you don't want to upload it publicly, you can send it to me on Discord, I messaged you.

PistachioGuy commented 2 years ago

Sure I'll send on discord.

PistachioGuy commented 2 years ago

I needed to extract the apk, make the assets folder into a pck file, and then run the full project recovery on that. Thanks so much for the help nikitalita