CfgI:SetSecureInfo: Difference between revisions
Jump to navigation
Jump to search
Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x08110084] |- | 1 | SecureInfo data buffer size |- | 2 | Signature buffer size |-..." |
No edit summary |
||
| Line 51: | Line 51: | ||
| Buffer for the 0x100-byte RSA-2048 [[Nandrw/sys/SecureInfo_A|SecureInfo]] signature. | | Buffer for the 0x100-byte RSA-2048 [[Nandrw/sys/SecureInfo_A|SecureInfo]] signature. | ||
|} | |} | ||
=Description= | |||
This overwrites the SecureInfo data stored in memory with the input data. The signature-set code has the same result as [[CfgI:SetLocalFriendCodeSeedSignature]], except for SecureInfo. | |||
Latest revision as of 18:14, 2 August 2014
Request
| Index Word | Description |
|---|---|
| 0 | Header code [0x08110084] |
| 1 | SecureInfo data buffer size |
| 2 | Signature buffer size |
| 3 | 10 | (SecureInfo_databufsize<<4) |
| 4 | Buffer for the 0x11-byte SecureInfo data following the signature, this is written to the SecureInfo buffer in memory. |
| 5 | 10 | (Signature_bufsize<<4) |
| 6 | Buffer for the 0x100-byte RSA-2048 SecureInfo signature, this is written to the SecureInfo buffer in memory. |
Response
| Index Word | Description |
|---|---|
| 0 | Header code |
| 1 | Result code |
| 2 | 10 | (SecureInfo_databufsize<<4) |
| 3 | Buffer for the 0x11-byte SecureInfo data following the signature. |
| 4 | 10 | (Signature_bufsize<<4) |
| 5 | Buffer for the 0x100-byte RSA-2048 SecureInfo signature. |
Description
This overwrites the SecureInfo data stored in memory with the input data. The signature-set code has the same result as CfgI:SetLocalFriendCodeSeedSignature, except for SecureInfo.