-
-
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
0 parents
commit 347d6b7
Showing
1 changed file
with
42 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Zygisk Next | ||
|
||
Standalone implementation of Zygisk, providing Zygisk API support for KernelSU and a replacement of Magisk's built-in Zygisk. | ||
|
||
## Copyright Notice | ||
|
||
Copyright © 2024 Zygisk Next developers. All rights reserved. | ||
|
||
The software Zygisk Next, starting from version v4-0.9.2, is no longer under the GPL-3.0 License. Instead, all rights to the software are reserved by the owner. | ||
|
||
The following conditions now apply: | ||
|
||
1. **No Modifications:** The software may not be modified in any way. This includes but is not limited to changing, adding, or removing any part of the software's code or functionality. | ||
|
||
2. **No Redistribution:** The software may not be redistributed in any form. This includes but is not limited to renaming, selling, or including the software as part of another project. | ||
|
||
3. **No Picking:** No parts, pieces, or components of the software may be extracted and submitted to other projects. This includes, but is not limited to, code snippets, functions, and released binaries. | ||
|
||
4. **No Claim to Succession:** Any fork of the software that was created before the license change may not claim to be an official or unofficial successor to the project. This includes but is not limited to using the project's name, branding, or reputation to imply a connection to the original project. | ||
|
||
## Requirements | ||
|
||
### General | ||
|
||
+ No multiple root implementation installed | ||
|
||
### KernelSU | ||
|
||
+ Minimal KernelSU version: 10940 | ||
+ Minimal KernelSU Manager (ksud) version: 11424 | ||
+ Kernel has full SELinux patch support | ||
|
||
### Magisk | ||
|
||
+ Minimal version: 26402 | ||
+ Built-in Zygisk turned off | ||
|
||
## Compatibility | ||
|
||
`PROCESS_ON_DENYLIST` cannot be flagged correctly for isolated processes on Magisk DenyList currently. | ||
|
||
Zygisk Next only guarantees the same behavior of Zygisk API, but will NOT ensure Magisk's internal features. |