Closed brunoaduarte closed 1 year ago
Nevermind, I forced it to execute python instead of python3 and it worked
# if(which('python3') is not None):
# command = shlex.split("python3 " +"core/hook.py")
# else:
# command = shlex.split("python " +"core/hook.py")
command = shlex.split("python " +"core/hook.py")
btw
frida-android-hook> python --version
Python 3.10.3
frida-android-hook> python3 --version
Python 3.10.8
Same error occurs with frida==15.1.17