frida / frida-website

Frida's website
MIT License
83 stars 191 forks source link

Failed to attach proccess #214

Open ilevi001 opened 3 years ago

ilevi001 commented 3 years ago

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

please help