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
This is probably one of the most basic issue, and I'm myself a basic guy 🥇
I'm trying to trace functions with frida-trace <full_name_of_the_app> but it outputs Failed to spawn: unable to find process with name '<full_name_of_the_app>' .
Now the funny thing is that running frida-ps -Ua shows this App running. I also tried providing PID, but it also fails.
The frida-agent is running accordingly (I think):
The text was updated successfully, but these errors were encountered:
This is probably one of the most basic issue, and I'm myself a basic guy 🥇
I'm trying to trace functions with
frida-trace <full_name_of_the_app>
but it outputsFailed to spawn: unable to find process with name '<full_name_of_the_app>' .
Now the funny thing is that running
frida-ps -Ua
shows this App running. I also tried providing PID, but it also fails.The frida-agent is running accordingly (I think):
The text was updated successfully, but these errors were encountered: