ReZygisk is a fork of Zygisk Next, a standalone implementation of Zygisk, providing Zygisk API support for KernelSU, Magisk (besides built-in), and APatch (Work In Progress).
It aims to modernize and re-write the codebase to C (from C++ and Rust), allowing a more efficient and faster implementation of the Zygisk API with a more permissive license.
Note
This module/fork is WIP (Work In Progress); only use .zip from the Releases.
Although you may install the .zip from the Actions page, it is only at your discretion to install it since your device might enter bootloop.
The latest releases of Zygisk Next are not open-source, reserving entirely the code for its developers. Not only does that limit our ability to contribute to the project, but also impossibilities the audit of the code, which is a major security concern, as Zygisk Next is a module that runs with superuser (root) privileges, having access to the entire system.
The Zygisk Next developers are famous and trusted in the Android community, however, this doesn't mean that the code is not malicious or vulnerable. We (PerformanC) understand they have their reasons to keep the code closed-source, but we believe the contrary.
- FOSS (Forever)
Tool | Description |
---|---|
rustc |
The Rust compiler |
Android NDK |
Native Development Kit for Android |
Dependency | Description |
---|---|
android_logger |
Logger for Android platform |
anyhow |
Error handling library |
bitflags |
Macro to generate structures for bitwise operations |
const_format |
Compile-time string formatting |
futures |
Abstractions for asynchronous programming |
konst |
Compile-time constant evaluation |
lazy_static |
Macro for declaring lazily evaluated static variables |
libc |
FFI bindings to native C libraries |
log |
Logging facade |
memfd |
Memory file descriptor utilities |
num_enum |
Derive macros to convert between numbers and enums |
passfd |
Passing file descriptors over Unix sockets |
proc-maps |
Parse and analyze process memory maps |
Dependency | Description |
---|---|
lsplt |
Simple PLT Hook for Android |
We're currently in the process of cooking. (Coming Soon)
There are currently no available stable releases. (Coming Soon)
As of now, we don't have integration with another platform for translations but you may contribute to the add/webui branch. Please don't forget to include your GitHub profile in TRANSLATOR.md so that people can see your contribution.
For any question related to ReZygisk or other PerformanC projects, feel free to join any of the following channels below:
- Discord Channel: PerformanC
- ReZygisk Telegram Channel: @rezygiskchat
- PerformanC Telegram Channel: @performancorg
It is mandatory to follow PerformanC's Contribution Guidelines to contribute to ReZygisk. Following its Security Policy, Code of Conduct, and syntax standard.
ReZygisk is licensed majority under GPL, by Dr-TSNG, but also by BSD 2-Clause License for re-written code. You can read more about it on Open Source Initiative.