AMPXI:GetCTCert: Difference between revisions

Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x003B0042] |- | 1 | Size |- | 2 | <nowiki>(Size<<8) | 0x4</nowiki> |- | 3 | Out b..."
 
TimmSkiller (talk | contribs)
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:
|-
|-
| 1
| 1
| Size
| Output size
|-
|-
| 2
| 2
| <nowiki>(Size<<8) | 0x4</nowiki>
| <nowiki>(Size << 8) | 0x4</nowiki>
|-
|-
| 3
| 3
| Out buf ptr
| Output pointer
|}
|}


Line 25: Line 25:
|-
|-
| 0
| 0
| Header code
| Header code [0x003B0080]
|-
|-
| 1
| 1
Line 31: Line 31:
|-
|-
| 2
| 2
| Output u32, unknown.
| Output s32. Internal pxi:am9 result code.
|}
|}


=Description=
=Description=
This returns the [[CTCert]] 0x180-byte certificate for the current system.
This returns the [[CTCert]] 0x180-byte certificate for the current system. The size must match 0x180, otherwise Process9 executes [[SVC|svcBreak]].