Releases: Dr-TSNG/ZygiskNext
1.3.0-RC3
- 增加 Magisk 排除列表白名单(Root 授权列表为白名单)
- 修复一些模块与 ZN Linker 兼容性问题
- WebUI 增加俄语翻译
- 修复 WebUI 显示问题
- 修复其他若干问题
- Added Magisk denylist whitelist (root app list is whitelist)
- Fixed some module compatibility issues with the ZN Linker
- Added Russian translation to the WebUI
- Fixed WebUI display issues
- Fixed several other issues
SHA256: 5c51172a3ee221985d0f34637be18a3bb3983d0ee2c1143cd5b032d252aca0b7
1.3.0-RC2
- 正确处理隔离进程的 unmount
- 修复 Android 16 QPR2+ 版本上重启可能挂起的问题
- 尝试修复一些模块的兼容性问题
注:正在使用 RC1 版本的 Android 16 QPR2+ 用户可以在更新后重启前使用如下命令避免重启被挂起
kill -9 $(pgrep -f zn-)
- Properly handle unmount for isolated processes
- Fix a potential hang issue during reboot on Android 16 QPR2+
- Attempt to improve compatibility with certain modules
Note:
Users running the RC1 version on Android 16 QPR2+ can run the following command before rebooting after updating to prevent the reboot from hanging:
kill -9 $(pgrep -f zn-)
SHA256: bfec1e12f25a5b561fd8f0d451b0bf15f8889afc235c345a450ec3e6646efb72
1.3.0-RC1
- 推出内置的 Zygisk 模块加载器——Zygisk Next linker,详细介绍请参考 Wiki , 建议启用以获得更好的隐蔽性,但是可能有潜在的模块兼容性问题 ;
- 整合 Shamiko 的大部分功能,排除列表增加「仅还原挂载」模式,允许在对应用加载模块的同时还原挂载变更 ^1;
- 允许以匿名内存形式加载模块;
- 正确实现对多个 zygote 的支持(如一加 zygote_ocomp);
- 修复对低版本内核和部分 32 位设备的支持;
- 修复一些其他问题。
注:
-
^1: ZN 并未整合 Shamiko 的 prop 隐藏与字体模块处理功能。若需要 prop 隐藏,请自行提取 Shamiko 的 service.sh,并通过 service.d 等方式开机启动;若需要在 A12+ 设备上使用字体模块,请安装 FontLoader 。安装 ZN 前无需卸载 Shamiko,Shamiko 即使安装也不会被加载。
-
可以使用 WebUI 或 CLI 配置新功能,CLI 命令如下:
/data/adb/modules/zygisksu/bin/zygiskd enforce-denylist <disabled|enabled|just_umount>
/data/adb/modules/zygisksu/bin/zygiskd memory-type <default|anonymous>
/data/adb/modules/zygisksu/bin/zygiskd linker <system|builtin>
所有选项即时生效。
- Introduce a built-in Zygisk module loader — Zygisk Next Linker. For detailed information, please refer to the Wiki. It is recommended to enable for minimize detectable traces, but there may be potential module compatibility issues.
- Integrate most of Shamiko’s functionality. Add a new “Unmount only” mode to the denylist, allowing module injection while restoring mount changes. ^1
- Add support for loading modules to anonymous memory.
- Properly implement multi-zygote support (e.g. OnePlus devices using zygote_ocomp).
- Fix compatibility issues with older kernels and some 32-bit devices.
- Fix several bugs and stability issues.
Note:
-
^1: ZN does not include Shamiko’s prop hiding or font module handling. If you need prop hiding, please extract service.sh from Shamiko and start it manually via service.d or similar methods. If you need to use font modules on Android 12+ devices, please install FontLoader. You do not need to uninstall Shamiko before installing ZN — even if Shamiko is installed, it will not be loaded.
-
New features can be configured with WebUI and CLI. CLI command is as follows:
/data/adb/modules/zygisksu/bin/zygiskd enforce-denylist <disabled|enabled|just_umount>
/data/adb/modules/zygisksu/bin/zygiskd memory-type <default|anonymous>
/data/adb/modules/zygisksu/bin/zygiskd linker <system|builtin>
All changes will take effect immediately.
SHA256: c2dbd89a8d74b1ea2ed65d2f387728a2cc7f9a2d0f2bd80694c243579fccea55
1.2.9.1
- 使用 ksu 提供的 api 判断管理器
- 在纯 64 位设备上不解压 32 位运行库
- 修复一些其它问题
- 暂未集成 Shamiko,敬请期待 1.3.0 版本
- Use the API provided by KSU to determine the manager
- Don't ship 32 bit lib on pure 64 bit devices
- Fix some other issues
- Shamiko is not integrated yet — please wait for version 1.3.0.
SHA256: 3c91deee8b8359fc2b4d115939b4f993e0d34c38b41bf7cc2ae7db29d79d3638
v1.2.9
- 同步上游代码
- 增加 frida 兼容:如 frida server 与 ZN 不兼容,可创建
/data/adb/zygisksu/frida_compat
启用兼容功能,重启生效 - 修复一些其他问题
- Sync with upstream code
- Add Frida compatibility: If Frida server is incompatible with ZN, you can create
/data/adb/zygisksu/frida_compat
to enable compatibility. Reboot to take effect. - Fix some other issues
SHA256: 3dca8d3ba96259677d9af69212ba53dc82198f7c6d87f6a3872ec521dbfb76dc
v1.2.8
对 Magisk用户:创建 /data/adb/zygisksu/no_mount_znctl
可以跳过 cli 挂载,但后续调用时需手动输入完整路径
修复一些其他问题
Creating /data/adb/zygisksu/no_mount_znctl
allows skipping the CLI mount, but subsequent calls require manually entering the full path.
Fixed some other issues
SHA256: 18e8876e11f123d592082aea1f05f6423a64cf292c76a375b525bf1ba1e9bc20
v1.2.7
v1.2.6
- 修复纯 32 位 arm 设备支持
- 增加 MKSU 支持
- WebUI 适配 MMRL
- WebUI 显示是否使用 tango 转译
- 其他细微变更
- Fixed pure 32-bit arm device support
- Added MKSU support
- WebUI adapted to MMRL
- WebUI shows whether tango translator is used
- Other minor changes
SHA256: c2a5d4b61aca9540586c43c3a93dc968c188c25bca5bc0440e996889a18eb37d