CatFrida
CatFrida copied to clipboard
Session Detached (reason=timeout)
Opens on the first screen then constantly getting timeout error. App is open and running, but crashes when timeout error occurs. iPhone6 - 12.5.2 frida 14.2.18
Make sure your iPhone was jailbreaked and install 'frida server' from Cydia , https://frida.re/docs/ios/#with-jailbreak
My phone is jailbroken, and I have frida - 14.2.18
Please try to connect your jailbroken iPhone by running frida-trace command on your Mac.
frida-trace -U Cydia -m "+[NSURL URLWithString:]"
And check the output to make sure frida can connect your iPhone.
Currently, CatFrida use frida-core 14.2.3, maybe it needs upgrade.
Payload$ frida-trace -U Cydia -m "+[NSURL URLWithString:]"
Failed to spawn: ambiguous name; it matches: Cydia (pid: 12515), Cydia (pid: 12514), Cydia (pid: 12513), Cydia (pid: 12512), Cydia (pid: 12511), Cydia (pid: 12510), Cydia (pid: 12499)
Payload$ frida-trace -U 12515 -m "+[NSURL URLWithString:]"
Instrumenting...
+[NSURL URLWithString:]: Auto-generated handler at "/Users/ben/Documents/__handlers__/NSURL/URLWithString_.js"
Started tracing 1 function. Press Ctrl+C to stop.
Still getting session detached error
Sorry, I can't reproduce this error in my Mac. You can clone the repo and build by yourself. If you find a bug, any PR is welcome.