performanc/rezygisk

Transparent implementation of Zygisk.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 45 minutes ago
Type:Library / SDKCategory(s):Embedded & IoTAndroidSystems, Hardware & HPC
Added to GitGenius on September 17th, 2026
Created on June 15th, 2024
Open Issues & Pull Requests: 9 (+0)
GitHub issues: Enabled
Number of forks: 368
Total Stargazers: 3,956 (+0)
Total Subscribers: 41 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.2 hours
Mean response time: 4.4 days
90th percentile: 4.0 days
Tracked items: 171

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Practically every issue opened in the past year has drawn a reply. 98% of issues opened in the past year have since been closed. Three people close 81% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 4
New in 7 days: 0
Closed in 7 days: 2
Avg open age: 410 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (143)
  • not confirmed (112)
  • confirmed (56)
  • enhancement (26)
  • invalid (1)

Detailed Description

ReZygisk is a standalone implementation of Zygisk that provides Zygisk API support for KernelSU, APatch, and Magisk.

ReZygisk addresses the need for an open-source Zygisk implementation by providing an alternative to Zygisk Next, which transitioned to closed-source development. The tool enables process injection and hooking on Android devices through the Zygisk API, allowing modules to run with root privileges. The codebase has been entirely rewritten in C, replacing the original mixed-language approach with a cleaner, lighter implementation that executes faster. The project introduces custom linkers to avoid reliance on system linkers, which helps defeat linker-based detection methods and future-proofs the tool against emerging detection techniques.

ReZygisk suits developers and power users who need Zygisk functionality but require auditable, open-source code. It works as a module that flashes through existing root managers like Magisk or KernelSU, making it accessible to users already running rooted Android devices. The tool offers both release builds optimized for production use with minimal logging and debug builds with heavy logging for troubleshooting. Users should note that Magisk users must disable Magisk's built-in Zygisk to avoid conflicts with ReZygisk.

The project maintains active development with regular updates across multiple language translations of its documentation. The codebase demonstrates ongoing refinement through its C rewrite and introduction of custom linker infrastructure. The project provides both stable and experimental branches, with clear guidance on selecting appropriate builds and installation procedures through standard root manager interfaces.