Frida 17.2.9 Released ∞
release
This time we’re bringing you preliminary iOS 26 support, and a bug-fix for our Node.js bindings:
-
fruity: Added support for injecting the gadget on iOS targets where debugger mappings are enforced (iOS 26) and we can’t flip the memory protection back to executable from inside the target process. In such cases, the gadget configuration will have
code_signing
set torequired
until Interceptor supports enforced debugger mappings. Thanks @mrmacete! -
device: Fixed an issue where the
stdio
option wasn’t passed throughspawn()
, causing child processes to always inherit stdio. Co-authored by @hsorbo.