Skip to content

Add Process::GetFreeMemoryRegion

PabloMK7 requested to merge freeregion into develop

This can be used in conjunction with svcMapProcessMemoryEx to get a free memory region to map to, without knowing which regions are occupied (this helps mapping process memory in any game).

  • Confirm that the behaviour of ProcessImpl::GetFreeBlocks() is the correct one.
Edited by PabloMK7

Merge request reports