diff options
Diffstat (limited to 'static/usage.html')
| -rw-r--r-- | static/usage.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/static/usage.html b/static/usage.html index c2722f48..b2d10119 100644 --- a/static/usage.html +++ b/static/usage.html @@ -806,10 +806,11 @@ <p>You can enable our exploit protection compatibility mode via Settings ➔ Apps ➔ App ➔ Exploit protection. The exploit protection compatibility mode toggle will:</p> <ul> - <li>Switch from hardened_malloc to Android's standard allocator (Scudo)</li> - <li>Reduce address space size from 48 bit to Android's standard 39 bit</li> - <li>Disable memory tagging, unless the app has opted-in to it (only on compatible devices)</li> - <li>Allow native debugging (ptrace) access</li> + <li>Switch from hardened_malloc to Android's standard allocator (Scudo)</li> + <li>Reduce address space size from 48 bit to Android's standard 39 bit</li> + <li>Disable memory tagging, unless the app has opted-in to it (only on + compatible devices)</li> + <li>Allow native debugging (ptrace) access</li> </ul> <p>All of these changes apply only to the selected app and can be toggled separately.</p> |
