Warning: Undefined array key 0 in /var/www/tgoop/function.php on line 65

Warning: Trying to access array offset on value of type null in /var/www/tgoop/function.php on line 65
- Telegram Web
Telegram Web
Zygisk-Next-1.2.0-Preview2-391-adec5b7-release.zip
2 MB
ZygiskNext 1.2.0 Preview2 / 预览版 2

更新 Zygisk Next Module API
修复 magisk 上代替执行 zygisk 模块脚本的问题

Update Zygisk Next Module API
Fix the issue of executing stage scripts of zygisk module on magisk

real5ec1cff
Tricky-Store-v1.2.0-RC2-149-323b944-release.zip
2.1 MB
TrickyStore 1.2.0-RC2

修改叶证书模式同时会修改安全等级与信任根为非软件
修复缺失的 osVersion 字段

该版本为测试版,可能不稳定



Leaf hack mode will also change the security level and root of trust to non-software based
Fix missing osVersion field

This is a beta version and may be unstable.

real5ec1cff
NoScreenshot-release.apk
66.4 KB
看看有没有人能对这个 app 截屏 (需要 Android 12 以上才能安装)

最近任务的缩略图不算
模糊的不算
hook 的不算
拍屏的不算
改包的不算
依葫芦画瓢写一个一样的页面不算
Zygisk-Next-1.2.0-Preview3-408-552787c-release.zip
2.8 MB
ZygiskNext 1.2.0 Preview3 / 预览版 3

Zygisk Next API:
修复 ZNSymbolResolver 未正确解析 gnu_debugdata 的问题 / Fixed ZNSymbolResolver not resolving gnu_debugdata correctly
增加 Companion API / Added Companion API

CLI:
将 CLI zygisk-ctl 重命名为 znctl / Rename CLI zygisk-ctl to znctl
(调试功能)支持在 CLI 重新加载 ZN 模块 / (Debugging Feature) Support reload Zygisk Next Modules from CLI

real5ec1cff
即将推出 Ksu WebUI 独立 app ,Magisk 用户也能愉快使用 Ksu WebUI
KsuWebUI-1.0-34-release.apk
1.6 MB
KSU WebUI 独立 App ,可用于 Magisk

特别感谢 @light_summer 的帮助
Zygisk-Next-1.2.0-414-e5b3c08-release.zip
2.8 MB
ZygiskNext 1.2.0 正式版

新特性:推出 Zygisk Next 特有模块及 API
大量代码重构
减少 sepolicy 数量
修复 magisk 兼容的一些问题
Zygisk Next CLI 现在在 root shell 环境可用,命令为 znctl ,其中包含 Zygisk 及 Zygisk Next 模块的运行状态获取与控制等功能

ZN 模块示例

ZygiskNext 1.2.0 Stable Release

New feature: Zygisk Next-specific modules and APIs
Extensive code refactoring
Reduce the number of sepolicy
Fix some issues in magisk compatibility
The Zygisk Next CLI is now available in the root shell environment. The command is znctl , which includes functions such as obtaining and controlling the running status of Zygisk and Zygisk Next modules.

ZN Module Sample

real5ec1cff | Github
Zygisk-Next-1.2.1-426-2ebc726-release.zip
2.8 MB
ZygiskNext 1.2.1 正式版
修复多个可能导致启动失败的问题

ZygiskNext 1.2.1 Stable Release
Fixed several issues that could cause start failure

real5ec1cff | Github
Zygisk-Next-1.2.1.1-430-34842cb-release.zip
2.8 MB
ZygiskNext 1.2.1.1 正式版
修复更多可能导致启动失败的问题
稍微修改了模块状态显示

ZygiskNext 1.2.1.1 Stable Release
Fixed more issues that could cause start failure
Slightly modified module status display

real5ec1cff | Github
Zygisk-Next-1.2.2-436-4d54a7c-release.zip
2.8 MB
ZygiskNext 1.2.2 正式版

改进 Root 实现为 KSU 的检测逻辑^1
修复 Magisk 兼容模式的「执行 service 阶段脚本」功能被错误地在其他 Root 实现下执行了的问题
修复 ZN 服务进程的路径解析问题
修复 Zygisk Companion 的 fd 泄露问题

^1: 现在 KSU 当且仅当被同时安装在内核与用户空间才会被视作存在(用户空间安装了 KSU 的判断准则是文件 /data/adb/ksud 存在)。这有助于解决某些第三方 ROM 的内核集成了 KSU 但是用户实际不使用 ksu 的场景下 ZN 误判 Root 实现为 Multiple 的问题。


ZygiskNext 1.2.2 Stable Release

Improved the detection logic of Root implementation as KSU^1
Fixed the problem that the "Execute service stage script" function of Magisk compatibility mode was mistakenly executed under other Root implementations
Fixed the path resolution problem of ZN service process
Fixed the fd leak problem of Zygisk Companion

^1: Now KSU will be considered to exist only if it is installed in the kernel and user space at the same time (KSU installation in user space means the file /data/adb/ksud exists). This helps solve the problem that ZN mistakenly judges the Root implementation as Multiple in the scenario where the kernel of some third-party ROMs integrates KSU but the user does not actually use ksu.

real5ec1cff | Github
Zygisk-Next-1.2.3-441-6843192-release.zip
2.8 MB
ZygiskNext 1.2.3 正式版

修复 magisk 上 overlay 模块导致无法开机的问题 ^1
优化 customize.sh

^1: Magisk 用户可能会看到 ZN Magisk Compat 出现在模块列表中,这是 ZN 生成的临时模块,用于完成挂载 zygisk 模块包含的文件、加载 system.prop 以及挂载 znctl 等工作,该模块不会复制文件占用实际存储空间,并且随 ZN 的禁用 / 卸载而移除,请放心使用

ZygiskNext 1.2.3 Stable Release

Fix the problem of overlay module on magisk causing the device to not boot ^1
Refine customize.sh

^1: Magisk users may see ZN Magisk Compat appear in the module list. This is a temporary module generated by ZN, which is used to complete tasks such as mounting files included in the zygisk module, loading system.prop, and mounting znctl. This module will not copy files to occupy actual storage space, and will be removed when ZN is disabled/uninstalled. Please feel free to use it.

real5ec1cff | Github
Tricky-Store-v1.2.0-155-331f6fe-release.zip
2.2 MB
TrickyStore 1.2.0

修复注入失败的问题
修复安装失败的问题
修复 cert hack 下报错的问题

修改叶证书模式同时会修改安全等级与信任根为非软件
修复缺失的 osVersion 字段

初步支持 Android 10-11 (感谢 @N-X-T
自动模式会检测是否支持硬件加密
修复模块损坏问题
修复证书签名算法选择的问题



Fixed the injection failure issue
Fixed the installation failure issue
Fixed the error issue under cert hack

Leaf hack mode will also change the security level and root of trust to non-software based
Fix missing osVersion field

Add initial support for Android 10-11 (Thanks @N-X-T )
Auto mode will detect if hardware encryption is supported
Fix issue that module may be corrupted
Fix issue with certificate signature algorithm selection

real5ec1cff | Github
Zygisk-Next-1.2.4-445-031a64c-release.zip
2.8 MB
ZygiskNext 1.2.4 正式版

修复某些模块导致不能注入 init 的问题
修复 zygote 死亡检测可能不生效的问题
启用 16k 内存页支持

ZygiskNext 1.2.4 Stable Release

Fix some modules caused fail to inject init
Fix zygote death detection may not work
Enable 16k memory page support

real5ec1cff | Github
Zygisk-Next-1.2.5-462-a698fda-release.zip
3.1 MB
ZygiskNext 1.2.5 正式版

支持纯 32 位 arm 设备
调整 WebUI ,显示更多信息
其他细微变更

ZygiskNext 1.2.5 Stable Release

Support pure 32-bit arm devices
Adjust WebUI to display more information
Other minor changes

SHA256: 6dfb2a2491c332b262a96aa5cf31872b789cea03fd638d3ad24ad14695606bf2

real5ec1cff | Github
最近更新了 payload_dumper ,现在不再要求 Python 3.12 以上版本(3.8, 3.10 经测试可用),并且修复了一些 zipfile 解析导致的 bug ,以减少各种情况下需要下载的字节数
Channel photo updated
Zygisk-Next-1.2.6-485-ca2c5c0-release.zip
3.3 MB
ZygiskNext 1.2.6 正式版

修复纯 32 位 arm 设备支持
增加 MKSU 支持
WebUI 适配 MMRL
WebUI 显示是否使用 tango 转译
其他细微变更

ZygiskNext 1.2.6 Stable Release

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

real5ec1cff | Github
5ec1cff
Zygisk-Next-1.2.6-485-ca2c5c0-release.zip
shamiko 用户建议同步更新以获得最佳效果
Zygisk-Next-1.2.7-497-b7796a7-release.zip
3.3 MB
ZygiskNext 1.2.7 正式版

修复一些兼容性问题
修复可能导致系统卡死的问题

ZygiskNext 1.2.7 Stable Release

Fixed some compatibility issues
Fixed issues that may cause the system to freeze

SHA256: 319d31624e748f19d9c4249a592195448c28106fe99c739bb78643eae9aee2c8

real5ec1cff | Github
Tricky-Store-v1.2.1-158-51390a7-release.zip
2.2 MB
TrickyStore 1.2.1

支持自定义安全补丁级别(请参见 README.md

Support customizing security patch level (please refer to README.md)

SHA256: 7a70d8922d0a092d308e494a1e434480cc5988b25ae39a68435d98ca19b20357

real5ec1cff | Github
2025/03/10 13:15:28
Back to Top
HTML Embed Code: