python - pip install a specific version 安装某个指定的版本 frida
访问量: 477
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月之前)