***
Failed to load the Frida native extension: DLL load failed while importing _frida: The specified module could not be found.
Please ensure that the extension was compiled for Python 3.x.
***
Traceback (most recent call last):
File "C:\Users\admin\AppData\Local\Programs\Python\Python310\Scripts\frida-ps-script.py", line 33, in <module>
sys.exit(load_entry_point('frida-tools==10.4.1', 'console_scripts', 'frida-ps')())
File "C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\site-packages\frida_tools\ps.py", line 17, in main
from frida_tools.application import ConsoleApplication
File "C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\site-packages\frida_tools\application.py", line 23, in <module>
import frida
File "C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\site-packages\frida\__init__.py", line 24, in <module>
raise ex
File "C:\Users\admin\AppData\Local\Programs\Python\Python310\lib\site-packages\frida\__init__.py", line 7, in <module>
import _frida
ImportError: DLL load failed while importing _frida: The specified module could not be found.