From 8810c412a94b0fa716e3d41c1172e9a9ae741700 Mon Sep 17 00:00:00 2001 From: Wang Han <416810799@qq.com> Date: Tue, 3 Mar 2026 19:31:46 +0800 Subject: [PATCH 1/3] Update reliability statement in README Clarified the reliability of the method regarding core platform API access restrictions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c97e421..db17cfb 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Bypass restrictions on non-SDK interfaces. - Fast: no I/O, initializing faster than HiddenApiBypass. - Safe: no `Unsafe`. -- Unreliable: can be blocked as easily as meta-reflection. +- Unreliable: can be blocked as easily as meta-reflection and cannot access core platform api if core platform api restriction is enabled. ## How it works From 0dcf925d0d1a0aaf69df3b1ad9a03611850994db Mon Sep 17 00:00:00 2001 From: Wang Han <416810799@qq.com> Date: Tue, 3 Mar 2026 19:43:27 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db17cfb..6d90b9b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Bypass restrictions on non-SDK interfaces. - Fast: no I/O, initializing faster than HiddenApiBypass. - Safe: no `Unsafe`. -- Unreliable: can be blocked as easily as meta-reflection and cannot access core platform api if core platform api restriction is enabled. +- Unreliable: can be blocked as easily as meta-reflection and cannot be used to access core platform api if core platform api restriction is enabled in future Android releases. ## How it works From bee59a4c792c0355892cd9e47b32854ff16baf6d Mon Sep 17 00:00:00 2001 From: Wang Han <416810799@qq.com> Date: Tue, 3 Mar 2026 20:01:53 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d90b9b..2bdd0a5 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Bypass restrictions on non-SDK interfaces. - Fast: no I/O, initializing faster than HiddenApiBypass. - Safe: no `Unsafe`. -- Unreliable: can be blocked as easily as meta-reflection and cannot be used to access core platform api if core platform api restriction is enabled in future Android releases. +- Unreliable: can be blocked as easily as meta-reflection and cannot be used to access core platform api if [core platform api restriction](https://android.googlesource.com/platform/art/+/refs/tags/android-security-16.0.0_r4/runtime/runtime.cc#1730) is enabled in future Android releases. ## How it works