PS:VerifyRsaSha256: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
m Fix formatting |
||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
{{IPC/Request}} | {{IPC/Request}} | ||
{{#vardefine:ipc_offset|0}} | {{#vardefine:ipc_offset|0}} | ||
{{IPC/RequestEntry|Header code [ | {{IPC/RequestEntry|Header code [0x00020244]}} | ||
{{IPC/RequestEntryRange|8|SHA256 hash to | {{IPC/RequestEntryRange|8|SHA256 hash to compare with.}} | ||
{{IPC/RequestEntry|Unused. Intended as the signature size.}} | {{IPC/RequestEntry|Unused. Intended as the signature size.}} | ||
{{IPC/TranslateStaticBuffer|RSA [[Process_Services_PXI|context]] buffer | {{IPC/TranslateStaticBuffer|RSA [[Process_Services_PXI|context]] buffer|0}} | ||
{{IPC/ | {{IPC/MapPointerR|Signature buffer}} | ||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} | ||
Line 14: | Line 14: | ||
{{IPC/RequestEntry|Header code}} | {{IPC/RequestEntry|Header code}} | ||
{{IPC/RequestEntry|Result code}} | {{IPC/RequestEntry|Result code}} | ||
{{IPC/ | {{IPC/MapPointerR|Signature buffer. Size for the translate-header is hard-coded to 0x100.}} | ||
{{IPC/RequestEnd}} | {{IPC/RequestEnd}} |
Latest revision as of 23:22, 14 December 2024
Request
Index Word | Description |
---|---|
0 | Header code [0x00020244] |
1-8 | SHA256 hash to compare with. |
9 | Unused. Intended as the signature size. |
10 | Descriptor for static buffer (id 0) |
11 | RSA context buffer |
12 | Descriptor for mapping a read-only buffer in the target process |
13 | Signature buffer |
Response
Index Word | Description |
---|---|
0 | Header code |
1 | Result code |
2 | Descriptor for mapping a read-only buffer in the target process |
3 | Signature buffer. Size for the translate-header is hard-coded to 0x100. |