Memory Card: Difference between revisions
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
|} | |} | ||
== Memory Card | == Findings about Memory Card == | ||
It turns out that memory card supports standard Memory Stick protocol (TPC). | It turns out that memory card supports standard Memory Stick protocol (TPC). | ||
Line 30: | Line 25: | ||
If auth layer can be faked, it could probably be possible to use usual memory stick with Vita. | If auth layer can be faked, it could probably be possible to use usual memory stick with Vita. | ||
== Memory Card Initialization == | |||
{| | |||
| [[File:ms_auth.png|800px|thumb|mounts]] | |||
|- | |||
|} |
Revision as of 23:21, 2 July 2018
Partitions
Memory Card can be accessed with SceMsif module. It has the following partitions:
code | type | name | desc |
---|---|---|---|
0xD | raw | Some data | |
0x8 | exfat | ux0 | Memory Card |
Findings about Memory Card
It turns out that memory card supports standard Memory Stick protocol (TPC).
Msif driver allows to read and write single values on memory card according to the (TPC) protocol.
It can also read and write chunks of data from memory card using (TPC) protocol.
It is still not confirmed, however based on some findings in Msif driver, it is hypothesized that Vita`s memory card is simply new generation of memory stick with additional auth layer.
If auth layer can be faked, it could probably be possible to use usual memory stick with Vita.