docs: remove incorrect vermagic bypass claims

This commit is contained in:
okhsunrog 2026-04-12 01:18:32 +03:00
parent 2bc7d164fd
commit a9a76b840c
2 changed files with 1 additions and 3 deletions

View file

@ -27,8 +27,6 @@ Kernel kretprobes modify kernel function behavior, not userspace code. The targe
All symbols used (`register_kretprobe`, `proc_create`, `seq_read`, etc.) are part of the stable GKI KMI, so the same `Module.symvers` CRCs work across all devices running the same GKI generation. The C source is identical across generations -- only the kernel headers and CRCs differ.
KernelSU bypasses the kernel's vermagic check, so no runtime patching is needed. `post-fs-data.sh` simply runs `insmod` directly.
CI builds are provided for all 7 GKI generations: `android12-5.10` through `android16-6.12`.
## Build