Alexjr2/Frida_Termux_Installation
GitHub: Alexjr2/Frida_Termux_Installation
该项目提供在 Termux 中自动为 Android 多架构编译并安装 Frida 及其 Python 工具链的一键脚本。
Stars: 45 | Forks: 15
## 安装 Python
```
apt update && apt upgrade && apt install build-essential python python-pip git curl binutils openssl && pip cache purge
```
## 安装 frida
```
cd $TMPDIR && curl -fsSL https://raw.githubusercontent.com/Alexjr2/Frida_Termux_Installation/main/frida-python.sh | bash && cd && pip install frida-tools && pip cache purge
```
# 鸣谢
- [frida](https://github.com/frida/frida) :Frida 官方代码库
- [frida-python](https://github.com/frida/frida-python.git) :用于 frida-python 的安装与脚本
标签:Android, Docker支持, DSL, Frida, 云资产清单, 应用安全, 目录枚举, 移动安全, 自动化编译, 逆向工具, 逆向工程