alpha更新日志
- 如果需要使用 heapprofd(Android Heap Profiler),请关闭zygisk并重启。
magisk
和su
等二进制文件不再硬编码于/system/bin/
目录下,而是从PATH
环境变量中选择第一个可用位置。- su现在会在解析已知选项后,原样传递剩余的参数到远程shell,由远程shell继续解析参数。
Magisk (a344ebf2-alpha)
- [App] 还原boot镜像后删除备份文件
- [App] 不主动请求权限
- [General] 移除addon.d支持
- [App] 更新DoH
- [Zygisk] 修改 libzygisk.so 名字为 heapprofd_client.so
- [SU] 传递所有未知选项到远程shell
- [Resetprop] 直接修改时在更新后还原序列号
- [Core] 修复模块挂载
上游更新日志
2025.7.3 Magisk v30.1
- [Core] Fix bug in module mounting implementation
- [MagiskSU] Add ability to restrict Linux capabilities even if running as root (uid=0)
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)