-
-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
26 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,34 @@ | ||
# Zygisk on KernelSU | ||
|
||
Zygisk loader for KernelSU, which allows Zygisk modules to run without Magisk environment. | ||
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: 15 | ||
+ Minimal ksud version: 7b32c0e | ||
|
||
## Compatibility | ||
|
||
- [x] LSPosed | ||
- [x] Storage Isolation | ||
- [ ] IFW Enhance | ||
- [ ] Universal SafetyNet Fix | ||
- [ ] Shamiko | ||
|
||
## Development road map | ||
|
||
- [x] Basic Zygisk loader | ||
- [x] Stabilize injector | ||
- [ ] Separate zygiskd process | ||
- [ ] Handle 64 bit only devices | ||
- [ ] DenyList & Hide | ||
- [x] [Inject] Basic Zygisk loader | ||
- [x] [Inject] Stabilize injector | ||
- [x] [Inject] Unload | ||
- [ ] [Daemon] Separate zygiskd process | ||
- [ ] [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 -p /data/adb/ksu/bin` | ||
1. `mkdir /data/adb/ksu` | ||
2. `ln -s /data/adb/modules /data/adb/ksu/` | ||
3. `cp $(which resetprop) /data/adb/ksu/bin/resetprop` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters