Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to spawn: unable to find process with name '<full_name_of_the_app>' #22

Open
Cloufish opened this issue Jul 31, 2021 · 3 comments

Comments

@Cloufish
Copy link

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):
image

@Zhxhh
Copy link

Zhxhh commented Aug 18, 2022

Maybe you can try --attach-pid=21038 which works for me.

@nareshrathnam
Copy link

Tried. frida-trace com.an.biometric.sample --attach-pid=xxxxx this command not working.
image
this changed to
image

@gaburla
Copy link

gaburla commented Jan 13, 2023

You need to write

frida-trace.exe -U -N com.evozi.deviceid --attach-pid=4108

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants