You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
33 lines
872 B
Markdown
33 lines
872 B
Markdown
# Zygisk on KernelSU
|
|
|
|
Zygisk loader for KernelSU, allowing Zygisk modules to run without Magisk environment.
|
|
|
|
Warning: The current version of Zygisksu is UNSTABLE. You may suffer boot loop or even data loss so use with caution.
|
|
|
|
## Requirements
|
|
|
|
+ Minimal KernelSU version: 10575
|
|
+ Minimal ksud version: 10200
|
|
+ Full SELinux patch support (If non-gki kernel)
|
|
|
|
## Compatibility
|
|
|
|
Should work with everything except those rely on Magisk internal behaviors.
|
|
|
|
## Development road map
|
|
|
|
- [x] [Inject] Basic Zygisk loader
|
|
- [x] [Inject] Stabilize injector
|
|
- [x] [Inject] Unload
|
|
- [x] [Daemon] Linker namespace
|
|
- [x] [Daemon] Separate zygiskd process
|
|
- [x] [Daemon] Handle 64 bit only devices
|
|
- [ ] [Daemon] Handle zygote death
|
|
|
|
## Running on Magisk
|
|
|
|
It is possible to run Zygisksu on Magisk with a few steps:
|
|
|
|
1. `mkdir /data/adb/ksu`
|
|
2. `ln -s /data/adb/modules /data/adb/ksu/`
|