MU Mobile: Honor - Zlib Compress

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

MU Mobile: Honor - Zlib Compress

Post by hackspeedok »

Hi all,
I got the Zlib file with header "78 DA". When I decompressed, I got the new file here, but I dont know how to decode or decrypt them. Pls help me, thanks

Home page: https://muvinhdu.vn/
Original file: https://drive.google.com/file/d/17lQ195 ... sp=sharing
Decompressed file: https://drive.google.com/file/d/1M7eobX ... sp=sharing

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

Re: MU Mobile: Honor - Zlib Compress

Post by aluigi »

I guess you confused something there.
The "Original file" when decompressed returns a file containing strings like "BOSS" and other strings.
While the "Decompressed file" is a totally different file (the one of your screenshot) which is encoded in base64, when decoded you can see a hexadecimal string and various bytes.
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: MU Mobile: Honor - Zlib Compress

Post by hackspeedok »

aluigi wrote:I guess you confused something there.
The "Original file" when decompressed returns a file containing strings like "BOSS" and other strings.
While the "Decompressed file" is a totally different file (the one of your screenshot) which is encoded in base64, when decoded you can see a hexadecimal string and various bytes.

Hi Aluigi,
I use this script: http://aluigi.altervista.org/bms/bmscrypt.bms
Maybe the scripts encode the file after decompressed. Can you give me your script you used ? Thanks
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: MU Mobile: Honor - Zlib Compress

Post by aluigi »

Eh? That script is for a totally different thing...
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: MU Mobile: Honor - Zlib Compress

Post by hackspeedok »

aluigi wrote:Eh? That script is for a totally different thing...

:( sad. Can you write for me the scripts for the file of mine ? Thanks
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: MU Mobile: Honor - Zlib Compress

Post by aluigi »

Offzip, drag'n'drop csv.bytes on offzip.exe and it will be decompressed automatically.
hackspeedok
Posts: 404
Joined: Mon Oct 06, 2014 6:41 pm

Re: MU Mobile: Honor - Zlib Compress

Post by hackspeedok »

aluigi wrote:Offzip, drag'n'drop csv.bytes on offzip.exe and it will be decompressed automatically.

Thanks Aluigi. I get it