manager: new zygisk detection method implemented and deprecated old method

Currently only supports ReZygisk and soon ZygiskNext will hopefully follow (ZN users will have issues detecting zygisk injections until then)
This commit is contained in:
Rifat Azad
2025-07-01 21:44:07 +06:00
parent 9733b92d30
commit d1aad01df3
10 changed files with 47 additions and 36 deletions
@@ -1,6 +1,6 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:width="22dp"
android:height="22dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
+9 -2
View File
@@ -16,8 +16,6 @@
<string name="lkm_alternative_suggestion">Install GKI kernel or integrate KernelSU Next to your device.</string>
<string name="home_working">Working</string>
<string name="home_working_version">Version: %d</string>
<string name="home_superuser_count">Superuser(s)</string>
<string name="home_module_count">Module(s)</string>
<string name="home_module_update_count">Updates: %d</string>
<string name="home_failure">KernelSU Next v2 signature not found in kernel! [ !KSU_NEXT || != size/hash ]</string>
<string name="home_failure_tip">Ask your kernel developer to integrate KernelSU Next!</string>
@@ -225,4 +223,13 @@
<string name="developer">Developer</string>
<string name="sucompat_disabled">SUCOMPAT DISABLED</string>
<string name="zygisk_required">Zygisk required</string>
<string name="zygisk_status">Zygisk injection</string>
<plurals name="home_superuser_count">
<item quantity="one">Superuser</item>
<item quantity="other">Superusers</item>
</plurals>
<plurals name="home_module_count">
<item quantity="one">Module</item>
<item quantity="other">Modules</item>
</plurals>
</resources>