Frida 17.0.7 Released ∞
release
This release includes a few important fixes:
- device: Allow agent sessions to detach before release, to be robust against scenarios where an out-of-order detach could lead to an indefinite hang at release time. Thanks @mrmacete!
- darwin: Dispose module resolver indexes to avoid leaking native modules in scenarios where short-lived resolvers are used (for example, on different tasks). Thanks @mrmacete!
- stalker: Handle blocks without inline cache entries.