PerformanC

ReZygisk

v1.0.0guide

Transparent implementation of Zygisk.

★3,970 stars
•Root Management•by PerformanC•GPL-3.0•Updated May 10, 2026
Roots:
✓ Magisk✓ KernelSU✓ APatch
Download v1.0.0GitHub Source
ReZygisk-v1.0.0-release.zip

Overview

Developed by PerformanC, ReZygisk is a clean, open-source, standalone implementation of the Zygisk API specification.

While Magisk incorporates its own proprietary Zygisk implementation directly into magiskd, modern alternatives like KernelSU and APatch adhere to a minimalist kernel-space design philosophy. To run the vast ecosystem of modules that depend on Zygisk hooks (such as Vector/Xposed, PlayIntegrityFork, and audio enhancers), KernelSU requires an external Zygote injection engine. ReZygisk fulfills this requirement with a clean, performant architecture.


Technical Architecture & How It Works

Zygote Ptrace & Loader Injection

  1. Daemon Initialization: At boot time, ReZygisk starts a background monitoring daemon that watches for the initialization of Android’s 32-bit and 64-bit Zygote processes (app_process32 and app_process64).
  2. Ptrace Hijack: During the early initialization of the Zygote process (before the first application is forked), ReZygisk uses ptrace to inject its native loader library (librezygisk.so).
  3. API Implementation: ReZygisk registers the full official Zygisk API functions:
    • preAppSpecialize: Executed before app privileges are dropped to standard sandbox UID.
    • postAppSpecialize: Executed after sandbox privileges are active.
    • Companion process IPC channels.
  4. Module Dispatch: Whenever any app process is spawned, ReZygisk checks /data/adb/modules/ for active Zygisk modules and loads their native .so payloads directly into the target process.

Installation & Setup

  1. Open KernelSU or APatch.
  2. Download the latest ReZygisk-vX.zip from releases.
  3. Flash the package via the Modules tab.
  4. Reboot your phone.
  5. In your module list, ReZygisk will show as active. You can now flash any standard Zygisk module (like PlayIntegrityFork or Vector) and they will function seamlessly.

Frequently Asked Questions

Why do I need ReZygisk if I already use KernelSU?

KernelSU operates purely at the Linux kernel level and does not natively inject code into Android's userspace Zygote process. Many of the most popular root modules (such as Shamiko, PlayIntegrityFork, and Vector) require Zygisk to intercept app processes. ReZygisk provides that Zygote bridge.

Can I use ReZygisk on Magisk?

You can, but you must first turn OFF Magisk's built-in Zygisk toggle in Magisk settings to prevent symbol collisions and process crashing.

Specifications

Prerequisites

  • KernelSU or APatch installed (or Magisk with built-in Zygisk disabled)
  • Android 8.0 through Android 15

Known Conflicts

  • Zygisk Next (do not run two standalone Zygisk engines simultaneously)
  • Built-in Magisk Zygisk toggle enabled simultaneously

Configuration Paths

/data/adb/rezygisk/
/data/adb/modules/rezygisk/

Repository Details

MaintainerPerformanC
RepositoryReZygisk
Latest Releasev1.0.0
Release DateMay 10, 2026
LicenseGPL-3.0
Open GitHub Repository →