mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-23 18:15:30 +00:00
The Magic Mask for Android
8d6d619eed
Right now there are three threads (process) 1. Main thread in parent: monitor logcat 2. Second thread in parent: monitor hidelist 3. Children: switch namespace and unmounts |
||
---|---|---|
jni | ||
scripts | ||
uninstaller | ||
zip_static | ||
ziptools | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
build.cmd | ||
build.sh | ||
README.MD |
Magisk
###Static binaries included:
- Busybox: http://forum.xda-developers.com/android/software-hacking/tool-busybox-flashable-archs-t3348543
###How to build Magisk
- Download and install NDK
- Add the NDK directory into PATH
To check if the PATH is set correctly, try callingwhich ndk-build
(where ndk-build
on Windows) and see if it shows the NDK directory - Unix-like users (e.g. Linux & MacOS) please execute
build.sh
through shell
Windows users please executebuild.cmd
through cmd - The scripts will show you further details