ItsMods

Full Version: Black Ops 2 FastFile decrypter
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
So this is the release of my BO2 FF (FastFile) decrypter for PC version (not sure what encryption does xbox360 version use)

Not much to say, it just decrypts black ops 2 fast files. Source included.

Credits:
@kokole for making decrypter
@master131 for giving the salsa20 key Heart

[attachment=2515]
In it's current state, there's not much to do with this considering I can't get the files that are inside.
Nevertheless great job, to the both of you!
The Xbox 360 version also uses salsa20.
If you want to have a go at a console FF then here is the key.
Code:
ffKey[0x20] = { 0x0E, 0x50, 0xF4, 0x9F, 0x41, 0x23, 0x17, 0x09, 0x60, 0x38, 0x66, 0x56, 0x22, 0xDD, 0x09, 0x13, 0x32, 0xA2, 0x09, 0xBA, 0x0A, 0x05, 0xA0, 0x0E, 0x13, 0x77, 0xCE, 0xDB, 0x0A, 0x3C, 0xB1, 0xD3 };

If you need, I will upload an FF for you later. Just name the one you want.
(02-08-2013, 19:22)CAPiiX Wrote: [ -> ]The Xbox 360 version also uses salsa20.
If you want to have a go at a console FF then here is the key.
Code:
ffKey[0x20] = { 0x0E, 0x50, 0xF4, 0x9F, 0x41, 0x23, 0x17, 0x09, 0x60, 0x38, 0x66, 0x56, 0x22, 0xDD, 0x09, 0x13, 0x32, 0xA2, 0x09, 0xBA, 0x0A, 0x05, 0xA0, 0x0E, 0x13, 0x77, 0xCE, 0xDB, 0x0A, 0x3C, 0xB1, 0xD3 };

If you need, I will upload an FF for you later. Just name the one you want.

Nice! Can you send me the patch_mp?
(02-08-2013, 19:50)DidUknowiPwn Wrote: [ -> ]
(02-08-2013, 19:22)CAPiiX Wrote: [ -> ]The Xbox 360 version also uses salsa20.
If you want to have a go at a console FF then here is the key.
Code:
ffKey[0x20] = { 0x0E, 0x50, 0xF4, 0x9F, 0x41, 0x23, 0x17, 0x09, 0x60, 0x38, 0x66, 0x56, 0x22, 0xDD, 0x09, 0x13, 0x32, 0xA2, 0x09, 0xBA, 0x0A, 0x05, 0xA0, 0x0E, 0x13, 0x77, 0xCE, 0xDB, 0x0A, 0x3C, 0xB1, 0xD3 };

If you need, I will upload an FF for you later. Just name the one you want.

Nice! Can you send me the patch_mp?
Here you go: http://www.mediafire.com/?hhdmjb1pu84bvwr
thanks will take a look at it later.
Bytes look ok with that key, but I can't seem to figure out what compression they use. Take a look at this 2 blocks i've decrypted from patch_mp.ff

[attachment=2529]
(02-08-2013, 22:06)kokole Wrote: [ -> ]Bytes look ok with that key, but I can't seem to figure out what compression they use. Take a look at this 2 blocks i've decrypted from patch_mp.ff

This is what BuC-ShoTz did for Ps3. It may help you in your endeavor.

(02-08-2013, 23:41)CAPiiX Wrote: [ -> ]
(02-08-2013, 22:06)kokole Wrote: [ -> ]Bytes look ok with that key, but I can't seem to figure out what compression they use. Take a look at this 2 blocks i've decrypted from patch_mp.ff

This is what BuC-ShoTz did for Ps3. It may help you in your endeavor.


Well that doesnt help at all, I just dont know the type of compression it is.
(02-09-2013, 00:30)kokole Wrote: [ -> ]
(02-08-2013, 23:41)CAPiiX Wrote: [ -> ]
(02-08-2013, 22:06)kokole Wrote: [ -> ]Bytes look ok with that key, but I can't seem to figure out what compression they use. Take a look at this 2 blocks i've decrypted from patch_mp.ff

This is what BuC-ShoTz did for Ps3. It may help you in your endeavor.


Well that doesnt help at all, I just dont know the type of compression it is.

I wasn't too sure. Would the method be in the executable? I could decompile that for you.
Pages: 1 2