mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-05-01 23:14:26 +02:00
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
Languages
C++
30.2%
Kotlin
30%
Rust
23.6%
Java
8.5%
Shell
4.6%
Other
3.1%