From b63132e9f89f3c77913e9bfe2b0a21b51c89ce28 Mon Sep 17 00:00:00 2001 From: snake-4 <18491360+snake-4@users.noreply.github.com> Date: Tue, 26 Mar 2024 18:55:55 +0100 Subject: [PATCH] Updated README.md and added LICENSE --- LICENSE | 21 +++++++++++++++++++++ README.md | 42 +++++++++++++++++++++++++++++++++++++++--- 2 files changed, 60 insertions(+), 3 deletions(-) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 00000000..d9c2b690 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2024 snake-4 + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index ed69e492..d15c6dd0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,40 @@ -## Zygisk Assistant -This module makes Zygisk more stealthy. +

Zygisk Assistant

-Please note that installing this module could lead to compatibility issues with other Zygisk modules. If you encounter any problems, please create an issue in this repository. +

+ A Zygisk module that hides root by unmounting suspicious mounts in user-mode. +
+
+ Report Bug + · + Request Feature + · + Latest Release +

+ + + + +## About The Project + +This module creates a new transparent namespace for each application in preAppSpecialize and unmounts common root mounts. + + + +## Contributing + +Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. + +If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". +Don't forget to give the project a star! Thanks again! + +1. Fork the Project +2. Create your Feature Branch (`git checkout -b feature/FeatureName`) +3. Commit your Changes (`git commit -m 'Add some FeatureName'`) +4. Push to the Branch (`git push origin feature/FeatureName`) +5. Open a Pull Request + + + +## License + +Distributed under the MIT License. See `LICENSE` for more information. \ No newline at end of file