Runs apk-tools on boot with magisk.
For more information on frida, see https://www.frida.re/docs/android/.
Flash the zip for your platform using TWRP or Magisk Manager.
You can either grab the zip file from the release page or build it yourself.
I recommend using Termux to have the necessary dependencies for the proper functioning of the script, and to make sure that curl
and jq
are properly installed.
This script is designed to work with the Termux environment on Android devices. Depending on your device and Android version, you might need to modify the path to the Termux binary directory.
The path to the Termux binary directory may vary based on your Android version or device type. Below are the typical paths for different scenarios:
- Termux binaries are usually located at:
- /data/data/com.termux/files/usr/bin
- You might need to set the path to:
- /system/xbin
- The binaries could be located in:
- /vendor/bin or /system/bin
- If you are using Termux from the Play Store, it can be found at:
- /data/data/com.termux/files/usr/bin
Make sure to update the path in the script to match the correct directory for your device. This ensures that the script will work properly regardless of changes in the system's setup.
pkg install curl
pkg install jq
git clone https://github.com/Furtif/magisk-furtif
cd magisk-furtif
edit base/common/service.sh
python3 build.py
Zip fils will be generated in builds.