English | 简体中文
A based-on SukiSU-Ultra/SukiSU-Ultra fork, added some interesting changes, also make it more stable and build easily.
- Kernel-based
suand root access management - Module system based on metamodules: Pluggable infrastructure for systemless modifications.
- App Profile: Lock up the root power in a cage
- Support non-GKI and GKI 1.0
- KPM Support
- Tweaks to the manager theme and the built-in susfs management tool.
- Multi manager support, for default Official KernelSU/RKSU/MKSU/SukiSU is supported work as manager with ReSukiSU's kernel
-
ReSukiSU officially supports Android GKI 2.0 devices (kernel 5.10+).
-
Older kernels (3.4+) are also compatible, but the kernel will have to be built manually.
-
Currently, only
arm64-v8a,armeabi-v7aandX86_64are supported. -
SuSFS in this project is Only support backport to kernel 4.3+
-
Tracepoint Syscall Redirect hookis only support with GKI2(5.10+) kernel
Tracepoint Syscall Redirect hookThe default hook mode, from upstream, but its only support GKI2 kernel witharm64-v8aorx86_64ABIManual HookThe most compatible Hook, support from Linux kernel 3.4 to Linux kernel 6.18SuSFS Inline HookAn hook from SuSFS, likeManual Hook, but provide fromSuSFSproject, not this project
See the documentation.
If you need to submit a translation for the manager, please go to Weblate.
- Based on KernelPatch, we removed features redundant with KSU and retained only KPM support.
- Work in Progress: Expanding APatch compatibility by integrating additional functions to ensure compatibility across different implementations.
Open-source repository: https://github.com/ShirkNeko/SukiSU_KernelPatch_patch
KPM template: https://github.com/udochina/KPM-Build-Anywhere
Note
- Requires
CONFIG_KPM=y - Non-GKI devices requires
CONFIG_KALLSYMS=yandCONFIG_KALLSYMS_ALL=y - For kernels below
4.19, backporting fromset_memory.hfrom4.19is required.
ShirkNeko's sponsorship list
- Ktouls Thanks so much for bringing me support.
- zaoqi123 Thanks for the milk tea.
- wswzgdg Many thanks for supporting this project.
- yspbwx2010 Many thanks.
- DARKWWEE 100 USDT
- Saksham Singla Provide and maintain the website
- OukaroMF Donation of website domain name
- The file in the “kernel” directory is under GPL-2.0-only license.
- The images of the files
ic_launcher(?!.*alt.*).*with anime character artwork are licensed under a special arrangement: drawn by 怡子曰曰, the copyright is held by 明风 OuO, and the vectorized icons are provided by this project. SeeLICENSE_icon_EnglishandLICENSE_icon_SCfor details. - Except for the files or directories mentioned above, all other parts are under GPL-3.0 or later license.
Help translate ReSukiSU on Weblate:
https://hosted.weblate.org/engage/resukisu/
- KernelSU: upstream
- SukiSU-Ultra/SukiSU-Ultra: fork source
SukiSU's credit
- KernelSU: upstream
- MKSU: Magic Mount
- RKSU: support non-GKI
- susfs: An addon root hiding kernel patches and userspace module for KernelSU.
- KernelPatch: KernelPatch is a key part of the APatch implementation of the kernel module
KernelSU's credit
- Kernel-Assisted Superuser: The KernelSU idea.
- Magisk: The powerful root tool.
- genuine: APK v2 signature validation.
- Diamorphine: Some rootkit skills.