-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
203 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
sidebar: false | ||
aside: false | ||
--- | ||
|
||
# Magisk Delta | ||
|
||
![WARNING! STOP!](./images/warning-stop.webp) | ||
|
||
## 停下,你在找什么? | ||
|
||
:::danger | ||
您将要下载的是未经官方 Magisk 开发人员验证的危险和未经授权的 Magisk 版本。该版本可能包含恶意或有害更改,可能会损坏您的设备或破坏您的数据。如果您遇到任何问题或麻烦,请不要指望从 Magisk 官方渠道获得任何支持或帮助。如果您想下载安全的官方版本,请访问 github.com/topjohnwu/Magisk。**这不是一款适合儿童的游戏,请远离它!!** | ||
::: | ||
|
||
- [我好害怕,快把我踢出去!](https://github.com/topjohnwu/Magisk) | ||
- [我不在乎!请让我进去](./main.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,132 @@ | ||
# 狐妖面具(Kitsune Mask) | ||
|
||
![Delta](https://user-images.githubusercontent.com/84650617/222942594-63336f63-6a26-492e-a1d1-a356b5f777b3.png) | ||
|
||
## 介绍 | ||
|
||
**这不是官方支持的 [topjohnwu](https://github.com/topjohnwu) 项目。** | ||
|
||
::: tip | ||
这不是官方 Magisk,请[转到此页面下载官方 Magisk](https://github.com/topjohnwu/Magisk) | ||
::: | ||
|
||
## 下载 | ||
|
||
### 稳定版 / Beta | ||
|
||
- [26.4 Stable](https://github.com/HuskyDG/download/raw/main/magisk/26.4-kitsune.apk) | ||
|
||
### Canary / Debug | ||
|
||
> 如有任何问题,请联系 <[email protected]>。只接受来自**最新 DEBUG** 版本的错误报告 | ||
- [Canary (app-release.apk)](https://huskydg.github.io/magisk-files/app-release.apk) | ||
- [Debug (app-debug.apk)](https://huskydg.github.io/magisk-files/app-debug.apk) | ||
- [源代码](https://github.com/HuskyDG/magisk) | ||
- [更新日志](./note.md) | ||
|
||
### 其他版本 | ||
|
||
- [发行页面](https://github.com/HuskyDG/magisk-files/releases) | ||
|
||
## 如何安装 | ||
|
||
### 如何从头开始安装 Kitsune Mask? | ||
|
||
与安装 Magisk 的过程相似:<https://topjohnwu.github.io/Magisk/install.html> | ||
|
||
### 如何从当前的 Magisk 切换到 Kitsune Mask,反之亦然? | ||
|
||
很简单,就像更新 Magisk 时一样! | ||
|
||
#### 直接安装(推荐) | ||
|
||
1. 安装、打开并授予 Kitsune Mask root 权限。 | ||
2. 在 **Magisk** 中,点击“安装”,然后点击“直接安装”。如果看不到,请尝试重启应用程序。 | ||
|
||
#### 或从当前的 Magisk 应用程序中刷入 Kitsune Mask | ||
|
||
1. 将扩展名 `magisk.apk` 重命名为 `magisk.zip` | ||
2. 打开 Magisk 应用程序,点击“模块”选项 -> “从存储安装”,然后选择 `magisk.zip` | ||
|
||
#### 直接将 Magisk 安装到 `/system`,而不是修补启动映像(不推荐) | ||
|
||
此方法仅适用于具有宽松的 SELinux 模式或强制 SELinux 的 ROM,其中在 sepolicy 规则中有允许的“u:r:su:s0”上下文,例如 LineageOS 等 user-debug 的 ROM。请确保您有 ROM 的备份和可用的自定义Recovery。您的 ROM 和内核必须支持读写挂载和动态 SELinux 规则修补。此方法可能会导致启动失败,因此请自行承担风险! | ||
|
||
1. 如果已安装 Magisk,请还原启动镜像。 | ||
2. 重启到 recovery,将 `magisk.apk` 重命名为 `systemmagisk.zip`,然后刷入。 | ||
3. 要更新 Magisk,请使用**直接安装到系统分区**而不是**直接安装**。 | ||
|
||
### 如何将 Magisk 安装到安卓模拟器中 | ||
|
||
由于 ramdisk 分区没有足够空间容纳 Magisk 二进制文件,因此模拟器无法为 ramdisk 添加补丁。已对以下模拟器和 Android-x86 项目进行了测试:NoxPlayer、LDPlayer、MEmu、BlissOS 和 PrimeOS。 | ||
|
||
#### 将 Magisk 安装到 NoxPlayer、LDPlayer、MemuPlayer 等模拟器的步骤 | ||
|
||
1. 在模拟器设置中启用 Root 访问。 | ||
2. 安装并打开 Kitsune Mask。 | ||
3. Grant root access to Kitsune Mask, click "Install" under the Magisk field, and use "Direct Install into system partition" option instead of "Direct Install" option. (If you don't see this option, close and re-open Kitsune Mask app.) Don't restart now! | ||
4. Backup built-in `su` (`/system/bin/su` and `/system/xbin/su`) and delete them (in case you want to uninstall Magisk and restore to built-in `su`), then reboot. Because emulators like LDPlayer will remove any `su` after disabling ROOT from settings, **DO NOT** disable Root access in emulator settings. | ||
5. Enjoy Magisk! | ||
|
||
#### 在 Bluestacks 上安装 Magisk 的步骤 | ||
|
||
1. Download Bluestacks Tweaker [here](https://bstweaker.ru). | ||
2. Use Bluestacks Tweaker and click "Unlock" to unlock Bluestacks instance, and then launch it. Otherwise, you can't install Magisk. | ||
3. When the instance starts up successfully, click "Patch" to open root access, install Kitsune Mask, and execute the "Direct Install into system partition" action. | ||
4. When you are done, click "UnPatch" and then restart the instance. | ||
5. Enjoy Magisk! | ||
|
||
## 捐赠我 | ||
|
||
- Paypal: [paypal.me/huskydg](http://paypal.me/huskydg) | ||
- 感谢您的支持,祝您有美好的一天!👍 | ||
|
||
## Credits | ||
|
||
- Magisk 作者:[topjohnwu](https://github.com/topjohnwu/magisk) | ||
- Magisk 贡献者:[vvb2060](https://github.com/vvb2060), [yujincheng08](https://github.com/yujincheng08), [RikkaW](https://github.com/RikkaW), [canyie](https://github.com/canyie) | ||
- ptrace 实现的 Zygisk:[ZygiskNext](https://github.com/Dr-TSNG/ZygiskNext), [Dr-TSNG](https://github.com/Dr-TSNG/ZygiskNext) and [5ec1cff](https://github.com/5ec1cff) | ||
|
||
## 许可 | ||
|
||
我们的许可证与 [Magisk 的许可证](https://github.com/topjohnwu/Magisk#License) 相同 | ||
|
||
::: warning | ||
中文汉化版许可仅供参考,**请以英文原版为准!** | ||
::: | ||
|
||
::: code-group | ||
|
||
``` txt [中文汉化 <Badge text="百度翻译" />] | ||
Magisk,包括所有 git 子模块都是自由软件: | ||
您可以根据自由软件基金会发布的 GNU 通用公共许可证的条款(许可证的第3版, | ||
或(根据您的选择)任何更高版本重新分发和/或修改它。 | ||
分发此程序是希望它有用,但没有任何保证;甚至没有适销性或特定用途适用性 | ||
的隐含保证。有关详细信息,请参阅 GNU 通用公共许可证。 | ||
你应该已经收到了GNU通用公共许可证的副本以及这个程序。如果没有,请参见 | ||
<http://www.gnu.org/licenses/>。 | ||
``` | ||
|
||
``` txt [英文原版] | ||
Magisk, including all git submodules are free software: | ||
you can redistribute it and/or modify it under the terms of the | ||
GNU General Public License as published by the Free Software Foundation, | ||
either version 3 of the License, or (at your option) any later version. | ||
This program is distributed in the hope that it will be useful, | ||
but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
GNU General Public License for more details. | ||
You should have received a copy of the GNU General Public License | ||
along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
``` | ||
|
||
::: | ||
|
||
## 参考链接 | ||
|
||
- [Kitsune Mask](https://huskydg.github.io/magisk-files/main.html)(官方) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# 日志 | ||
|
||
## R6583F3E5-kitsune (26403) | ||
|
||
- 修复先前版本的错误 (R6583240E) | ||
|
||
如果您想阅读以前版本的更新日志,请访问[发行页面](https://github.com/HuskyDG/magisk-files/releases) | ||
|
||
### 与官方 Magisk 的差异 | ||
|
||
- [应用] 添加了一项新功能,可为没有引导映像的模拟器将 Magisk 安装到 `/system` 分区。 | ||
- [Zygisk] 将 Zygisk 的加载方法改为 ptrace init 实现(要求 Android 8 以上)。该实现来自 [ZygiskNext](https://github.com/Dr-TSNG/ZygiskNext)。该方法无需更改任何属性,而且与某些忽略 `ro.dalvik.vm.native.bridge` 属性的模拟器更为兼容。 | ||
- [常规] 增强了对模块预启动挂载的支持。这使得模块可以在启动过程开始前修改系统,这对一些高级用例非常有用。 | ||
- [常规] 实施了一项新功能,以支持通过使用类似于 `overlayfs` 的指示留白字符设备来删除文件。这允许模块从原始系统中删除文件,而无需实际修改。 | ||
- [Zygisk] 新增对 GrepheneOS Android 14 的支持,这是一款注重隐私和安全的移动操作系统,与 Android 应用程序兼容。这是因为官方 Magisk 不支持它。 | ||
- [常规] 恢复官方 Magisk 已移除的对不支持 selinux 的设备的支持。这样,用户就能在内核未启用 selinux 的设备上使用 Magisk。 | ||
|
||
### Magisk 上游等级 | ||
|
||
- HEAD 提交: 6cda6c2 | ||
|
||
## Magisk (d7750b72) (26403) | ||
|
||
- [Zygisk] 引入新的代码注入机制 | ||
- [Zygisk] 支持 U QPR2 中引入的新签名 | ||
|
||
## 与 v26.4 的差异 | ||
|
||
- [Zygisk] 引入新的代码注入机制 | ||
- [Zygisk] 支持 U QPR2 中引入的新签名 | ||
|
||
## 参考链接 | ||
|
||
- [Note](https://huskydg.github.io/magisk-files/note.html)(官方) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters