Root an Android device without triggering detection by banking or payment security apps.
Add kernel module support and system call interception to a rooted Android device using SKRoot Pro.
Apply root access across a wide range of Android devices without the manufacturer's kernel source code.
Research Android kernel security by running privileged commands at the kernel level.
Requires downloading the device's kernel binary, running the patcher tool, and installing a companion APK, no kernel source code needed.
SKRoot is a tool for Android devices that gives users administrative (root) access to their own phone at the deepest level of the operating system, the Linux kernel itself. Root access on Android is roughly equivalent to administrator access on a Windows PC: it lets you run commands and modify files that are normally off-limits to regular apps and users. What makes this project distinct from older root tools is its focus on staying hidden. Many banking apps, payment systems, and other security-sensitive apps refuse to run on rooted devices by scanning for signs of modification. SKRoot is designed to pass those checks by operating in a way that does not leave the usual traces. The README states that it achieves zero interaction with SELinux (a security layer built into Android) and requires no additional mounted file systems, both of which are common things detection tools look for. A practical advantage is that SKRoot does not require the original kernel source code from the device manufacturer. It patches the existing kernel binary directly, which means it works across a wide range of Android phones and tablets from manufacturers like Xiaomi, Redmi, OnePlus, ASUS, Samsung, and others. The supported Linux kernel versions span from 3.10 through 6.12, covering most Android devices released in the past decade. There are two versions: Lite, which provides the core root environment with a focus on stability and compatibility, and Pro, which adds kernel module support, a hook framework for intercepting system calls, and additional features for advanced use. The Lite version setup involves downloading a patcher tool and an APK, dragging the device's kernel file onto the patcher, and then installing the companion app. The README is written in Chinese. The project includes a changelog, troubleshooting guidance, and a Telegram channel for those wanting to join the testing group.
← abcz316 on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.