abcz316/skroot-linuxkernelroot

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

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 30 minutes ago
Added to GitGenius on September 17th, 2026
Created on September 3rd, 2021
Open Issues & Pull Requests: 52 (+0)
GitHub issues: Enabled
Number of forks: 861
Total Stargazers: 3,931 (+0)
Total Subscribers: 70 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 19.1 hours
Mean response time: 31.3 days
90th percentile: 77.7 days
Tracked items: 91

Most active contributors

Sign in to see contributor activity.

How this project is maintained

About 12% of issues opened in the past year have never received a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 63% of issues opened in the past year have been closed, leaving a working backlog. Three people close 75% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 38
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 462 days
Stale 30+ days: 37
Stale 90+ days: 34

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 1
Events in 7 days: 3

Top labels

  • bug (15)
  • documentation (2)
  • enhancement (2)
  • good first issue (1)
  • help wanted (1)
  • question (1)

Most active issues this week

Detailed Description

SKRoot is a kernel-level root access solution that hides root privileges while evading detection mechanisms on Linux systems.

The tool addresses the problem of obtaining and concealing root access on Android devices running Linux kernels. It works by directly patching the kernel binary without requiring source code, preserving all original kernel optimizations and features. The approach implements SELinux bypass without touching SELinux itself and operates without mounting additional filesystems. Root access is granted through a 48-character random key that applications must possess to obtain elevated privileges. The tool parasitically embeds itself within host applications, leaving no visible external artifacts.

SKRoot comes in two variants: a Lite version prioritizing stability and compatibility with core root functionality, and a Pro version offering deeper capabilities including authorization management, kernel module support, and advanced features like directory hiding and covert shell execution. The tool supports kernel versions from 3.10 through 6.12 and includes a custom kernel hooking framework designed to operate with zero performance overhead and no side-channel detection signatures. The Pro variant enables flexible switching between user-space and kernel-space execution modes, with kernel offsets dynamically discovered at runtime to ensure compatibility across different kernel versions from a single compilation. The README indicates the tool passes detection checks from mainstream banking and government applications.

Development activity shows consistent engagement with the codebase through regular updates and refinement of both Lite and Pro variants. The project maintains active release cycles with compiled binaries provided alongside source code, reducing barriers to deployment. Documentation includes detailed functional specifications and version comparisons, suggesting ongoing attention to user clarity and feature differentiation between variants.