mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-12 15:50:22 -08:00
5aced279d6ca5b64a4b74f399426a59f8a81347a
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-buildon Windows) and see if it shows the NDK directory - Unix-like users (e.g. Linux & MacOS) please execute
build.shthrough shell
Windows users please executebuild.cmdthrough cmd - The scripts will show you further details
Languages
Rust
35.5%
Kotlin
28.6%
C++
21.2%
Java
7.9%
Shell
4.1%
Other
2.7%