Frida 17.1.4 Released ∞
release
Excited to announce Frida 17.1.4, which brings several important fixes and improvements — most notably Android 16 support. Here’s what’s new:
- Compiler: Switched esbuild’s
platform
tonode
, sopackage.json
main
andexports
are resolved the Node.js way, restoring compatibility for packages that rely on it. Kudos to @hsorbo for helping track this down. - Plist: Fixed
offsetIntSize
for binary property lists, ensuring compatibility with Core Foundation. Thanks to @mrmacete for helping track this down. - Plist: Empty dicts and arrays in XML output now use self-closing tags
(e.g.
<dict/>
), matching Apple’s encoder. - Android: Bumped
frida-java-bridge
to 7.0.3 in thesystem_server
agent, adding Android 16 support. Thanks to @tbodt — and shout-out to @thinhbuzz for contributing an error-handling patch that resolves inoperability on some Android 12 devices. - Darwin: Bumped
frida-objc-bridge
to 8.0.5 in internal agents. - GumJS: Fixed big-endian handling of FFI arguments.
We recommend all users upgrade at their earliest convenience. Make sure you also upgrade to frida-tools 14.1.2, also just released.