frida / frida

Clone this repo to build Frida
https://frida.re
Other
15.85k stars 1.64k forks source link

frida16.1.4 broken -f argument,must be -p attach app #2673

Open ch0mie opened 11 months ago

ch0mie commented 11 months ago

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 ". image image

but i try to attach someone app with "-p" argument, it prefectly works, so why ? image

ch0mie commented 10 months 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 image