Process Services PXI: Difference between revisions
Found information from reversing all PS versions and some P9 binaries and given named based on what used for |
m Add anchors |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
__TOC__ | |||
{{Anchor|PSPXI}}{{Anchor|pxi:ps9}} | |||
=Process Services PXI "pxi:ps9"= | =Process Services PXI "pxi:ps9"= | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 165: | Line 167: | ||
| 0x204 | | 0x204 | ||
| 0x1 | | 0x1 | ||
| 0 = | | Exponent Type. 0 = Short Exponent, 1 = Long Exponent. See notes below. | ||
|- | |- | ||
| 0x205 | | 0x205 | ||
Line 173: | Line 175: | ||
This context structure is fixed to 0x208-bytes. | This context structure is fixed to 0x208-bytes. | ||
Notes on exponents: | |||
* When the type is a short exponent, the exponent field is used as an u32 field with little endianness. | |||
** An example use of this type is to load the common public exponent, 0x10001. | |||
* When a long exponent is set, the exponent field is a buffer of a big endian number instead. |