当需要安装第三方python包时,可能会用到easy_install命令。easy_install是由PEAK(Python Enterprise Application Kit)开发的setuptools包里带的一个命令,所以使用easy_install实际上是在调用setuptools来完成安装模块的工作。

1.安装easy_install:

1)进入Python官网https://pypi.python.org/pypi/setuptools/。

2)点击ez_setup.py,在浏览器中弹出新的标签页,里面是代码部分

3)直接打开地址为:https://bootstrap.pypa.io/ez_setup.py

4)拷贝重命名到到本地运行下载setuptools-28.3.0.zip。

2.安装frida:
运行easy_install-3.5.exe frida
window frida安装

3.下载frida-server:
1)http://build.frida.re/frida/android/arm/bin/ 下载frida-server
2)adb push 到手机并进行权限修改后运行。
window frida安装
window frida安装

4.测试frida:
1)运行 frida-ps -R 成功后显示
window frida安装

相关文章:

  • 2021-07-25
  • 2021-10-01
  • 2022-12-23
  • 2022-02-28
  • 2021-07-30
  • 2022-01-23
  • 2022-12-23
  • 2021-04-24
猜你喜欢
  • 2021-12-24
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
  • 2022-12-23
  • 2022-12-23
  • 2021-09-06
相关资源
相似解决方案