操作系统:温德沃斯10
Python: 3.6.0
Frida版本: 12.2.15
frida-ps -U
***
Failed to load the Frida native extension: DLL load failed: The specified module could not be found.
Please ensure that the extension was compiled for Python 3.x.
***知道怎么解决这个问题吗。我看到了对3.6 python的依赖。我已经有了python3.6。任何解决这个问题的指针都是非常感谢的。
分辨率
安装python3.7,并将python安装在一个有外部空间的目录中。如果python路径中有空间,frida的行为就会很奇怪。
https://stackoverflow.com/questions/52855804
复制相似问题