Help decryption on binary file. [GoldenChicken]
-
- Posts: 7
- Joined: Fri Jan 05, 2018 2:58 am
Help decryption on binary file. [GoldenChicken]
Hello guys, can anyone please help on decryption of this binary file? I've been using many tools like rar, 7z etc to open the file, even using QuickBMS with all available script for .bin to extract the file but failed.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Help decryption on binary file. [GoldenChicken]
GoldenChicken_0.bin is for sure flip, the first byte is the last one and so on, that's visible due to the "UnityWeb" magic. Try this script:
I don't know what should be the content of the other bin files since it look all random data, maybe they are encrypted for real.
Code: Select all
get NAME basename
get SIZE asize
encryption reverse ""
log NAME 0 SIZE
-
- Posts: 7
- Joined: Fri Jan 05, 2018 2:58 am
Re: Help decryption on binary file. [GoldenChicken]
THANKS, your script is work! every single files is flipped all I did is just flip it back and concatenating them back into one file.
And aluigi, the mercury format file i sent you last time, is it really no way to extract the rest of the files?
And aluigi, the mercury format file i sent you last time, is it really no way to extract the rest of the files?
-
- Posts: 7
- Joined: Fri Jan 05, 2018 2:58 am
Re: Help decryption on binary file. [GoldenChicken]
PikabobAlex wrote:THANKS, your script is work! every single files is flipped all I did is just flip it back and concatenating them back into one file.
And aluigi, the mercury format file i sent you last time, is it really no way to extract the rest of the files?
https://www.dropbox.com/s/7z0yntb7yrw7y ... n.zip?dl=0
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Help decryption on binary file. [GoldenChicken]
PikabobAlex wrote:And aluigi, the mercury format file i sent you last time, is it really no way to extract the rest of the files?
You are OT and I don't know about what you are referring, my http://aluigi.org/bms/aristocrat_mercury.bms script works perfectly.
-
- Posts: 7
- Joined: Fri Jan 05, 2018 2:58 am
Re: Help decryption on binary file. [GoldenChicken]
Oh, I used it, but the only files I got is music only. But thanks for the Golden Chicken
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Help decryption on binary file. [GoldenChicken]
At the end of the extraction quickbms gives you a "coverage" information with the percentage of input file that has been parsed, if you get a value higher than 90% or 95% there is nothing else inside the archive to extract.
So what you got is all the data available.
So what you got is all the data available.