federicodotta / Brida

The new bridge between Burp Suite and Frida!
MIT License
1.61k stars 207 forks source link

Spawn Application function is not available #114

Closed zangcc closed 5 months ago

zangcc commented 1 year ago

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.

federicodotta commented 1 year ago

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

zangcc commented 1 year ago

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
yayip commented 1 year ago

Hi,

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

zangcc commented 1 year ago

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.

yayip commented 1 year ago

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