FS:GetOtherSaveDataSecureValue: Difference between revisions
Jump to navigation
Jump to search
TimmSkiller (talk | contribs) Created page with "=Request= {{IPC/Request}} {{IPC/RequestHeader|0x86C|3|2}} {{IPC/RequestEntry|u8, Media Type}} {{IPC/RequestEntry|u32, Unique ID}} {{IPC/Reque..." |
TimmSkiller (talk | contribs) No edit summary |
||
Line 19: | Line 19: | ||
=Description= | =Description= | ||
Queries the secure value(s) of another title. | Queries the secure value(s) of another title. | ||
This command will, by default, read from the secure value section of the [[DISA_and_DIFF#DISA_Header|DISA save image's header]]. | |||
However, it is possible to force this command to read from the [[Filesystem_services#Anti_Savegame_Restore|Anti Savegame Restore]] save data by specifying media type 100 (the meaning of this media type is unknown and is not used elsewhere in FS). |
Latest revision as of 13:09, 1 July 2025
Request
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | u8, Media Type | ||||||||
2 | u32, Unique ID | ||||||||
3 | u32, Entry count | ||||||||
4 | Descriptor for mapping a write-only buffer in the target process | ||||||||
5 | Output SecureValueEntry buffer pointer |
Response
Index Word | Description | ||||||||
---|---|---|---|---|---|---|---|---|---|
0 |
| ||||||||
1 | Result code | ||||||||
2 | u32, Number of read entries | ||||||||
3 | Descriptor for mapping a write-only buffer in the target process | ||||||||
4 | Output SecureValueEntry buffer pointer |
Description
Queries the secure value(s) of another title.
This command will, by default, read from the secure value section of the DISA save image's header.
However, it is possible to force this command to read from the Anti Savegame Restore save data by specifying media type 100 (the meaning of this media type is unknown and is not used elsewhere in FS).