Skip to content

Alexjr2/Frida_Termux_Installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Note

Only For Termux User (Android) support arm, arm64, x86 and x86_64

Installing Python

apt update && apt upgrade && apt install build-essential python python-pip git curl binutils openssl && pip cache purge

Installing frida

cd $TMPDIR && curl -fsSL https://raw.githubusercontent.com/Alexjr2/Frida_Termux_Installation/main/frida-python.sh | bash && cd

Installing dependencies

pip install frida-tools --no-deps && pip install colorama prompt_toolkit pygments && pip cache purge

Credits

  • frida : Official Frida Repository
  • frida-python : For frida-python installation and script