Editing Save Data
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
=== Location === | ===Location=== | ||
Savegames are stored encrypted inside /user/home/[[user Id]]/[[title Id]]/[[save data directory]]/sce_sys/ | |||
files contained within: | |||
* [[param.sfo]] | * [[param.sfo]] | ||
* [[icon0.png]] | * [[icon0.png]] | ||
Line 22: | Line 8: | ||
* [[sealedkey / pfsSKKey|sealedkey]] | * [[sealedkey / pfsSKKey|sealedkey]] | ||
=== | ==== External ==== | ||
Savegames may be copied from PS4 to a USB mass storage device. | |||
They will be located at USB:\PS4\SAVEDATA\[[user Id]]\[[title Id]]\ | |||
=== | ===Files=== | ||
Every savegame contains 2 files: | |||
1) Data file | |||
- size frequently 10.485.760 bytes (bf4 : 18.874.368 bytes) | |||
{| class="wikitable" | |||
|- | |||
! From !! To !! Description | |||
|- | |||
| 0000 || 00AF || Header (176 bytes) | |||
|- | |||
| 00B0 || 00B7 || Magic Block (8 bytes) | |||
|- | |||
| 00B8 || 036F || Block (704 bytes) | |||
|- | |||
| 0370 || 039F || Block (48 bytes) | |||
|- | |||
| 03A0 || 7FFF || Empty Block (31.840 bytes) | |||
|- | |||
| 8000 || eof || Data Block (? bytes) | |||
|} | |||
2) Key file | |||
- size always 96 bytes | |||
{| class="wikitable" | |||
|- | |||
! From !! To !! Description | |||
|- | |||
| 00 || 07 || MAGIC ("pfsSKKey") (aka [[sealedkey / pfsSKKey|sealedkey]]) | |||
|- | |||
| 08 || 0F || Category (game=1 or version ?) | |||
|- | |||
| 10 || 1F || IV (16 bytes) | |||
|- | |||
| 20 || 3F || Encrypted key (32 bytes) | |||
|- | |||
| 40 || 5F || SHA-256 (32 bytes) | |||
|} | |||
{{File Formats}}<noinclude>[[Category:Main]]</noinclude> | {{File Formats}} | ||
<noinclude>[[Category:Main]]</noinclude> |