weishu

Results 339 comments of weishu

This issue should have been resolved in v2.0, as we no longer need to install keyring in kworker.

Please consider creating a component to wrap it, as there is a lot of boilerplate code.

已知问题,你可以试试用 magiskboot 关闭 knox

已确认: 1. 在没有 KNOX 的机型上,LKM 模式可以正常运行。 2. 在有 KNOX 的机型上,无法启动;可能是由于 KernelSU 直接操作了 cred,这会被 RKP 阻止。 目前没有计划修复这个问题,建议用 GKI 内核或者编译三星内核。

https://github.com/topjohnwu/Magisk/issues/7254

exec `strace su` and observe the output

It seems that this kprobe failed: https://github.com/tiann/KernelSU/blob/main/kernel/sucompat.c#L265 is there any dmesg log?

please check `cat /proc/kallsyms` and dump the symbols

> > please check `cat /proc/kallsyms` and dump the symbols > > when KSU broke or when it's working ? broken, and the kernel image

this would break the ci workflow.