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.
How do i read encrypted files (from dragon spear)
-
- Posts: 1
- Joined: Tue Sep 18, 2018 1:56 am
-
- Posts: 88
- Joined: Tue May 08, 2018 7:48 pm
Re: How do i read encrypted files (from dragon spear)
Looks like BASE64 encoded binary data.
Try disassembling game DLLs to find how to read those files.
Try disassembling game DLLs to find how to read those files.
-
- Posts: 250
- Joined: Sat Dec 27, 2014 8:49 pm
Re: How do i read encrypted files (from dragon spear)
You need to upload files and link them here for others to be able to assist you.