Nandrw/sys/LocalFriendCodeSeed B: Difference between revisions
No edit summary |
→Format: Verified with another devkit. |
||
(4 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:Nandrw/sys/LocalFriendCodeSeed_B}} | |||
=Format= | |||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
! Offset | ! Offset | ||
Line 10: | Line 12: | ||
| 0x100 | | 0x100 | ||
| 0x8 | | 0x8 | ||
| Normally zero? | | Normally zero? The second byte (offset 0x101) appears to be 0x01 if system is a devkit. | ||
|- | |- | ||
| 0x108 | | 0x108 | ||
| 0x8 | | 0x8 | ||
| LocalFriendCodeSeed | | LocalFriendCodeSeed. Since the data of the whole file gets copied to [[Nand/private/movable.sed|movable.sed]], this also becomes the first 8 bytes of the keyY there. | ||
|} | |} | ||
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]] |