Difference between revisions of "Nandrw/sys/LocalFriendCodeSeed B"

From 3dbrew
Jump to navigation Jump to search
m (add displaytitle so it looks like "LocalFriendCodeSeed_B" instead of "LocalFriendCodeSeed B")
(Previous words doesn't make much sense to me. This is what I interpret from it. Correct me if I am wrong)
Line 16: Line 16:
 
| 0x108
 
| 0x108
 
| 0x8
 
| 0x8
| LocalFriendCodeSeed, this is the same as the first 0x8-bytes from the [[Nand/private/movable.sed|movable.sed]] keyY.
+
| 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.
 
|}
 
|}
  

Revision as of 20:27, 18 April 2017

Format

Offset Size Description
0x0 0x100 RSA-2048 signature over the following 0x10-bytes.
0x100 0x8 Normally zero?
0x108 0x8 LocalFriendCodeSeed. Since the data of the whole file gets copied to 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.

See Also