frida-python icon indicating copy to clipboard operation
frida-python copied to clipboard

Frida Unable to attach proccess

Open ilevi001 opened this issue 4 years ago • 0 comments

Hi

i'm getting "frida.ProcessNotRespondingError: unexpectedly timed out while waiting for FIFO to establish" when i'm trying to attach specific app.

example: process = frida.get_usb_device().attach('AppName') script = process.create_script(jscode)

i am using the latest versions. frida server on android samsung s8 arm64 frida client via python this is th app url:

please help

ilevi001 avatar Aug 25 '21 18:08 ilevi001