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
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.
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.