Brida icon indicating copy to clipboard operation
Brida copied to clipboard

Spawn Application function is not available

Open zangcc opened this issue 1 year ago • 5 comments

Brida Version: 0.5 image

Frida version: ./frida-server-16.1.2-android-arm64

Brida's Attach application is fine, which means that my process PID is correct, the Server status and Application status are both green, and it can be successfully started, but the Spawn application cannot be used.

Click Spawn application to report an error: "Exception with spawn application net.razorvine.pyro.PyroException: [frida.ProcessNotFoundError] process not found."

It says the process is not found, why? I have confirmed that the process pid is correct.

zangcc avatar Jul 27 '23 06:07 zangcc

Hi @zangcc,

To use the "spawn" application functionality you have to supply the application ID instead of the PID.

You have to supply the PID if you want to use the "attach" functionality, that attaches to an application already started.

Federico

federicodotta avatar Jul 27 '23 12:07 federicodotta

I used the application ID, but the problem still exists. I hope you can help me solve this problem as soon as possible. Thank you very @federicodotta

image

zangcc avatar Jul 27 '23 17:07 zangcc

Hi,

I have a same problem, Has anyone already solved this problem?

yayip avatar Aug 10 '23 03:08 yayip

Hello~ I have solved this problem. The reason for the problem is that there is a relationship between Frida and Android versions, not any Frida version is compatible with all Androids. Take me as an example, my Android version is Android 9, the Frida I use is Frida15.0.0, the Frida-compile version is 10.2.5, and the Frida-server version is 15.0.0-android-arm64. There is no problem at all when my configuration runs later, I hope it can help you, my friend.

zangcc avatar Aug 10 '23 05:08 zangcc

@zangcc thankyou, i install previous version of frida and frida-server to v15.0.0, and now its work.

yayip avatar Aug 10 '23 06:08 yayip