frida / frida

Clone this repo to build Frida
https://frida.re
Other
16.29k stars 1.67k forks source link

ImportError: DLL load failed: #618

Open cvt126 opened 6 years ago

cvt126 commented 6 years ago

C:\Users\Administrator>frida


Failed to load the Frida native extension: DLL load failed: 找不到指定的模块。 Please ensure that the extension was compiled for Python 3.x.


Traceback (most recent call last): File "D:\Program Files\Python36\Scripts\frida-script.py", line 11, in

load_entry_point('frida-tools==1.2.1', 'console_scripts', 'frida')()

File "d:\program files\python36\lib\site-packages\frida_tools\repl.py", line 2 2, in main import frida File "d:\program files\python36\lib\site-packages\frida__init.py", line 24, in raise ex File "d:\program files\python36\lib\site-packages\frida\init__.py", line 7, in import _frida ImportError: DLL load failed: 找不到指定的模块。

cvt126 commented 6 years ago

I use python 3.6.6 and win 7 64

oleavr commented 6 years ago

The latest binaries were built for Python 3.7. Did you try upgrading to 3.7?

cvt126 commented 6 years ago

I used 3.7 but no solution,and I copy the 3.6.6 from my friend to solution.

apoorvumang commented 6 years ago

For me it was the opposite, 3.6.6 didn't work but 3.7 did

raulsiles commented 2 years ago

Potentially this issue is now fixed in Frida version 15.1.17. See #1878.