whyakari / frida-termux

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

SOLUTION: frida not working in Python 3.11+ #3

Closed whyakari closed 1 year ago

whyakari commented 1 year ago

frida seems to be incomplete or missing some dependency in python 3.11.

but luckily, I found a solution (not recommended) which would be using python 3.10.8 on aarch64/arm64 for now, only.

access my other repository of programs compiled by termux and download python, before you start uninstall whatever python version you have as this is crucial with apt purge python -y && apt autoremove.

  1. Install python 3.10.8

  2. Install pip install frida-tools==10.8.0

  3. Install Frida-Server 15.2.2