You've already forked Zygisk-Assistant
mirror of
https://github.com/snake-4/Zygisk-Assistant.git
synced 2025-09-06 06:37:02 +00:00
Bumped version to 2.1.0
This commit is contained in:
15
README.md
15
README.md
@@ -1,7 +1,7 @@
|
|||||||
<h3 align="center">Zygisk Assistant</h3>
|
<h3 align="center">Zygisk Assistant</h3>
|
||||||
|
|
||||||
<p align="center">
|
<p align="center">
|
||||||
A Zygisk module that hides root by unmounting suspicious mounts in user-mode.
|
A Zygisk module that aims to hide the existence root and Zygisk.
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<a href="https://github.com/snake-4/Zygisk-Assistant/issues">Report Bug</a>
|
<a href="https://github.com/snake-4/Zygisk-Assistant/issues">Report Bug</a>
|
||||||
@@ -16,7 +16,18 @@
|
|||||||
<!-- ABOUT THE PROJECT -->
|
<!-- ABOUT THE PROJECT -->
|
||||||
## About The Project
|
## About The Project
|
||||||
|
|
||||||
This module creates a new transparent namespace for each application in preAppSpecialize and unmounts common root mounts.
|
Using the **release** build is recommended over the debug build. Only use debug builds if you are going to make a bug report.
|
||||||
|
|
||||||
|
### KernelSU & APatch users:
|
||||||
|
1. Install ZygiskNext.
|
||||||
|
1. Make sure the unmount setting is enabled for the target app in the KernelSU/APatch Manager.
|
||||||
|
1. Disable `Enforce DenyList` in ZygiskNext settings if there is one.
|
||||||
|
|
||||||
|
### Magisk users:
|
||||||
|
1. Update your Magisk to 27.0 or newer for better hiding capabilities. (optional)
|
||||||
|
1. Turn on Zygisk in Magisk settings.
|
||||||
|
1. Turn off `Enforce DenyList` in Magisk settings.
|
||||||
|
1. Add the target app to the deny list unless you're using a Magisk fork with a white list instead.
|
||||||
|
|
||||||
|
|
||||||
<!-- CONTRIBUTING -->
|
<!-- CONTRIBUTING -->
|
||||||
|
|||||||
@@ -15,5 +15,5 @@ val commitHash: String by extra {
|
|||||||
|
|
||||||
val moduleId by extra("zygisk-assistant")
|
val moduleId by extra("zygisk-assistant")
|
||||||
val moduleName by extra("Zygisk Assistant")
|
val moduleName by extra("Zygisk Assistant")
|
||||||
val verName by extra("v2.0.4")
|
val verName by extra("v2.1.0")
|
||||||
val verCode by extra(204)
|
val verCode by extra(210)
|
||||||
|
|||||||
@@ -1,12 +1,12 @@
|
|||||||
|
## 2.1.0
|
||||||
|
+ Added Zygisk hide for Magisk 27.0.
|
||||||
|
+ Fixed bind mount hiding. ReVanced is fully hidden now.
|
||||||
|
+ All Systemless Hosts modules are hidden now.
|
||||||
|
+ Fixed compatibility issues with other modules.
|
||||||
|
|
||||||
## 2.0.4
|
## 2.0.4
|
||||||
+ Fixed an issue causing root to be lost.
|
+ Fixed an issue causing root to be lost.
|
||||||
+ Fixed potential incompatibilities with other apps.
|
+ Fixed potential incompatibilities with other apps.
|
||||||
|
|
||||||
## 2.0.3
|
## 2.0.3
|
||||||
+ Bind mounts are also hidden now.
|
+ Bind mounts are also hidden now.
|
||||||
|
|
||||||
## 2.0.2
|
|
||||||
+ Fixed Magisk compatibility.
|
|
||||||
|
|
||||||
## 2.0.1
|
|
||||||
+ Added update.json for automatic updates.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user