Encrypted FSB bank
-
- Posts: 3
- Joined: Tue Jun 28, 2016 5:11 am
Encrypted FSB bank
Hello guys. It has long and unsuccessfully trying to open this bank. I tried to using guessfsb03 but a day later he had not picked up the password. Maybe the community can help me? Thank you.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Encrypted FSB bank
Name of the game?
-
- Posts: 3
- Joined: Tue Jun 28, 2016 5:11 am
Re: Encrypted FSB bank
**** its for Ios but it using Fmod engine. Thank you for your attention
Last edited by Andy_Wheelman on Tue Jun 28, 2016 1:06 pm, edited 1 time in total.
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Encrypted FSB bank
Code: Select all
1^7%82#&5$~/8sz
-
- Posts: 3
- Joined: Tue Jun 28, 2016 5:11 am
Re: Encrypted FSB bank
Thank you so much! How do you do that?!
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Encrypted FSB bank
fsbext has a very useful option for decrypting the file with an empty password and then it's possible to see the clear-text password with a hex editor in the bytes of the file that were 0x00 in origin (a sort of bug of the FSB encryption): fsbext -E 1 MuscleUSA.fsb
-
- Posts: 3
- Joined: Thu Jan 31, 2019 8:56 am
Re: Encrypted FSB bank
I can't seem to figure out the password for one of the .fsb files from Wallace & Gromit In Project Zoo. If you don't mind could you please take a look?
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Encrypted FSB bank
@Hell_Inspector
Because it's not encrypted and itsn't a FMOD FSB.
The header starts with FSHB that I guess it's already supported by vgmstream.
Because it's not encrypted and itsn't a FMOD FSB.
The header starts with FSHB that I guess it's already supported by vgmstream.
-
- Posts: 4
- Joined: Thu Apr 23, 2020 2:22 pm
Re: Encrypted FSB bank
Hello!Would you mind taking a look this encrypted file?I cannot find the password.I have used fsbext.Thanks!
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Encrypted FSB bank
@TimeTraveler
It's just a file with fsb extension, an "FSB" magic at the beginning and random data so it may be anything and not just an fmod sound bank.
Please provide the name of the game.
It's just a file with fsb extension, an "FSB" magic at the beginning and random data so it may be anything and not just an fmod sound bank.
Please provide the name of the game.
-
- Posts: 4
- Joined: Thu Apr 23, 2020 2:22 pm
Re: Encrypted FSB bank
Thanks for your response!The game name is richman10(which has been sold on Steam on 25,Oct,2019.).I have looked up all the game folders to find the music or sound file but I only found a music.bytes.Then I try to google and search how to transfer the bytes to mp3 format to listen it.Many solutions lead to use WinHex or other Binary format file viewing tool to find fsb and extract from the whole bytes file,which may restore the music information.I guess this game files are the same as others.So I used the tool named VGMToolbox.exe to extract fsb file from bytes file(This is to say,the fsb file I uploaded yesterday was created by me using the tool).Now I have uploaded the original music.bytes here.Sorry for taking your valuable time to help me learn abount the music file.
Thank you again!May you a good day!
(Note)File URL:https://send.firefox.com/download/947c2476b20d22c4/#hYqPgP5Nn9Fl3ZK3jbZ5fw code:ZenHAX(I have uploaded on ZenHAX several times but all failed:()
Thank you again!May you a good day!
(Note)File URL:https://send.firefox.com/download/947c2476b20d22c4/#hYqPgP5Nn9Fl3ZK3jbZ5fw code:ZenHAX(I have uploaded on ZenHAX several times but all failed:()
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Encrypted FSB bank
That music.bytes file of richman10 you uploaded is an UnityFS file xored with the key 0x01 0x00 0x00 0x00.
After you decrypt it you must use one of the tools listed here:
viewtopic.php?f=17&t=12
Use this quickbms script for decryption:
After you decrypt it you must use one of the tools listed here:
viewtopic.php?f=17&t=12
Use this quickbms script for decryption:
Code: Select all
filexor "1 0 0 0"
get NAME basename
string NAME + ".unityfs"
get SIZE asize
log NAME 0 SIZE
-
- Posts: 4
- Joined: Thu Apr 23, 2020 2:22 pm
Re: Encrypted FSB bank
Thanks for your help!I finally did it!:)
-
- Posts: 4
- Joined: Thu Apr 23, 2020 2:22 pm
Re: Encrypted FSB bank
Greetings aluigi!
I still have a question to ask.After I decrypted the music.bytes file using the quickbms script you provided,I got a file named music.unityfs.When I used the tool named Unity Assets Bundle Extractor(https://7daystodie.com/forums/showthrea ... -Extractor||https://github.com/DerPopo/UABE)to uncompress it and export .asserts file,I only got a file without any file extension(I'm sure that when I export the .unityfs file I save the file extension as .assets).What's worse,the file is just 16KB(original .unityfs file is almost 100MB).I believe this is a fatal mistake but I donnot know how this problem occurs.I guess you must have used this tool in that you are a expert in this aspect:).Could please tell me whether my operation is incorrect or this tool has some bugs?
Best wishes!
I still have a question to ask.After I decrypted the music.bytes file using the quickbms script you provided,I got a file named music.unityfs.When I used the tool named Unity Assets Bundle Extractor(https://7daystodie.com/forums/showthrea ... -Extractor||https://github.com/DerPopo/UABE)to uncompress it and export .asserts file,I only got a file without any file extension(I'm sure that when I export the .unityfs file I save the file extension as .assets).What's worse,the file is just 16KB(original .unityfs file is almost 100MB).I believe this is a fatal mistake but I donnot know how this problem occurs.I guess you must have used this tool in that you are a expert in this aspect:).Could please tell me whether my operation is incorrect or this tool has some bugs?
Best wishes!
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Encrypted FSB bank
I can't help with Unity but maybe ask in that topic.