Note
Only For Termux User (Android) support arm, arm64, x86 and x86_64
apt update && apt upgrade && apt install build-essential python python-pip git curl binutils openssl && pip cache purgecd $TMPDIR && curl -fsSL https://raw.githubusercontent.com/Alexjr2/Frida_Termux_Installation/main/frida-python.sh | bash && cd
pip install frida-tools --no-deps && pip install colorama prompt_toolkit pygments && pip cache purge
- frida : Official Frida Repository
- frida-python : For frida-python installation and script