11.8.0-41: Difference between revisions

Riley (talk | contribs)
document where exportticketwrapped is used
Riley (talk | contribs)
mNo edit summary
Line 13: Line 13:
Actual code changed in Process9.
Actual code changed in Process9.


pxi:am9 command 0x6d0184 was added: [[AMPXI:ExportTicketWrapped]]
pxi:am9 command 0x6d0184 was added, see [[AMPXI:ExportTicketWrapped]]


=== AM ===
=== AM ===
New am:net command 0x8290184 was added, this just calls the new pxi:am9 command. This is used by nim.
New am:net command 0x8290184 was added, see [[AMNet:ExportTicketWrapped]]. This is used by nim.


=== Friends ===
=== Friends ===
Line 24: Line 24:
Added 2 new strings in the codebin: "X-Authentication-Key" and "X-Authentication-Data".
Added 2 new strings in the codebin: "X-Authentication-Key" and "X-Authentication-Data".


Now uses new am:net command 0x8290184 during code related to downloading contents(?) (function at 0x143B9C; its caller at 0x123ABC uses amnet:Begin/ResumeImportContent)
Now uses [[AMNet:ExportTicketWrapped]] during code related to downloading contents(?) (function at 0x143B9C; its caller at 0x123ABC uses amnet:Begin/ResumeImportContent)


If ExportTicketWrapped succeeded, then the new http headers are passed: "X-Authentication-Key" set to base64(wrapped_aes_key) and "X-Authentication-Data" set to base64(crypted_ticket).
If ExportTicketWrapped succeeded, then the new http headers are passed: "X-Authentication-Key" set to base64(wrapped_aes_key) and "X-Authentication-Data" set to base64(crypted_ticket).