Skip to content

Releases: Dr-TSNG/ZygiskNext

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

v4-0.6.4

23 Mar 12:00
9d0858b
Compare
Choose a tag to compare

Changelog

  • Fix a bug causing Shamiko being detected

v4-0.6.3

21 Mar 15:12
80b19c4
Compare
Choose a tag to compare

Changelog

  • Fix revert umount sepolicy
  • Fix crashing on some devices
  • Remove hex patch

v4-0.6.2

03 Mar 10:25
9d648d9
Compare
Choose a tag to compare

Changelog

  • Fix 32 bit app lagging on start
  • Fix unmount failure
  • Auto add additional sepolicy for old kernel users

v4-0.6.1

01 Mar 04:44
446ed92
Compare
Choose a tag to compare

Changelog

  • KernelSU module dir changed to /data/adb/modules

v4-0.6.0

28 Feb 13:40
2e9cbf7
Compare
Choose a tag to compare

Changelog

  • Add support for Magisk 25208+
  • Show running status message on module page
  • Unmount everything under ksu loop
  • Implement unmount Magisk
  • Fix a bug of zygote restart
  • Rename libraries
  • Implement PROCESS_GRANTED_ROOT flag for Magisk (PROCESS_ON_DENYLIST is still unavailable for both KernelSU and Magisk)

v4-0.5.1

24 Feb 14:28
6d9cc56
Compare
Choose a tag to compare
v4-0.5.1 Pre-release
Pre-release

Changelog

  • Since this version, multiple root implementation is no longer allowed
  • Fix umount and zygisk unload
  • Read KernelSU allowlist and denylist for zygisk process flags (Reading Magisk's has not been implemented yet)
  • Change memfd names to jit-cache
  • Strict KernelSU version to prevent strange problems
  • Fix a bug causing crash

Requirements

  • Minimal KernelSU version: 10654
  • Minimal ksud version: 10647
  • Full SELinux patch support (If non-gki kernel)
  • No multiple root implementation installed