Skip to content
  1. Apr 13, 2019
    • Lioncash's avatar
      kernel/svc: Implement svcUnmapProcessCodeMemory · 4d293bb5
      Lioncash authored
      Essentially performs the inverse of svcMapProcessCodeMemory. This unmaps
      the aliasing region first, then restores the general traits of the
      aliased memory.
      
      What this entails, is:
      
      - Restoring Read/Write permissions to the VMA.
      - Restoring its memory state to reflect it as a general heap memory region.
      - Clearing the memory attributes on the region.
      4d293bb5
    • Lioncash's avatar
      kernel/svc: Implement svcMapProcessCodeMemory · 76a24656
      Lioncash authored
      This is utilized for mapping code modules into memory. Notably, the
      ldr service would call this in order to map objects into memory.
      76a24656
  2. Apr 12, 2019
  3. Apr 11, 2019
  4. Apr 10, 2019
  5. Apr 09, 2019
  6. Apr 08, 2019
Loading