Skip to content

Releases: Dr-TSNG/ZygiskNext

v1.0

24 Mar 04:06
aff353f
Compare
Choose a tag to compare
  • Monitor Zygote startup through hooking init process
  • Enhanced Magisk compatibility
  • Support KernelSU WebUI (Manager Release 0.9.0 / CI 11575 or above is required)
  • Two daemons merged into one
  • Simplified module status
  • Automatic support for some 32-bit translation layers (such as tango)

v4-0.9.2.1

16 Feb 16:01
347d6b7
Compare
Choose a tag to compare
  • Correctly check whether tango is enabled
  • Fix a bug causing apps to crash

v4-0.9.2

15 Feb 06:57
347d6b7
Compare
Choose a tag to compare
  • Copyright license change
  • Minor bug fixes
  • Experimental: Support Xiaomi tango translator. This function is enabled by default for supported devices (e.g. Xiaomi 14), however it will lead to some performance loss. To disable this function, write 0 to /data/adb/zygisksu/tango

v4-0.9.1.1

05 Jan 10:02
698e6e6
Compare
Choose a tag to compare
  • Fix compatibility on Android 10 and some Magisk variants.
  • Requires Magisk 26402+ / KernelSU 11425+.
  • Technical details: Zygisk Next is incompatable with kitsune Magisk's "sulist" feature. This is because Zygisk Next rely on ptrace init to inject into zygote, but it has already been traced by magiskd.

v4-0.9.0

03 Jan 14:15
32931cf
Compare
Choose a tag to compare

Changelog

  • No mount needed. Now Zygisk Next is more compatible with some modules. (e.g. systemless hosts)
  • Recognize Magisk app correctly. Now Zygisk status and modules are no longer displayed as unloaded in Magisk Manager, and modules will not be injected into the Manager.
  • Requires Magisk 26402+ / KernelSU 11412+.
  • Guards the peace of Machikado.

v4-0.8.1

24 Oct 09:38
47e515e
Compare
Choose a tag to compare

Changelog

  • Rename module name to Zygisk Next
  • Fix crash on Android 10
  • Add 32 bit support back

v4-0.8.0

21 Oct 17:32
abbca19
Compare
Choose a tag to compare

Changelog

  • New mechanism for loading Zygisk without property modifying, in order to provide stronger hiding effects
  • Drop support for 32 bit applications (zygote 32 will not be injected)
  • Require SELinux enforced because it is necessary to prevent vold from aborting Zygisk fuse connection
  • Fix compatibility for Magisk (minimal version 26300) and support reading Magisk denylist for PROCESS_ON_DENYLIST flag (currently isolated processes cannot be flagged properly)

v4-0.7.1

19 Jun 12:58
e8958e9
Compare
Choose a tag to compare

Changelog

  • Fix random crash on zygiskd32

v4-0.7.0

04 Jun 03:21
bea5ed4
Compare
Choose a tag to compare

Changelog

  • Require minimal KernelSU version 10940 (kernel) and 10942 (ksud)
  • Support root profile feature for KernelSU
  • No separated companion process
  • Several fixes for async

v4-0.6.5

21 Apr 08:22
33c4ea3
Compare
Choose a tag to compare

Changelog

  • Always add additional sepolicy
  • Fix unmount after 10763
  • Fix incorrect denylist acquirement
  • Require minimal KernelSU version 10818