gitmyhub

SKRoot-linuxKernelRoot

C++ ★ 3.8k updated 17h ago

新一代 SKRoot,完美隐藏Root功能,无视全网检测手段,实现SELinux零触碰、无挂载! 通杀所有内核,免源码直接 Patch 原厂内核,完美保留官方内核所有特性。

SKRoot gives Android devices deep kernel-level root access while staying hidden from detection by banking apps and security scans, without needing the original kernel source code from the manufacturer.

C++AndroidLinux kernelsetup: hardcomplexity 5/5

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.

Where it fits