Results 1 to 3 of 3
  1. #1
    joebruno72's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0

    Advanced Warfare FastFiles?

    Has there been any progress on fastfile decryption for AW? I can't find any public info.

  2. #2
    殺す必要がある唯一のものは殺されるために準備され人 々である。
    Premium Member
    Hitokiri~'s Avatar
    Join Date
    Oct 2012
    Gender
    female
    Location
    Cancer.
    Posts
    1,201
    Reputation
    24
    Thanks
    937
    My Mood
    Bitchy
    Quote Originally Posted by joebruno72 View Post
    Has there been any progress on fastfile decryption for AW? I can't find any public info.
    Just like every other COD fastfile. It's just compressed in a custom format and encrypted


    - - - Updated - - -

    Edit:

    Did some reversing for you: ( Latest version for MP: 1.13 )

    Code:
    #define FF_SIGNATURE  "\x53\x31\x66\x66\x75\x31\x30\x30\x2E\x07" // "S1ffu100"
    
    FS_OpenFile() - 0x1404B7890
    
    struct FFDef{
         HANDLE ff_handle; // 0x0000
         INT64 ff_posInMemory; // 0x0008 - The relative index position in memory
         char* ff_signature; // 0x0010
         char ff_name[64];    // 0x0018 - This seems to be encrypted. It's xor'd with a simple key.
    }

  3. #3
    joebruno72's Avatar
    Join Date
    Feb 2015
    Gender
    male
    Posts
    0
    Reputation
    10
    Thanks
    0
    Has anybody posted the decryption key?

Similar Threads

  1. [Info] Call of Duty: ADVANCED WARFARE
    By Thriksaw in forum Call of Duty Hacks & Cheats
    Replies: 18
    Last Post: 08-08-2014, 05:16 PM
  2. [WTS] Call of Duty: Advanced Warfare STEAM GIFT
    By NazyProspekt in forum Selling Accounts/Keys/Items
    Replies: 5
    Last Post: 06-26-2014, 12:23 AM
  3. Replies: 8
    Last Post: 06-13-2014, 05:41 AM
  4. Replies: 3
    Last Post: 05-26-2014, 07:15 AM
  5. Call of Duty®: Advanced Warfare
    By 12qwerty34 in forum Call of Duty Ghosts Discussions & Help
    Replies: 10
    Last Post: 05-10-2014, 10:23 PM