The sword of love Mobile Games package

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
ghost
Posts: 54
Joined: Tue Aug 19, 2014 10:30 am

The sword of love Mobile Games package

Post by ghost »

aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: The sword of love Mobile Games package

Post by aluigi »

ghost
Posts: 54
Joined: Tue Aug 19, 2014 10:30 am

Re: The sword of love Mobile Games package

Post by ghost »

aluigi wrote:http://aluigi.org/bms/angelica_file_package.bms


Hello aluigi
This type of UnityRaw can unpack?
1.JPG


Sample:https://mega.nz/#!60NFQTSY!bGTFDb_RHRoisMS32iUVJE6VYvMhe-EuD5ReUwBiEAQ
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: The sword of love Mobile Games package

Post by aluigi »

Yes, but first you have to remove the initial names.
This script automatically generates the file without those names:

Code: Select all

get DUMMY long
get DUMMY long
get DUMMY long
get NAMES long
endian big
for i = 0 < NAMES
    get NAMESZ short
    getdstring NAME NAMESZ
next i
savepos OFFSET
get SIZE asize
math SIZE - OFFSET
get NAME basename
log NAME OFFSET SIZE

Then use the Unity script:
http://aluigi.org/bms/unity.bms