alpha更新日志
- 如果需要使用 heapprofd(Android Heap Profiler),请关闭zygisk并重启。
magisk
和su
等二进制文件不再硬编码于/system/bin/
目录下,而是从PATH
环境变量中选择第一个可用位置。- su现在会在解析已知选项后,原样传递剩余的参数到远程shell,由远程shell继续解析参数。
Magisk (9476e728-alpha)
- [App] 还原boot镜像后删除备份文件
- [App] 不主动请求权限
- [General] 移除addon.d支持
- [App] 更新DoH
- [Zygisk] 修改 libzygisk.so 名字为 heapprofd_client.so
- [SU] 传递所有未知选项到远程 shell
- [App] 支持下载并修补 boot 映像
上游更新日志
Magisk v30.2
- [Core] Fix an edge case breaking modules when overlayfs is involved
- [Core] Fix module
.replace
functionality in certain situations - [resetprop] Reduce property modification traces
Diffs to v29.0
- [General] Various minor bug fixes
- [Core] Migrate module implementation to Rust
- [Core] Improve Magisk specific files injection logic
- [MagiskBoot] Migrate compression code to Rust
- [MagiskSU] Add ability to restrict Linux capabilities even if running as root (uid=0)
- [resetprop] Reduce property modification traces