You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
19 lines
464 B
Markdown
19 lines
464 B
Markdown
# Zygisk on KernelSU
|
|
|
|
Zygisk loader for KernelSU, which allows Zygisk modules to run without Magisk environment.
|
|
|
|
## Development road map
|
|
|
|
- [x] Basic Zygisk loader
|
|
- [ ] Stabilize injector
|
|
- [ ] Separate zygiskd process
|
|
- [ ] Handle 64 bit only devices
|
|
|
|
## 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/modules`
|
|
3. `cp $(which resetprop) /data/adb/ksu/resetprop`
|