Could anyone help to find out what is the encryption key for Fate Seeker?
https://store.steampowered.com/app/882790/_Fate_Seeker/
Is there a tutorial to find out the encryption key string for unity csharp assembly? Thank you!
Original exe and dlls
https://drive.google.com/open?id=1YMDvZA3NQSnWz0tDph4IY488qg0QmQ2P
Decrypted dll, dumped using cheat engine. Could some one help to figure out the encryption algorithm? Thanks!
https://drive.google.com/open?id=165T-vY9BXkg3eTyDyvuD4lkkQ_B6cqJ9
FateSeeker encrypted/decrypted Assembly-CSharp.dlls
-
- Posts: 3
- Joined: Sun Jun 30, 2019 1:34 am
-
- Posts: 388
- Joined: Thu Aug 07, 2014 10:28 pm
Re: FateSeeker encrypted/decrypted Assembly-CSharp.dlls
The files are not encrypted they are just lz4 compressed unity files.
use Unity asset bundle extractor to decompress them.
use Unity asset bundle extractor to decompress them.
-
- Posts: 3
- Joined: Sun Jun 30, 2019 1:34 am
Re: FateSeeker encrypted/decrypted Assembly-CSharp.dlls
Thanks, I'm not after the assets but the Assembly-Csharp.dll, which is encrypted.
-
- Posts: 388
- Joined: Thu Aug 07, 2014 10:28 pm
-
- Posts: 3
- Joined: Sun Jun 30, 2019 1:34 am
Re: FateSeeker encrypted/decrypted Assembly-CSharp.dlls
Thanks, I'll take a look.