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
Jnitrace won't start no matter what app. Always getting "unable to perform ptrace pokedata: I/O error". I'm using Frida 16.5.5
PS C:\Windows\System32\WindowsPowerShell\v1.0> jnitrace -l libshizuku.so moe.shizuku.privileged.api
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "D:\Python3\Scripts\jnitrace.exe\__main__.py", line 7, in <module>
File "D:\Python3\Lib\site-packages\jnitrace\jnitrace.py", line 584, in main
pid = device.spawn([args.target], **aux_kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Python3\Lib\site-packages\frida\core.py", line 86, in wrapper
return f(*args, **kwargs)
^^^^^^^^^^^^^^^^^^
File "D:\Python3\Lib\site-packages\frida\core.py", line 1029, in spawn
return self._impl.spawn(program, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
frida.NotSupportedError: unable to perform ptrace pokedata: I/O error
The text was updated successfully, but these errors were encountered:
Jnitrace won't start no matter what app. Always getting "unable to perform ptrace pokedata: I/O error". I'm using Frida 16.5.5
The text was updated successfully, but these errors were encountered: