You've already forked ReZygisk
mirror of
https://github.com/PerformanC/ReZygisk.git
synced 2025-09-06 06:37:01 +00:00
59 lines
1.3 KiB
Markdown
59 lines
1.3 KiB
Markdown
# ReZygisk
|
|
|
|
ReZygisk is a fork of Zygisk Next by Dr-TSNG, which is a standalone implementation of Zygisk, providing Zygisk API support for KernelSU, Magisk and futurely APatch.
|
|
|
|
It aims at the re-write of Zygisk Next to C, allowing also a more efficient and faster implementation of the Zygisk API with a more permissive license.
|
|
|
|
> [!NOTE]
|
|
> This module/fork is WIP, only use .zip from the releases.
|
|
|
|
## Features
|
|
|
|
- FOSS
|
|
- N/A compared to latest Zygisk Next *yet*.
|
|
|
|
## Dependencies
|
|
|
|
- rustc
|
|
- Android NDK
|
|
|
|
### Rust side:
|
|
|
|
- android_logger
|
|
- anyhow
|
|
- bitflags
|
|
- const_format
|
|
- futures
|
|
- konst
|
|
- lazy_static
|
|
- libc
|
|
- log
|
|
- memfd
|
|
- num_enum
|
|
- passfd
|
|
- proc-maps
|
|
|
|
### C++ side:
|
|
|
|
- lsplt
|
|
|
|
## Installation
|
|
|
|
WIP, do not install yet.
|
|
|
|
## Usage
|
|
|
|
WIP
|
|
|
|
## Support
|
|
|
|
Any question related to ReZygisk or other PerformanC projects can be made in [PerformanC's Discord server](https://discord.gg/uPveNfTuCJ).
|
|
|
|
## Contribution
|
|
|
|
It is mandatory to follow the PerformanC's [contribution guidelines](https://github.com/PerformanC/contributing) to contribute to ReZygisk. Following its Security Policy, Code of Conduct and syntax standard.
|
|
|
|
## License
|
|
|
|
ReZygisk is licensed majoritaly under GPL, by Dr-TSNG, but also BSD 2-Clause License. You can read more about it on [Open Source Initiative](https://opensource.org/licenses/BSD-2-Clause).
|