Hello, I just updated an unity web game (灵域修仙) and the new files seems comprensed or encrypted? hope not encrypted x.x. Anyways! I'm uploaded one of the folders with the samples, hope someone could take a look! many thanks.
https://www.mediafire.com/file/emydcn6g ... b.zip/file
Compressed or Encrypted files
-
- Posts: 28
- Joined: Sat May 22, 2021 4:22 am
Re: Compressed or Encrypted files
they're totally encrypted and strongly obfuscated.
-
- Posts: 74
- Joined: Wed Mar 06, 2019 12:53 pm
Re: Compressed or Encrypted files
LuigiwithTHEDoNg wrote:they're totally encrypted and strongly obfuscated.
Oh noooooo
-
- Posts: 1383
- Joined: Sat Aug 09, 2014 2:34 pm
Re: Compressed or Encrypted files
Just compressed by ZSTD
Code: Select all
# 灵域修仙 (Decompressor) (script 0.0.1)
# script for QuickBMS http://quickbms.aluigi.org
comtype zstd
get HASH long
get ZSIZE long
math ZSIZE -= 16
get SIZE long
get FLAGS long
savepos OFFSET
get NAME basename
get EXT extension
string NAME += "_unpacked."
string NAME += EXT
clog NAME OFFSET ZSIZE SIZE