百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
S

SukiSU_KernelPatch_patch

> 编程语言
开源

SukiSU 的 KernelPatch Patch 这是一个简单的 fork 来自 bmax121 的 KernelPatch。经过剪裁后用于为 SukiSU Ultra 提供 KPM 支持…

193 stars0 点赞0 次浏览
访问官网GitHub

工具介绍

SukiSU 的 KernelPatch Patch 这是一个简单的 fork 来自 bmax121 的 KernelPatch。经过剪裁后用于为 SukiSU Ultra 提供 KPM 支持…

SukiSU's KernelPatch patch

** This is only a simple fork from bmax121's KernelPatch. **

这是一个fork自bmax121的KernelPatch,经过剪裁后用于给SukiSU Ultra提供KPM支持

Thanks

APatch KernelPatch

KernelPatch

Patching and hooking the Linux kernel with only stripped Linux kernel image.

bash
 _  __                    _ ____       _       _     
| |/ /___ _ __ _ __   ___| |  _ \ __ _| |_ ___| |__  
| ' // _ \ '__| '_ \ / _ \ | |_) / _` | __/ __| '_ \ 
| . \  __/ |  | | | |  __/ |  __/ (_| | || (__| | | |
|_|\_\___|_|  |_| |_|\___|_|_|   \__,_|\__\___|_| |_|
  • Obtain all symbol information without source code and symbol information.
  • Inject arbitrary code into the kernel. (Static patching the kernel image or Runtime dynamic loading).
  • Kernel function inline hook and syscall table hook are provided.
  • Additional SU for Android.

If you are using Android, APatch would be a better choice.

Requirement

CONFIG_KALLSYMS=y

Supported Versions

Currently only supports arm64 architecture.

Linux 3.18 - 6.12 (theoretically)

Get Involved

More Information

Documentation

Credits

  • vmlinux-to-elf: Some ideas for parsing kernel symbols.
  • android-inline-hook: Some code for fixing arm64 inline hook instructions.
  • tlsf: Memory allocator used for KPM. (Need another to allocate ROX memory.)

License

KernelPatch is licensed under the GNU General Public License (GPL) 2.0 ().

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

C

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月18日
分类编程语言
定价开源

> 相关工具

T
TypeScript
JavaScript 的超集,为前端与全栈提供静态类型
P
Python
通用编程语言,广泛用于 Web、数据与 AI
G
Go
Google 推出的简洁高效系统语言