Config Services: Difference between revisions

From 3dbrew
Jump to navigation Jump to search
Elisherer (talk | contribs)
No edit summary
No edit summary
Line 1: Line 1:
[[Category:Services]]
[[Category:Services]]
= Config service "cfg:s" =
 
= Config services =
{| class="wikitable" border="1"
{| class="wikitable" border="1"
|-
|-
Line 6: Line 7:
!  Description
!  Description
|-
|-
|-
| 0x00010082
| 0x0001....
| [[CfgS:GetConfigInfoBlk2|GetConfigInfoBlk2]]
| [[CfgS:GetConfigInfoBlk2|GetConfigInfoBlk2]]
|-
|-
| 0x0002....
| 0x00020000
| Grabs the u8 from offset 0x100 of SecureInfo (first byte following the RSA signature)
| Grabs the u8 from offset 0x100 of SecureInfo (first byte following the RSA signature)
|-
|-
| 0x0003....
| 0x0003....
| [[Cfg:GenHashConsoleUnique|GenHashConsoleUnique]]
| [[Cfg:GenHashConsoleUnique|GenHashConsoleUnique]]
|}
= Config service "cfg:s" =
{| class="wikitable" border="1"
|-
!  Command Header
!  Description
|-
|-
| 0x04010082
| 0x04010082
Line 24: Line 31:


= Config service "cfg:i" =
= Config service "cfg:i" =
{| class="wikitable" border="1"
|-
!  Command Header
!  Description
|-
| 0x0003....
| [[Cfg:GenHashConsoleUnique|GenHashConsoleUnique]]
|}


= Config service "cfg:u" =
= Config service "cfg:u" =
{| class="wikitable" border="1"
|-
!  Command Header
!  Description
|-
| 0x0003....
| [[Cfg:GenHashConsoleUnique|GenHashConsoleUnique]]
|}

Revision as of 06:29, 3 April 2013


Config services

Command Header Description
0x00010082 GetConfigInfoBlk2
0x00020000 Grabs the u8 from offset 0x100 of SecureInfo (first byte following the RSA signature)
0x0003.... GenHashConsoleUnique

Config service "cfg:s"

Command Header Description
0x04010082 GetConfigInfoBlk8
0x04060000 GetRegion

Config service "cfg:i"

Config service "cfg:u"