SVC: Difference between revisions

Line 467: Line 467:
| 0x4 || Code || .data
| 0x4 || Code || .data
|-
|-
| 0x17EBD05 || Heap ||
| 0x17EBD05 || Heap || Mapped using [[#svcSetHeapSize]].
|-
|-
| 0x402006 || Shared memory block ||
| 0x402006 || Shared memory block || Mapped using [[#svcMapSharedMemory]].
|-
|-
| 0x482907 || Weird mapped memory ||
| 0x482907 || Weird mapped memory || Mapped using [[#svcMapMemory]].
|-
|-
| 0x8 || Module code static || .text and .rodata
| 0x8 || Module code static || Mapped during [[#svcCreateProcess]].
|-
|-
| 0x9 || Module code || .data
| 0x9 || Module code || .data
|-
|-
| 0x5C3C0B || Mapped memory ||
| 0x5C3C0B || Mapped memory || Mapped using [[#svcMapMemory]].
|-
|-
| 0xC || Thread local storage ||
| 0xC || Thread local storage || Mapped during [[#svcCreateThread]].
|-
|-
| 0x15C3C0D || Weird transfer memory ||
| 0x15C3C0D || Weird transfer memory || Mapped using [[#svcMapTransferMemory]].
|-
|-
| 0x5C380E || Transfer memory ||
| 0x5C380E || Transfer memory || Mapped using [[#svcMapTransferMemory]].
|-
|-
| 0x10|| Reserved ||
| 0x40380F || Process memory || Mapped using [[#svcMapProcessMemory]].
|-
| 0x10 || Reserved ||
|}
|}