[Guide] Reverse Engineering Android Apps - A push in the right direction

Hi,

I am trying to go through you tutorial but I am getting an error when I run this command.

frida-ps -U

Error is:
***
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.

This is a version compatibility error. I found this guy talking about it here:

https://blog.titanwolf.in/a?ID=00950-c5f99b23-8b8e-4626-a240-bf660dd29b1b
and here

https://github.com/frida/frida/issues/1872

But I could not figure out how to fix it. I am still a newbie on this, so please, be patient. LOL.

If you can help, I appreciate a lot
 
Thanks,
This is old but seems very helpful.
commenting for future reference.
 
Back
Top