tevyecat
tevyecat cannot find a setting for anything like “address space size”
You don't toggle it individually, it's part of what happens when you enable the compatibility mode.
You can enable our exploit protection compatibility mode via Settings > Apps > APP > Exploit protection compatibility mode. The exploit protection compatibility mode toggle will:
- Switch from hardened_malloc to Android's standard allocator (Scudo)
- Reduce address space size from 48 bit to Android's standard 39 bit
- Disable memory tagging, unless the app has opted-in to it (only on compatible devices)
- Allow native debugging (ptrace) access
All of these changes apply only to the selected app and can be toggled separately.