federicodotta / Brida

The new bridge between Burp Suite and Frida!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spawn Application function is not available

zangcc opened this issue · comments

commented

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.

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

commented

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
commented

Hi,

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

commented

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.

commented

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