Gunbound Season 3 - XFS Files

Extraction and unpacking of game archives and compression, encryption, obfuscation, decoding of unknown files
VideoGameVirtuoso
Posts: 4
Joined: Tue Mar 01, 2016 4:34 am

Gunbound Season 3 - XFS Files

Post by VideoGameVirtuoso »

Hello everyone,

I have been experiencing difficulties extracting "GunBound.xfs" and "gunbound0.xfs" using quickbms and the xenesis script. Whenever I attempt to execute the script, this error shows up for either files:

Image

I am uncertain as to how to progress from this point. I checked other threads in this forum for similar issues, but they have not provided me much of a lead. Can someone please explain why this occurred, and if possible, provide some resolution?

The files are below:

https://mega.nz/#!FcRxiAKL!qYjDRrtsvObxhH37rvbQxyMSpJ_-3ddLaJaBARvq9Ec

https://mega.nz/#!gBZUXIhJ!RJ0MSGqqy_QmGjKbU7nGcPb0xJWYa85-l6DHoNF1nPs
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Gunbound Season 3 - XFS Files

Post by aluigi »

I guess it's a custom format.
*0.xfs is probably obfuscated with a custom obfuscation like:
tmp = byte[i] * key[i];
if(tmp & 1) byte[i] = tmp;
or similar.
I will check it when I will have some free time.
VideoGameVirtuoso
Posts: 4
Joined: Tue Mar 01, 2016 4:34 am

Re: Gunbound Season 3 - XFS Files

Post by VideoGameVirtuoso »

Unfortunately I have no idea what to do with that information you provided Luigi, but at the minimum, I should probably do a few tutorials and hope to discover how that can be used.
aluigi
Site Admin
Posts: 12984
Joined: Wed Jul 30, 2014 9:32 pm

Re: Gunbound Season 3 - XFS Files

Post by aluigi »

Don't consider those info so correct, it was just a quick output from offbreak without additional analysis.
Maybe it's just an hashing algorithm and not related to the decryption that instead may be performed with classical block cipher algorithms.