From b96a45b9746c3cb85f98b8ee922e485804baf052 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 11 Sep 2022 19:33:51 -0400 Subject: [PATCH] add info on exploit protection compatibility mode --- static/usage.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/usage.html b/static/usage.html index 5567808d..e3c3baaf 100644 --- a/static/usage.html +++ b/static/usage.html @@ -833,6 +833,13 @@ designed to be friendly to apps and fully compatible rather than killing the application when it violates the rules.

+

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.

+

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' feature in Developer options. Report an issue to