42 lines
1.1 KiB
Markdown
42 lines
1.1 KiB
Markdown
**English** | [中文](README_CN.md)
|
|
|
|
# KernelSU
|
|
|
|
A Kernel based root solution for Android devices.
|
|
|
|
## Features
|
|
|
|
1. Kernel-based `su` and root access management.
|
|
2. Module system based on overlayfs.
|
|
|
|
## Compatibility State
|
|
|
|
KernelSU officially supports Android GKI 2.0 devices(with kernel 5.10+), old kernels(4.14+) is also compatiable, but you need to build kernel yourself.
|
|
|
|
WSA and containter-based Android should also work with KernelSU integrated.
|
|
|
|
And the current supported ABIs are : `arm64-v8a` and `x86_64`
|
|
|
|
## Usage
|
|
|
|
[Installation](https://kernelsu.org/guide/installation.html)
|
|
|
|
## Build
|
|
|
|
[How to build?](https://kernelsu.org/guide/how-to-build.html)
|
|
|
|
### Discussion
|
|
|
|
- Telegram: [@KernelSU](https://t.me/KernelSU)
|
|
|
|
## License
|
|
|
|
[GPL-3](http://www.gnu.org/copyleft/gpl.html)
|
|
|
|
## Credits
|
|
|
|
- [kernel-assisted-superuser](https://git.zx2c4.com/kernel-assisted-superuser/about/): the KernelSU idea.
|
|
- [genuine](https://github.com/brevent/genuine/): apk v2 signature validation.
|
|
- [Diamorphine](https://github.com/m0nad/Diamorphine): some rootkit skills.
|
|
- [Magisk](https://github.com/topjohnwu/Magisk): the sepolicy implementation.
|