Files
SukiSU-Ultra/website/docs/zh_CN/guide/what-is-kernelsu.md
Moe Baka 401b5b8c67 docs: typo & text spacing fixes (#2420)
修复一些错别字、标点;补充部分中英文间距
2025-02-07 09:54:29 +08:00

22 lines
969 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 什么是 KernelSU {#introduction}
KernelSU 是 Android GKI 设备的 root 解决方案,它工作在内核模式,并直接在内核空间中为用户空间应用程序授予 root 权限。
## 功能 {#features}
KernelSU 的主要特点是它是**基于内核的**。KernelSU 运行在内核空间,所以它可以提供我们以前从未有过的内核接口。例如,我们可以在内核模式下为任何进程添加硬件断点;我们可以在任何进程的物理内存中访问,而无人知晓;我们可以在内核空间拦截任何系统调用; 等等。
KernelSU 还提供了一个基于 overlayfs 的模块系统,允许您加载自定义插件到系统中。它还提供了一种修改 /system 分区中文件的机制。
## 如何使用 {#how-to-use}
请参考: [安装](installation)
## 如何构建 {#how-to-build}
请参考: [如何构建](how-to-build)
## 讨论 {#discussion}
- Telegram: [@KernelSU](https://t.me/KernelSU)