python 版本:3.7.7
pip版本:pip 22.3.1
pip install frida-tools 好像没办法指定版本,我其实想安装的是frida 版本是15.0.8,结果给我安装成了最新版16.0.2。无语啊。
下面是一些坑,果然升级pip是有效的。
使用python 3.6.1安装 pip install frida-tools,报错
换3.7.7,还是报错。
//报错原因;
ERROR: Could not build wheels for frida which use PEP 517 and cannot be installed directly
最后没法了,升级了一下pip
python -m pip install --upgrade pip
再次使用pip install frida-tools ,终于安装成功了,不过安装的frida版本是16.0.2
frida-server要跟frida版本一致。
由于frida-server 15.0.8,frida 版本是16.0.2,导致报错,内容如下:
Failed to enumerate processes: unable to communicate with remote frida-server; please ensure that major versions match and that the remote Frida has the feature you are trying to use
getprop ro.product.cpu.abi
查看cpu架构,用于选择frida-server

https://github.com/frida/frida/releases?page=1
下载frida-server
