Id.dat: Difference between revisions
Jump to navigation
Jump to search
Cfwprophet (talk | contribs) |
mNo edit summary |
||
Line 10: | Line 10: | ||
! Name !! length !! Example !! Usage | ! Name !! length !! Example !! Usage | ||
|- | |- | ||
| id.dat || File: variable in case of the user name || [http://www.share-online.biz/dl/D10164UNIB5 download] || | | id.dat || File: variable in case of the user name || [http://www.share-online.biz/dl/D10164UNIB5 download] || an example to use | ||
|- | |- | ||
| MID || Value, saved as Plain Text: 0x24 || MID=455CB356BF73B0A530DE63C6A3B41D0F || | | MID || Value, saved as Plain Text: 0x24 || MID=455CB356BF73B0A530DE63C6A3B41D0F || Unknown. Although it has the same length as the [[NP Account ID]] it does not match | ||
|- | |- | ||
| DIG || Value, saved as Plain Text: 0x2C || DIG=9F672EE122819AF9245A825D8F306CCD671B5281 || | | DIG || Value, saved as Plain Text: 0x2C || DIG=9F672EE122819AF9245A825D8F306CCD671B5281 || Unknown. Based on PS3 informations ([http://www.psdevwiki.com/ps3/PSID PSID] 16 bytes, [http://www.psdevwiki.com/ps3/IDPS IDPS] 16 bytes) guessed [[IDPS]] | ||
|- | |- | ||
| DID || Value, saved as Plain Text: 0x2C || DID=297C4C05A145A6E374FE4FE65535E03DC1643F2C || | | DID || Value, saved as Plain Text: 0x2C || DID=297C4C05A145A6E374FE4FE65535E03DC1643F2C || aka [[PSID]] | ||
|- | |- | ||
| SVR || Value, saved as Plain Text: 0xC || SVR=03520000 || FW Version (in this case 3.52) of the | | SVR || Value, saved as Plain Text: 0xC || SVR=03520000 || FW Version (in this case 3.52) of the PSVita where the id.dat belongs too | ||
|- | |- | ||
| AID || Value, saved as Plain Text: 0x14 || AID=58CD7F52A6E493F1 || DRM Account name | | AID || Value, saved as Plain Text: 0x14 || AID=58CD7F52A6E493F1 || DRM Account name | ||
|- | |- | ||
| OID || Value, saved as Plain Text: 0xA || OID=username || PSN Username to | | OID || Value, saved as Plain Text: 0xA || OID=username || PSN Username to which the PSVita is bound too | ||
|- | |- | ||
|} | |} |
Revision as of 09:40, 4 September 2015
Description
It's a unique data file that stores several values regarding your account, device and the fw version of the Vita and some more, which need to be analyzed and added here. This file is UTF-8 encoded.
Location
ux0:id.dat
Structure
Name | length | Example | Usage |
---|---|---|---|
id.dat | File: variable in case of the user name | download | an example to use |
MID | Value, saved as Plain Text: 0x24 | MID=455CB356BF73B0A530DE63C6A3B41D0F | Unknown. Although it has the same length as the NP Account ID it does not match |
DIG | Value, saved as Plain Text: 0x2C | DIG=9F672EE122819AF9245A825D8F306CCD671B5281 | Unknown. Based on PS3 informations (PSID 16 bytes, IDPS 16 bytes) guessed IDPS |
DID | Value, saved as Plain Text: 0x2C | DID=297C4C05A145A6E374FE4FE65535E03DC1643F2C | aka PSID |
SVR | Value, saved as Plain Text: 0xC | SVR=03520000 | FW Version (in this case 3.52) of the PSVita where the id.dat belongs too |
AID | Value, saved as Plain Text: 0x14 | AID=58CD7F52A6E493F1 | DRM Account name |
OID | Value, saved as Plain Text: 0xA | OID=username | PSN Username to which the PSVita is bound too |