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:
MU Mobile: Honor - Zlib Compress
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: MU Mobile: Honor - Zlib Compress
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.
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.
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: MU Mobile: Honor - Zlib Compress
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: MU Mobile: Honor - Zlib Compress
Eh? That script is for a totally different thing...
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: MU Mobile: Honor - Zlib Compress
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
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: MU Mobile: Honor - Zlib Compress
Offzip, drag'n'drop csv.bytes on offzip.exe and it will be decompressed automatically.
-
- Posts: 404
- Joined: Mon Oct 06, 2014 6:41 pm
Re: MU Mobile: Honor - Zlib Compress
aluigi wrote:Offzip, drag'n'drop csv.bytes on offzip.exe and it will be decompressed automatically.
Thanks Aluigi. I get it