FateSeeker encrypted/decrypted Assembly-CSharp.dlls

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
fffffaaaaa
Posts: 3
Joined: Sun Jun 30, 2019 1:34 am

FateSeeker encrypted/decrypted Assembly-CSharp.dlls

Post by fffffaaaaa »

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
chrrox
Posts: 388
Joined: Thu Aug 07, 2014 10:28 pm

Re: FateSeeker encrypted/decrypted Assembly-CSharp.dlls

Post by chrrox »

The files are not encrypted they are just lz4 compressed unity files.
use Unity asset bundle extractor to decompress them.
Image
fffffaaaaa
Posts: 3
Joined: Sun Jun 30, 2019 1:34 am

Re: FateSeeker encrypted/decrypted Assembly-CSharp.dlls

Post by fffffaaaaa »

Thanks, I'm not after the assets but the Assembly-Csharp.dll, which is encrypted.
chrrox
Posts: 388
Joined: Thu Aug 07, 2014 10:28 pm

Re: FateSeeker encrypted/decrypted Assembly-CSharp.dlls

Post by chrrox »

fffffaaaaa
Posts: 3
Joined: Sun Jun 30, 2019 1:34 am

Re: FateSeeker encrypted/decrypted Assembly-CSharp.dlls

Post by fffffaaaaa »

Thanks, I'll take a look.