How do i read encrypted files (from dragon spear)

How to translate the files of a game
nihs903222
Posts: 1
Joined: Tue Sep 18, 2018 1:56 am

How do i read encrypted files (from dragon spear)

Post by nihs903222 »

i unpacked the resources from a unity-based game called dragon spear
but the scripts are just encrypted
did i just go the wrong way, or there's another way to read this. :?
Image
akintos
Posts: 88
Joined: Tue May 08, 2018 7:48 pm

Re: How do i read encrypted files (from dragon spear)

Post by akintos »

Looks like BASE64 encoded binary data.

Try disassembling game DLLs to find how to read those files.
atom0s
Posts: 250
Joined: Sat Dec 27, 2014 8:49 pm

Re: How do i read encrypted files (from dragon spear)

Post by atom0s »

You need to upload files and link them here for others to be able to assist you.