Forum: PS2 Memory Card Hacking - Topics relating to Xport/SharkPort, EMS Adaptor, MAXdrive and general save hacking as they relate to the PS2.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Thread: Compressed/Packed saves?
  

Results 1 to 5 of 5
  1. #1 Compressed/Packed saves? 
    -MIPs- is offline Registered User
    Join Date
    Apr 2006
    Posts
    8
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0


    Compare Phantasy Star game data save and system file save to other games save files and these files just look weird. The lack of any formating of data what so ever is what is leading me to believe that the files maybe compressed. Not a single readable string in either file either(some saves atleast have 1). The game data file repeats this(look below) for more than half of the file. I'm confused....I attached the files below if anyone is interested.

    Hex: 1E53 512F 334D FCEE 1E53 512F 334D FCEE 1E53 512F 334D FCEE 1E53

    ASCII: SQ/3M...SQ/3M...SQ/3M...SQ/3M...SQ/3M...SQ/3M...SQ/3M...SQ/3M...
    SQ/3M...SQ/3M...SQ/3M...SQ/3M...SQ/3M...SQ/3M...SQ/3M..
    Attached Files
    Reply With Quote  

  2. #2  
    Join Date
    Aug 2002
    Location
    UK
    Posts
    456
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    You want to be comparing several saves each with a single change to the file, that way you can locate data structures/values and see if the file is compressed or encrypted in any way.

    If I remember correctly the Socom series stored the passwords in a unique way to make them unreadable if the save was simply looked at in a hex editor
    Reply With Quote  

  3. #3  
    -MIPs- is offline Registered User
    Join Date
    Apr 2006
    Posts
    8
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Yea, the save game data has got to be encrypted/compressed. A single minor change(time of save) and the entire file changes. With the exception of a few blocks of data scattered throughout the file, the rest is just a repeating sequence(which is different in each save). I don't want to let this deter my efforts just yet though. I've started looking through the game code for an encryption algorithm, no luck so far. Any advice/suggestions of where I should go from here are more than welcome.

    Files attached:
    Attached Files
    Reply With Quote  

  4. #4  
    Join Date
    Aug 2002
    Location
    UK
    Posts
    456
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    The only sure-fire way to discover the encryption/compression used is to dissasemble the executable and recreate the functions PC side. That's a topic far more advanced than I can go into I'm fraid.
    Reply With Quote  

  5. #5  
    -MIPs- is offline Registered User
    Join Date
    Apr 2006
    Posts
    8
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    0
    Quote Originally Posted by gothi View Post
    The only sure-fire way to discover the encryption/compression used is to dissasemble the executable and recreate the functions PC side. That's a topic far more advanced than I can go into I'm fraid.
    It's ok, I've gotten pretty familiar with MIPs asm in ps2 games so finding the alogorithm might be a fun project for later. To reach my end goal though, this would not be effective so ofcourse I've already switched gears and I'm exploring other options.

    Thnx for the help.
    Reply With Quote  

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •