So, I've been playing the new Mr.Robot E-Corp game by Telltale Games since release day now, and I've gotta say I'm totally digging the music fx from the game - so I thought I'd rip the sounds from the app directory but haven't had much luck with it.
I managed to decrypt the assets file from the app directory, but the sounds seem to be encrypted (.fsb filetype)
Here's a screenshot of all the sounds from the .assets file, it'd be nice to have some of them as a ringtone. If someone could help decrypt them and convert them to .m4a or .mp3 that would be amazing. Thanks!
File: https://files.fm/u/5mpyww2k#_
I had to extract the main file (sharedassets0.assets.resS) using Unity Studio, then I extracted the .fsb with FSBEXT and those were the files I got. When I selected the fsb file, I got the following message:
"probably the file uses encryption, insert the needed keyword. Type ? for viewing the hex dump of the first 176 bytes of the file because it's possible to see part of the plain-text password in the encrypted file!"
Here are the untouched files: https://files.fm/u/dmzsd36v
If anyone can decrypt the music sound fx, I will happily send a little tip via PayPal
Thanks
Mr. Robot iOS App SFX
-
- Site Admin
- Posts: 12984
- Joined: Wed Jul 30, 2014 9:32 pm
Re: Mr. Robot iOS App SFX
There is nothing inside those fsb files, just zeroes.
I launched fsbext -o -1 (scanner mode) on the whole *.assets file and it works BUT remember that the ogg files are extracted as-is by fsbext which means that you can't play them.
The following tool works with ogg but doesn't act as scanner so you can't use it directly on assets:
viewtopic.php?f=17&t=1901
I launched fsbext -o -1 (scanner mode) on the whole *.assets file and it works BUT remember that the ogg files are extracted as-is by fsbext which means that you can't play them.
The following tool works with ogg but doesn't act as scanner so you can't use it directly on assets:
viewtopic.php?f=17&t=1901