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
IDK Exactly why but attaching to an app is failing with
[x_x] Unable to find process with name MyApp. You need run app first.!!
just as fast fix, i've edited the all .attach method in hook.py file with hardcoded PID got via frida-ps -U and is working so seems, having an option to attach by PID (or get the PID via frida-ps -U as fallback?) can be useful
PS. also frida-trace -U -f net.myapp will crash with
Failed to attach: process with pid 7781 either refused to load frida-agent, or terminated during injection
so it's a more general frida issue
The text was updated successfully, but these errors were encountered:
IDK Exactly why but attaching to an app is failing with
[x_x] Unable to find process with name MyApp. You need run app first.!!
just as fast fix, i've edited the all
.attach
method in hook.py file with hardcoded PID got viafrida-ps -U
and is working so seems, having an option to attach by PID (or get the PID via frida-ps -U as fallback?) can be usefulPS. also
frida-trace -U -f net.myapp
will crash withso it's a more general frida issue
The text was updated successfully, but these errors were encountered: