Bug Report for KernelSU Integration Guide
Checklist Before Submitting an Issue
- [x] I have searched the issues and haven't found anything relevant.
- [x] I will upload bugreport file in KernelSU Manager - Settings - Report log.
- [x] I know how to reproduce the issue which may not be specific to my device.
Describe the Bug
The page How to Integrate for Non-GKI lists the wrong names for the functions to comment out to test for broking KPROBES support. The page mentions ksu_enable_sucompat()
and ksu_enable_ksud()
, however, in reality, they are called ksu_sucompat_init()
and ksu_ksud_init()
in ksu.c
(both in 0.9.5 and in 1.0.5).
To Reproduce
There is no specific response provided in the original report, but the user should describe the steps to reproduce the issue.
Expected behavior
There is no specific response provided in the original report, but the user should describe the expected behavior when the correct functions are used.
Screenshots
There is no specific response provided in the original report, but the user should include any relevant screenshots.
Logs
There is no specific response provided in the original report, but the user should include any relevant logs.
Device info
- Device: SM-T220
- OS Version: 14
- KernelSU Version: 0.9.5
- Kernel Version: 4.19.191
Additional context
There is no specific response provided in the original report, but the user should provide any additional context that may help in understanding the issue.
评论已关闭