Open Vampire opened 7 years ago
Is there maybe some hard-coded dependency on python 3.6 somewhere? If I install Python 3.6 and use it there, it works fine.
Doing strings /c/Program\ Files/Python35/lib/site-packages/_frida.cp35-win_amd64.pyd | grep python
reveals python36.dll
.
I met a same problem, Do you solve it now ?
same problem on python3.6, which is installed from vs2017
Same problem here!
Same problem here!
i has fixed the problem by using python3.7
I used
pip
to installfrida
with Python on Windows 10 64 bit. But if I try to dopython example.py
as mentioned in the docs, I getIf I rename
c:\Program Files\Python35\Lib\site-packages\_frida.cp35-win_amd64.pyd
to something else, I getWhat could be the problem and how to resolve it?
file /c/Program\ Files/Python35/lib/site-packages/_frida.cp35-win_amd64.pyd
in Cygwin says/c/Program Files/Python35/lib/site-packages/_frida.cp35-win_amd64.pyd: PE32+ executable (DLL) (GUI) x86-64, for MS Windows
.Trying to execute
/c/Program\ Files/Python35/lib/site-packages/_frida.cp35-win_amd64.pyd
in Cygwin saysbash: /c/Program Files/Python35/lib/site-packages/_frida.cp35-win_amd64.pyd: cannot execute binary file: Exec format error