Frida 17.9.6 Released ∞
release
Quick bug-fix release fixing a regression on rootless iOS, where our Darwin backend was getting a little too enthusiastic with path prefixes:
- darwin: Fix agent path on rootless iOS.
Frida.agent_pathis now absolute and resolved, so prepending the sysroot orCRYPTEX_MOUNT_PATHduplicated the rootless prefix and produced a non-existent path. The server now routes the detected prefix straight toTemporaryDirectory.use_sysroot, fixing #1232.
oleavr