You've already forked KernelSU-Next
mirror of
https://github.com/KernelSU-Next/KernelSU-Next.git
synced 2025-08-27 23:46:34 +00:00
940f42b579
For those who want to Implement KernelSU Manually with KPROBES disabled. When KPROBES Broken and Still enabled, this will causing Loop at splash logo even Already Manually Imported because this https://github.com/tiann/KernelSU/blob/743ac9df1a16697792c6e9e266e4779c652fc6a3/kernel/ksu.c#L57. And when KPROBES is disabled, KSU also will not compiled (I Know it'll still build if obj-y is set for KSU, but it's better to remove, who knows if someone set as obj-$(CONFIG_KSU)). Signed-off-by: RyuujiX <saputradenny712@gmail.com>