Update README.md and authors

This commit is contained in:
Nullptr
2023-01-31 20:01:43 +08:00
parent 4cbac00e28
commit 898211060b
2 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,14 @@
# 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:

View File

@@ -2,5 +2,5 @@ id=${moduleId}
name=${moduleName}
version=${versionName}
versionCode=${versionCode}
author=Nullptr
author=Nullptr, 5ec1cff
description=Run Zygisk on KernelSU.