frida / frida-python

Frida Python bindings
Other
781 stars 146 forks source link

Frida Unable to attach proccess #187

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 this is th app url:

please help