Nandrw/sys/LocalFriendCodeSeed B: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
=Format= | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
! Offset | ! Offset | ||
Line 18: | Line 19: | ||
This contains the same LocalFriendCodeSeed data that [[PSPXI:GetLocalFriendCodeSeed]] retrieves from memory. | This contains the same LocalFriendCodeSeed data that [[PSPXI:GetLocalFriendCodeSeed]] retrieves from memory. | ||
=See Also= | |||
* [[Config Services]] |
Revision as of 06:12, 3 April 2013
Format
Offset | Size | Description |
---|---|---|
0x0 | 0x100 | RSA-2048 signature over the following 0x10-bytes. |
0x100 | 0x8 | Normally zero? |
0x108 | 0x8 | LocalFriendCodeSeed, this is the same as the first 0x8-bytes from the movable.sed keyY. |
This contains the same LocalFriendCodeSeed data that PSPXI:GetLocalFriendCodeSeed retrieves from memory.