IMPORTANT DISCLAIMER
This software is provided for testing and educational purposes only. Use at your own risk.
The developers are not responsible for any damage, data loss, or issues that may occur.
Please ensure you have proper backups before installation.
đš Normal
- Default kernel configuration
- Standard kernel module loading behavior
- Recommended for most users
đš Bypass
- Includes module check bypass modifications
- What are kernel modules? Kernel modules are pieces of code that can be loaded into the kernel at runtime to extend functionality (like device drivers, filesystem support, etc.). These are different from KernelSU/Magisk modules.
- The Problem: Sometimes when installing a custom kernel, the device tries to load a kernel module that fails due to version mismatches, missing dependencies, or signature verification issues. This can cause boot failures or device instability.
- The Solution: This version changes one line from false to true to force load the kernel module, bypassing the failure check that would normally prevent loading.
Features:
-> Wild KSU
-> Multi Manager Support for WKSU, KernelSU-Next! Needs Testing: KSU, MKSU RKSU, xxKSU, KowSU and SukiSU (Best compatibility with WKSU, no support will be provided for other managers)
-> SUSFS āļ v1.5.12
-> Scope-Minimized Manual hooks v1.4
-> Ptrace Patch Support for Older Kernels (<5.16)
-> IPSet Support for Advanced Network Filtering
-> Wireguard Support
-> BBR v1 Support
-> Added BBG support to prevent unauthorised writes to certain partitions: https://github.com/vc-teahouse/Baseband-guard
đš BBG (Baseband-guard)
- A lightweight LSM (Linux Security Module) for Android kernel
- Blocks unauthorized writes to critical partitions/device nodes
- Prevents malicious tampering with baseband and boot chain
- Kernel-level protection via LSM hooks
- Reduces risk of soft-brick/hard-brick issues
Notes:
-> SUS SU Mode 2 will show as disabled or not compatible due to non-kprobe hooks and is not needed anymore!
-> Official Kernel Flasher is broken with latest susfs, try https://github.com/fatalcoder524/KernelFlasher/
-> boot.img files: Available as CI artifacts only (not included in releases) - download from the Actions tab
-> Warning: boot.img files may not boot on some devices
-> Note: For detailed commit information and component versions, please check the build summary in the GitHub Actions workflow that generated this release.
Module:
-> https://github.com/sidex15/ksu_module_susfs
Managers:
-> WKSU: https://github.com/WildKernels/Wild_KSU
-> Next: https://github.com/KernelSU-Next/KernelSU-Next