Closed StephanvanSchaik closed 1 year ago
Use mach_vm_region_recurse() rather than mach_vm_region() to properly handle submappings when iterating over the memory areas in a process or querying an address for the corresponding memory area.
mach_vm_region_recurse()
mach_vm_region()
Use
mach_vm_region_recurse()
rather thanmach_vm_region()
to properly handle submappings when iterating over the memory areas in a process or querying an address for the corresponding memory area.