Frida 1.6.5 Released ∞
release
It’s release o’clock, and time for some bug fixes:
- iOS 8.1 is now supported, and the ARM64 support is better than ever.
- The iOS USB transport no longer disconnects when sending a burst of data to
the device. This would typically happen when using
frida-trace
and tracing a bunch of functions, resulting in a burst of data being sent over the wire. This was actually a generic networking issue affecting Mac and iOS, but was very reproducible when using Frida with a tethered iOS device. - Eliminated crashes on shutdown of the Python interpreter.
- The
onEnter
andonLeave
callbacks infrida-trace
scripts are now called withthis
bound to the correct object, which means that it’s bound to an object specific to that thread and invocation, and not an object shared by all threads and invocations.