Back

python - pip install a specific version 安装某个指定的版本 frida

发布时间: 2022-12-18 07:16:00

refer to https://stackoverflow.com/questions/5226311/installing-specific-package-version-with-pip

$ pip install -Iv MySQL_python==1.2.2

python:  frida-tools : 11.0.0

对应frida: 15.2.2 

主要是通过日期来判断的 (2022年8月之前)

Back