hi guys i cant open this .ab file in asset studio even the header is corrected
here is the like to the file https://easyupload.io/fz4fyz
ab file i cant open it [UnityFS]
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: ab file i cant open it
It looks like the data after the header is xored with the byte 0x6b.
I'm not sure if the offset where the data starts to be encrypted is correct, but feel free to try this quickbms script for generating the decrypted file:
I'm not sure if the offset where the data starts to be encrypted is correct, but feel free to try this quickbms script for generating the decrypted file:
Code: Select all
get NAME basename
string NAME + ".unityfs"
math OFFSET = 0x96
get SIZE asize
math SIZE - OFFSET
log NAME 0 OFFSET
append
filexor 0x6b
log NAME OFFSET SIZE
append
-
- Posts: 10
- Joined: Wed Sep 01, 2021 2:51 am
Re: ab file i cant open it [UnityFS]
i did it but no result 0 file found