jpacg / su-binary

Superuser binary for Android 4.0+ devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

su binary

This project is no longer maintained. Please refer to Magisk if you need it.

Note

Building

  • Download the Android Native Development Kit (NDK): https://developer.android.com/ndk/downloads/index.html

  • Extract into some directory and put that in your path: export PATH=NDK_DIR:$PATH

  • In another directory clone this repo: git clone https://github.com/jpacg/su-binary

  • Change to the directory where the repo was cloned cd su-binary

  • To start build process use the following make or ndk-build NDK_PROJECT_PATH=. APP_BUILD_SCRIPT=./Android.mk NDK_APPLICATION_MK=./Application.mk

  • If all goes well you will get the compiled binary at: ./libs/armeabi-v7a/su

About

Superuser binary for Android 4.0+ devices

License:GNU General Public License v2.0


Languages

Language:C 74.5%Language:Python 16.0%Language:Roff 5.4%Language:Objective-C 1.4%Language:Makefile 0.9%Language:Yacc 0.7%Language:Shell 0.6%Language:C++ 0.4%Language:Lex 0.2%