https://github.com/arenekosreal/MagiskOnWSAScript
Compile Magisk and Riru from source to use LSPosed on WSA
https://github.com/arenekosreal/MagiskOnWSAScript
magisk windows-subsystem-android windows-subsystem-for-android wsa
Last synced: 7 months ago
JSON representation
Compile Magisk and Riru from source to use LSPosed on WSA
- Host: GitHub
- URL: https://github.com/arenekosreal/MagiskOnWSAScript
- Owner: arenekosreal
- License: wtfpl
- Archived: true
- Created: 2021-11-18T09:43:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T12:42:16.000Z (almost 3 years ago)
- Last Synced: 2024-10-24T12:09:04.034Z (12 months ago)
- Topics: magisk, windows-subsystem-android, windows-subsystem-for-android, wsa
- Language: Shell
- Homepage:
- Size: 16.6 KB
- Stars: 103
- Watchers: 8
- Forks: 621
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magisk On WSA
__DEPRECATED__: Use LSPosed's version instead: https://github.com/LSPosed/MagiskOnWSALocal
## What is this?
A script to compile Magisk and Riru module for using LSPosed on WSA
## How to Use?
Install requirements listed in script, prepare a good network connection and enough space, then run `bash build.sh` and follow the script output to deploy it to Windows.
## What will have in the final artifacts?
- A modified WSA Develop Package
- Deploy PowerShell Script
- Modified Riru Magisk module for WSA## Why create this script?
The original plan to use Magisk on WSA is from [LSPosed](https://github.com/LSPosed/MagiskOnWSA), I just do all the thing in a shell script.
## About localized WSA Setting App
~~At [here](https://github.com/LSPosed/MagiskOnWSA/issues/61) you can find a way to merge localization content into side-load folder, but this requires Windows environment so it is hard to operate on Linux.~~
Now we are doing the same as LSPosed, we are using wine/wine64 to merge localized contents if we detected that you have installed wine/wine64. Only wine64 is needed but we think you may need to install whole wine on most Distributions. Thanks LSPosed again for what they have done for using Magisk on WSA.