Luigi Auriemma

www.aluigi.org
 FAQ •  Search •  Register •  Login 
It is currently 18 Dec 2009 05:45

All times are UTC [ DST ]




Post new topic Reply to topic  [ 11 posts ] 
Author Message
 Post subject: Extract the audio files from songname.fsb.xen files ?
PostPosted: 18 Oct 2009 19:55 

Joined: 18 Oct 2009 19:42
Posts: 7
I'm trying to extract the audio files from some songname_1.fsb.xen files from the xbox360 Guitar Hero. Using fsbext I get a message saying file probably encrypted enter password. How do I decrypt the files ?

Any help would be much appreciated.


Top
 Profile  
 
 Post subject: Re: Extract the audio files from songname.fsb.xen files ?
PostPosted: 18 Oct 2009 21:37 

Joined: 13 Aug 2007 21:44
Posts: 2845
Location: http://aluigi.org
that .xen extension make me thinking that the file you have is still encrypted for xbox360 so you must decrypt it first (I don't know the x360 world so I don't know what tool/stuff is necessary).

instead the encryption referred by fsbext is the fmod encryption which is easy to identify because the password is partially visible from the tool.


Top
 Profile  
 
 Post subject: Re: Extract the audio files from songname.fsb.xen files ?
PostPosted: 19 Oct 2009 08:18 

Joined: 18 Oct 2009 19:42
Posts: 7
aluigi wrote:
that .xen extension make me thinking that the file you have is still encrypted for xbox360 so you must decrypt it first (I don't know the x360 world so I don't know what tool/stuff is necessary).

instead the encryption referred by fsbext is the fmod encryption which is easy to identify because the password is partially visible from the tool.


I read somewhere when Googling around for info that the .xen has just been tagged on. So I removed the .xen to make the file just a .fsb. I used fsbext on the file and it's still asking for a password. I'm guessing that this is the fmod encryption you mentioned. You said it is easy to identify the password. How do I work out what the password is ?

Sorry for the noob questions, but I've never worked with fsb files before.

Your help is much appreciated.

Thanks.


Top
 Profile  
 
 Post subject: Re: Extract the audio files from songname.fsb.xen files ?
PostPosted: 19 Oct 2009 11:10 

Joined: 13 Aug 2007 21:44
Posts: 2845
Location: http://aluigi.org
if the file is encrypted with the fmod encryption you should see parts of the password after you type a question mark '?' when fsbext asks to insert the password and shows two hex dumps.
if you want I can take a look at the file, I need the first 100 kilobytes to verify it


Top
 Profile  
 
 Post subject: Re: Extract the audio files from songname.fsb.xen files ?
PostPosted: 19 Oct 2009 19:20 

Joined: 18 Oct 2009 19:42
Posts: 7
aluigi wrote:
if the file is encrypted with the fmod encryption you should see parts of the password after you type a question mark '?' when fsbext asks to insert the password and shows two hex dumps.
if you want I can take a look at the file, I need the first 100 kilobytes to verify it


Thanks aluigi, that would be great if you could take a look at the file. If anyone can extract the tracks it's you ;o)

I've uploaded it here:

The download link is: http://sharebee.com/78342679
Filename: File4test.rar Size: 18.91 MB

I really hope there's a solution to this.

Thanks again.


Top
 Profile  
 
 Post subject: Re: Extract the audio files from songname.fsb.xen files ?
PostPosted: 19 Oct 2009 20:05 

Joined: 16 Aug 2009 19:24
Posts: 19
Location: Austin, TX
It's a 31 byte key with nonprintable characters, I got it from the 0xFFs at the end, here's a little utility to decrypt: http://hcs64.com/files/gh360_xor00.zip
---
might as well use luigi's own program for it, didn't think of pasting the bytes in like that


Last edited by hcs on 19 Oct 2009 20:19, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Extract the audio files from songname.fsb.xen files ?
PostPosted: 19 Oct 2009 20:17 

Joined: 13 Aug 2007 21:44
Posts: 2845
Location: http://aluigi.org
it has been difficult because it's the first time I see a non-plain-text password used in fmod but... I did it :)
the password in hexadecimal (so not the one you must use) is:
Code:
43 2a 36 32 d8 be c0 ac bb 5d 72 e4 73 7d 5a 79 78 ee 1e 61 36 9b 26 04 a1 82 9c ae 5c f3 d5


how to insert it in fsbext?
simple, take the attached file and then:
fsbext -d c:\output_folder File4test.fsb < pwd.txt

I did it by hand but I have verified each byte, so should be 100% correct


Attachments:
File comment: fsbext -d c:\output_folder File4test.fsb < pwd.txt
pwd.txt [32 Bytes]
Downloaded 26 times
Top
 Profile  
 
 Post subject: Re: Extract the audio files from songname.fsb.xen files ?
PostPosted: 19 Oct 2009 21:02 

Joined: 18 Oct 2009 19:42
Posts: 7
Awesome work aluigi and hcs ! I knew you could do it :o)

I'll try it out and let you know how I get on.

Many thanks guys, really appreciate it ;o)


Top
 Profile  
 
 Post subject: Re: Extract the audio files from songname.fsb.xen files ?
PostPosted: 19 Oct 2009 21:14 

Joined: 18 Oct 2009 19:42
Posts: 7
Both methods worked great ! Thanks again. I've just got to work out how to convert the multichannel xma file produced to something useful.


Top
 Profile  
 
 Post subject: Re: Extract the audio files from songname.fsb.xen files ?
PostPosted: 19 Oct 2009 22:35 

Joined: 19 Jul 2009 17:06
Posts: 4
see posts on scorehero:

http://www.scorehero.com/forum/viewtopic.php?t=96412

ghwt_tools_1.2.

http://www.mediafire.com/?hq2zhiioftm

Tools to decrypt fsb4 files (i took a look at hcs' code, and his code looks more robust) (works buggy with gh5, but most songs work I believe). Also deinterleaves xma and mp3 files. I'm working on rebuilding xma headers... but this is a work in progress.


Top
 Profile  
 
 Post subject: Re: Extract the audio files from songname.fsb.xen files ?
PostPosted: 19 Oct 2009 23:15 

Joined: 18 Oct 2009 19:42
Posts: 7
bnw33 wrote:
see posts on scorehero:

http://www.scorehero.com/forum/viewtopic.php?t=96412

ghwt_tools_1.2.

http://www.mediafire.com/?hq2zhiioftm

Tools to decrypt fsb4 files (i took a look at hcs' code, and his code looks more robust) (works buggy with gh5, but most songs work I believe). Also deinterleaves xma and mp3 files. I'm working on rebuilding xma headers... but this is a work in progress.


Hi bnw33,

I noticed in your tools 1.3 there's a xmaextract. Will that extract the multi channel xma file I have now to wav files ?
Also ,what do I need to run your tools ? No exe files. Sorry for being a noob :o)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 11 posts ] 

All times are UTC [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for: