A simple app to hide SU and pass safety net verification, today it works only on SU binary of CM base ROM's
You can report a bug or a request by opening an issue or mention @bhb27 with the request/bug in XDA support forum
Clone the project and come in:
$ git clone git://github.com/bhb27/isu.git
$ cd isu_folder_path
$ ./gradlew build
I particularly prefer to use this .sh to build iSu Build Script
Copyright (C) 2016 Felipe de Leon <fglfgl27@gmail.com>
iSu is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
iSu is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with iSu. If not, see <http://www.gnu.org/licenses/>.
- ROOT function of Kernel adiutor original 2015 version by Grarak
- For the Kernel_reboot_support was used AnyKernel2 as base by AnyKernel2
- Appcompat v7 Library by google
- Busybox Binary, the Swiss Army Knife of Embedded Linux by Denys Vlasenko, build by Chris Renshaw aka osm0sis
- Design Library by google
- MagiskPolicy Binary, sepolicy injection utility by John Wu aka topjohnwu
- Material Dialogs Library, a beautiful, fluid, and customizable dialogs API by Aidan Follestad
- okhttp Library, HTTP+HTTP/2 client for Android and Java applications by Square
- Play Services Safetynet Library by google
- Preference v14 Library by google
- Resetprop Binary, to Manipulate any system props by John Wu aka topjohnwu
- Support v4 Library by google
- Support v13 Library by google
- ZeroTurnaround ZIP Library by zeroturnaround
- Gradle Versions Plugin by ben-manes
- Bouncy Castle Crypto APIs by bouncycastle.org
- Zipadjust Library From MagiskManager