Open ch0mie opened 1 year ago
I am sure that there is an incompatibility problem between dopamine and Frida, even with the latest version of Frida 16.1.5, the active attachment has obtained the PID but in the end it still cannot spawn success@oleavr
my device information: iPhone 12 IOS version: 15.1.1 Dopamine Version: 1.1.10 frida server and client version: 16.1.4 frida-tools version: 12.3.0
when i try to attach app with "-f" argument,it works error, the error information is "Failed to attach: process with pid 3890 either refused to load frida-agent, or terminated during injection" or "Failed to attach: unexpected early end-of-stream ".
but i try to attach someone app with "-p" argument, it prefectly works, so why ?