Difference between revisions of "BOSSP:ReadNsDataPrivileged"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x00280102] |- | 1-2 | u64 programID |- | 3 | Same as BOSSU:ReadNsData cmdr...") |
|||
Line 12: | Line 12: | ||
|- | |- | ||
| 3 | | 3 | ||
− | | | + | | NsDataId |
|- | |- | ||
| 4-5 | | 4-5 |
Latest revision as of 20:15, 9 October 2016
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x00280102] |
1-2 | u64 programID |
3 | NsDataId |
4-5 | u64 offset |
6 | Size |
7 | (Size << 4) | 0xC |
8 | Data Pointer |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Actual read size |
3 | Unknown output u32. |
Description[edit]
This is similar to BOSSU:ReadNsData.