SVC: Difference between revisions
No edit summary |
|||
| Line 510: | Line 510: | ||
== CreateProcessInfo == | == CreateProcessInfo == | ||
{| class=wikitable | {| class=wikitable | ||
! Offset || Length || Description | ! Offset || Length || Bits || Description | ||
|- | |- | ||
| 0 || 8 || | | 0 || 8 || || | ||
|- | |- | ||
| 8 || 2 || | | 8 || 2 || || | ||
|- | |- | ||
| 0xA || 2 || | | 0xA || 2 || || | ||
|- | |- | ||
| 0xC || 4 || | | 0xC || 4 || || | ||
|- | |- | ||
| 0x10 || 8 || TitleId | | 0x10 || 8 || || TitleId | ||
|- | |- | ||
| 0x18 || 8 || CodeAddr | | 0x18 || 8 || || CodeAddr | ||
|- | |- | ||
| 0x20 || 4 || CodeNumPages | | 0x20 || 4 || || CodeNumPages | ||
|- | |- | ||
| 0x24 || 4 || | | 0x24 || 4 || Bit0 || Is64bit (maybe?) | ||
|- | |- | ||
| 0x28 || 4 || ResourceLimitHandle | | 0x24 || 4 || Bit3-1 || AddressSpaceType (0=32-bit with map and heap regions, 1=36-bit with map and heap regions, 2=32-bit with heap region only) | ||
|- | |||
| 0x24 || 4 || Bit4 || | |||
|- | |||
| 0x24 || 4 || Bit5 || EnableAslr | |||
|- | |||
| 0x24 || 4 || Bit6 || | |||
|- | |||
| 0x28 || 4 || || ResourceLimitHandle | |||
|- | |- | ||
| 0x2C || 4 || | | 0x2C || 4 || | ||