An open API service indexing awesome lists of open source software.

https://github.com/KernelSU-Next/KPatch-Next-Module

Standalone implementation of KPM support for Magisk/KernelSU
https://github.com/KernelSU-Next/KPatch-Next-Module

kernel-patch kernelsu kernelsu-next kpatch-next kpm ksu ksunext magisk module webui

Last synced: 8 days ago
JSON representation

Standalone implementation of KPM support for Magisk/KernelSU

Awesome Lists containing this project

README

          

# KPatch Next Module

Standalone implementation of KPM support for Magisk/KernelSU

---

## Credits

- Patch scripts from [APatch](https://github.com/bmax121/APatch)
- KPatch-Next binaries from [KernelSU-Next/KPatch-Next](https://github.com/KernelSU-Next/KPatch-Next)
- magiskboot binary from [Magisk](https://github.com/topjohnwu/Magisk)

## License

- KPatch-Next-Module is licensed under GNU General Public License v3 [GPL-3.0](/LICENSE)
- KPatch-Next binaries is licensed under GNU General Public License v2 [GPL-2.0](https://www.gnu.org/licenses/gpl-2.0.html)
- magiskboot binary from Magisk is licenced under GNU General Public License v3 [GPL-3.0](https://github.com/topjohnwu/Magisk/blob/master/LICENSE)
- WebUI is licensed under MIT License [MIT](/webui/LICENSE)