diff options
| author | Dmitry Muhomor <muhomor.dmitry@gmail.com> | 2023-11-30 08:47:59 +0200 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2023-11-30 01:53:15 -0500 |
| commit | 91652bad260f9b3c4eb0f5000a2e0ef84080f152 (patch) | |
| tree | 8f8f536ec611b2906530fa05cb55f6c13df851df /static/usage.html | |
| parent | 554eb1134d933b11ecfd8f8abcfcc1c36383ab6b (diff) | |
update exploit protection compatibility mode section
Diffstat (limited to 'static/usage.html')
| -rw-r--r-- | static/usage.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/static/usage.html b/static/usage.html index 4f4499a1..9fa5ff87 100644 --- a/static/usage.html +++ b/static/usage.html @@ -804,11 +804,15 @@ application when it violates the rules.</p> <p>You can enable our exploit protection compatibility mode via Settings ➔ Apps ➔ - App ➔ Advanced. The exploit protection compatibility mode toggle will switch from - hardened_malloc to Android's standard allocator (Scudo) and will reduce address - space size from 48 bit to Android's standard 39 bit. There are also separate - toggles for these features in the Configure hardening menu if you want to narrow - down the cause to a specific feature.</p> + 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> + </ul> + + <p>All of these changes apply only to the selected app and can be toggled separately.</p> <p>If you run into an application aborting, try to come up with a process for reproducing the issue and then capture a bug report via the 'Take bug report' |
