Frida 17.8.3 Released ∞
release
This release brings another round of fixes and documentation improvements:
Fixes
-
fruity: Fix
TcpTunnelConnectionstalls caused by deferred CDTunnel TLS records larger than 8192 bytes. Send a minimal dummy IPv6 datagram when needed to trigger delivery of deferred data and improve reliability. Kudos to @hsorbo for reporting and helping track this down, and @tux-mind for identifying the root cause. -
fruity: Fix jailed
spawn()on iOS 16.4 betas. Thanks @mrmacete! -
fruity: Fix
TreeSetcomparator behavior where transports with the same score may be treated as equal and dropped, causing Frida to preferusbmuxdwith lwIP over an already available CoreDevice tunnel on macOS. Kudos to @tux-mind for reporting and helping track this down. -
fruity: Handle early tunnel loss, e.g. when
remotepairingdevicedcrashes. -
android: Adjust the RTLD path if
dlopen(libart)fails. Thanks @sam0holix!
Documentation
-
docs: Revise macOS certificate identifiers in the README to better support setups with multiple Apple Development certificates and avoid ambiguous certificate selection during
make. Thanks @samykamkar! -
docs: Update the README to include the
websocketspackage in the installation instructions required byfrida-trace. Thanks @samykamkar!
oleavr