You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi sry Iam pretty new to Frida but have had it up and running until yesterday when I tried install fridump aswell.
Now Iam getting this error message when Iam trying to run following command: frida -U -l -f --no-pause
Traceback (most recent call last):
File "/usr/local/bin/frida", line 8, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/frida_tools/repl.py", line 34, in main
from frida_tools import _repl_magic
File "/usr/local/lib/python2.7/dist-packages/frida_tools/_repl_magic.py", line 7, in
class Magic(abc.ABC):
AttributeError: 'module' object has no attribute 'ABC'
Guess it has something to do with python2.7 but uncertain what to do next. If any suggestion pls help :D
Regards
Jeek
The text was updated successfully, but these errors were encountered:
Hi sry Iam pretty new to Frida but have had it up and running until yesterday when I tried install fridump aswell.
Now Iam getting this error message when Iam trying to run following command: frida -U -l -f --no-pause
Traceback (most recent call last):
File "/usr/local/bin/frida", line 8, in
sys.exit(main())
File "/usr/local/lib/python2.7/dist-packages/frida_tools/repl.py", line 34, in main
from frida_tools import _repl_magic
File "/usr/local/lib/python2.7/dist-packages/frida_tools/_repl_magic.py", line 7, in
class Magic(abc.ABC):
AttributeError: 'module' object has no attribute 'ABC'
Guess it has something to do with python2.7 but uncertain what to do next. If any suggestion pls help :D
Regards
Jeek
The text was updated successfully, but these errors were encountered: