Magisk Alpha b1dc47a0-alpha
应用介绍
作者: vvb2060
标签: 29001
附件: app-release.apk
[仓库同步] release: 29001 (alpha)
【中文简介】
Magisk Alpha(vvb2060)发布包。
# alpha更新日志
- 如果需要使用 heapprofd(Android Heap Profiler),请关闭zygisk并重启。
- `magisk`和`su`等二进制文件不再硬编码于`/system/bin/`目录下,而是从`PATH`环境变量中选择第一个可用位置。
## Magisk ([b1dc47a0-alpha](https://github.com/LSPosed/Magisk/commits/6f5c20dbd2a627acb895a4a3cd661d83c999f420))
- [App] 还原boot镜像后删除备份文件
- [App] 不主动请求权限
- [General] 移除addon.d支持
- [MagiskSU] 支持移除权能
- [General] 支持用户限制Root权能
- [App] 更新DoH
- [Zygisk] 修改 libzygisk.so 名字为 heapprofd_client.so
- [SU] 传递所有未知选项到远程shell
# 上游更新日志
## 2025.5.14 Magisk v29.0
This release looks minor at the surface, however, the entire codebase has gone through significant refactoring and migration. The native code in Magisk used to be mainly C++, but several contributors and I have been steadily rewriting parts of the code in Rust since April 2022. After years of effort, the Rust-ification of the project slowly began picking up steam, and at the moment在这个版本中,超过 40% 的原生代码已经用 Rust 重写,几个主要子系统重写已在 PR 队列中,计划合并到下一个版本中。
许多人可能想知道,为什么要在项目中引入一种新语言?我的原因实际上不是为了减少内存安全问题(尽管这是一个很好的附带好处),而是为了能够使用更现代的编程语言来开发 Magisk。使用 Rust 一段时间后,我很清楚,与使用 C++ 相比,使用 Rust 可以让我编写更正确的代码,并且让我更快乐。人们有着[和我一样的感受](https:
【原文】
Magisk Alpha(vvb2060)发布包。
# alpha更新日志
- 如果需要使用 heapprofd(Android Heap Profiler),请关闭zygisk并重启。
- `magisk`和`su`等二进制文件不再硬编码于`/system/bin/`目录下,而是从`PATH`环境变量中选择第一个可用位置。
## Magisk ([b1dc47a0-alpha](https://github.com/LSPosed/Magisk/commits/6f5c20dbd2a627acb895a4a3cd661d83c999f420))
- [App] 还原boot镜像后删除备份文件
- [App] 不主动请求权限
- [General] 移除addon.d支持
- [MagiskSU] 支持移除权能
- [General] 支持用户限制Root权能
- [App] 更新DoH
- [Zygisk] 修改 libzygisk.so 名字为 heapprofd_client.so
- [SU] 传递所有未知选项到远程shell
# 上游更新日志
## 2025.5.14 Magisk v29.0
This release looks minor at the surface, however, the entire codebase has gone through significant refactoring and migration. The native code in Magisk used to be mainly C++, but several contributors and I have been steadily rewriting parts of the code in Rust since April 2022. After years of effort, the Rust-ification of the project slowly began picking up steam, and at the moment of this release, over 40% of the native code has been rewritten in Rust, with several major subsyst
标签: 29001
附件: app-release.apk
[仓库同步] release: 29001 (alpha)
【中文简介】
Magisk Alpha(vvb2060)发布包。
# alpha更新日志
- 如果需要使用 heapprofd(Android Heap Profiler),请关闭zygisk并重启。
- `magisk`和`su`等二进制文件不再硬编码于`/system/bin/`目录下,而是从`PATH`环境变量中选择第一个可用位置。
## Magisk ([b1dc47a0-alpha](https://github.com/LSPosed/Magisk/commits/6f5c20dbd2a627acb895a4a3cd661d83c999f420))
- [App] 还原boot镜像后删除备份文件
- [App] 不主动请求权限
- [General] 移除addon.d支持
- [MagiskSU] 支持移除权能
- [General] 支持用户限制Root权能
- [App] 更新DoH
- [Zygisk] 修改 libzygisk.so 名字为 heapprofd_client.so
- [SU] 传递所有未知选项到远程shell
# 上游更新日志
## 2025.5.14 Magisk v29.0
This release looks minor at the surface, however, the entire codebase has gone through significant refactoring and migration. The native code in Magisk used to be mainly C++, but several contributors and I have been steadily rewriting parts of the code in Rust since April 2022. After years of effort, the Rust-ification of the project slowly began picking up steam, and at the moment在这个版本中,超过 40% 的原生代码已经用 Rust 重写,几个主要子系统重写已在 PR 队列中,计划合并到下一个版本中。
许多人可能想知道,为什么要在项目中引入一种新语言?我的原因实际上不是为了减少内存安全问题(尽管这是一个很好的附带好处),而是为了能够使用更现代的编程语言来开发 Magisk。使用 Rust 一段时间后,我很清楚,与使用 C++ 相比,使用 Rust 可以让我编写更正确的代码,并且让我更快乐。人们有着[和我一样的感受](https:
【原文】
Magisk Alpha(vvb2060)发布包。
# alpha更新日志
- 如果需要使用 heapprofd(Android Heap Profiler),请关闭zygisk并重启。
- `magisk`和`su`等二进制文件不再硬编码于`/system/bin/`目录下,而是从`PATH`环境变量中选择第一个可用位置。
## Magisk ([b1dc47a0-alpha](https://github.com/LSPosed/Magisk/commits/6f5c20dbd2a627acb895a4a3cd661d83c999f420))
- [App] 还原boot镜像后删除备份文件
- [App] 不主动请求权限
- [General] 移除addon.d支持
- [MagiskSU] 支持移除权能
- [General] 支持用户限制Root权能
- [App] 更新DoH
- [Zygisk] 修改 libzygisk.so 名字为 heapprofd_client.so
- [SU] 传递所有未知选项到远程shell
# 上游更新日志
## 2025.5.14 Magisk v29.0
This release looks minor at the surface, however, the entire codebase has gone through significant refactoring and migration. The native code in Magisk used to be mainly C++, but several contributors and I have been steadily rewriting parts of the code in Rust since April 2022. After years of effort, the Rust-ification of the project slowly began picking up steam, and at the moment of this release, over 40% of the native code has been rewritten in Rust, with several major subsyst
系统要求
Magisk App / 阿尔法版本
发表评论