Help with decrypt unity file

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
donotju
Posts: 6
Joined: Mon Aug 22, 2022 2:23 am

Help with decrypt unity file

Post by donotju »

Hello.
I'm trying to open some unity files but it seems to be encrypted.
I hope someone can help me!!
Thanks!!
Game name: 灵墟
Ekey
Posts: 1383
Joined: Sat Aug 09, 2014 2:34 pm

Re: Help with decrypt unity file

Post by Ekey »

Code: Select all

get NAME basename
string NAME += "_decrypted."
string NAME += "assets"

filexor "\x40"
get SIZE asize
log NAME 0 SIZE
donotju
Posts: 6
Joined: Mon Aug 22, 2022 2:23 am

Re: Help with decrypt unity file

Post by donotju »

Thank sir Ekey. It's working.