
One-click Android kernel rooting tool exploiting CVE-2026-43499 to install KernelSU, with official, bundled, and custom .so payload sources.
基于 CVE-2026-43499(GhostLock) 内核漏洞的一键 KernelSU 提权工具。
本分支以 KSuRoot 为蓝本,完整同步 Root-My-Galaxy v0.2.6 主线更新,并在此基础上增加了载荷构建、内置动态库修复与一整套液态玻璃 UI。
Mod by hmascs · 版本 3.0(versionCode 300)· Apache-2.0 仓库:https://github.com/hmascs/KSuRoot
.so(ELF 魔数校验、256MB 上限、SHA-256 指纹),随时移除把「换机型就要重新编译」这件事搬到手机上:
本机 boot.img ──► 内核符号表(kallsyms) ──► 这条链需要的偏移 ──► 打好补丁的动态库
/storage/emulated/0/Download/(不需要任何存储权限),并写入「自定义动态库」并切换载荷源com.kernelpack:boot.img 头 v0~v4 / 裸 Image / Image.gz、Linux 6.4 前后两种 kallsyms 排布、按寄存器数据流改写 movz/movk/movn 常量,原地覆盖、不增删字节,改完重新扫描自证(旧值残留必须为 0)preload.so,162328 字节,SHA-256 87bf839f…b861)—— 提权速度稍慢但稳定keepDebugSymbols 保住原件:AGP 默认会 strip jniLibs 里的 .so(实测会被削掉近 20KB),预编译载荷被隐式改写正是"内置库不可用"最隐蔽的一层原因surface、卡片 surfaceContainer)内核版本必须完全一致才可匹配。清单实时更新,以 Root-My-Galaxy-Payloads 为准。
| 机型 | 平台 |
|---|---|
| iQOO Neo 10 Pro+ | 骁龙 8 至尊版 |
| iQOO Neo 11 | 骁龙 8 至尊版 |
| iQOO 13 | 骁龙 8 至尊版 |
注意:iQOO Neo 10 Pro(无 +)为天玑 9400,不受支持。
不限品牌:内核 6.6 及以上即可用「载荷构建」把自己机器的 boot.img 解析成偏移,打出适配本机的通用方案载荷。
boot.img 生成载荷(产物会自动进入「自定义动态库」)./gradlew assembleRelease
app/build/outputs/apk/release/GRADLE_USER_HOME/gradle.properties 读取(KSU_ROOT_STORE_FILE 等),不写入仓库main 会自动触发 GitHub Actions 构建并上传 APK 产物(见 .github/workflows/build.yml)target.h 基线本项目仅用于安全研究与学习目的。提权操作可能导致设备保修失效、数据丢失或设备损坏,请仅在自有且受控的设备上使用,风险自负。
KSuRoot is a one-click KernelSU rooting tool built on the CVE-2026-43499 (GhostLock) kernel vulnerability. This branch syncs Root-My-Galaxy v0.2.6 and adds a payload builder, a fixed bundled payload and a liquid-glass UI.
Version 3.0. Highlights:
boot.img, resolves the offsets this chain needs, and rewrites the chosen base library into a build matching your kernel. Two schemes: Universal (IonStack upstream, most devices) and vivo / iQOO (adds the vr.ko anti-root bypass). Output is written to Download/ and registered as the custom payload automatically — everything on-device, no network.For research and educational use only. Licensed under Apache-2.0.
| 机型 | 型号代码 | 内核版本 |
|---|
| Galaxy S25 | SM-S931x / SC-51F / SCG31 | 6.6.98 |
| Galaxy S25+ | SM-S936x | 6.6.98 |
| Galaxy S25 Edge | SM-S937x(含国行 S9370) | 6.6.98 |
| Galaxy S25 Ultra | SM-S938x / SC-52F / SCG32 | 6.6.98 |
| Galaxy Z Fold 7 | SM-F966U/U1 | 6.6.98 |
| Galaxy S24 Ultra | SM-S928U | 6.1.145 |
| Galaxy S24+ | SM-S926B | 6.1.157 |
| Galaxy S24 | SM-S921B/N | 6.1.157 |
| Galaxy S23 Ultra | SM-S918x | 5.15.189 |
| Galaxy A56 5G | SM-A566x | 6.6.102 |
| Galaxy A36 5G | SM-A366W | 6.6.46 |