whyakari / frida-termux

Frida on android, using Termux with root (ksu/magisk)
6 stars 0 forks source link

Frida-Termux (Android)

Frida on android with Termux.

Requirements

0. SELinux mode has to permissive for to run Frida (Android 12+)

su
setenforce 0

check with getenforce if it worked, if it returned permissive, it means it worked. If you want to go back to default use setenforce 1 or just reboot system.

1. Install Termux

2. Install pkg's in Termux

apt update && apt upgrade; pkg in -y root-repo; pkg purge python -y; apt autoremove; pkg in subversion -y; clear; svn export https://github.com/whyakari/termux-packages/trunk/python3.10.8; cd python3.10.8; dpkg -i *.deb; cd; rm -rf python3.10.8; apt install tsu -y; pip install wheel; pip install frida-tools==10.8.0

read #here first

3. Frida's commands:


More information here:

Frida documentation
Frida-Android


bug fixes

  1. BootLoop Fixed
  2. frida not work in Py3.11+
  3. Issues