Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to perform ptrace pokedata: I/O error #67

Open
AndroidMaster24 opened this issue Oct 12, 2024 · 0 comments
Open

unable to perform ptrace pokedata: I/O error #67

AndroidMaster24 opened this issue Oct 12, 2024 · 0 comments

Comments

@AndroidMaster24
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant