• Overview
  • Docs
  • News
  • Code
  • Contact
FЯIDA
  • Overview
  • Docs
  • News
  • Code
  • Contact
  • All News
  • Frida Releases

Recent Releases

  • Version 17.5.2
  • Version 17.5.1
  • Version 17.5.0
  • Version 17.4.4
  • Version 17.4.3
  • History »

Other News

  • NowSecure Connect 2019
  • Frida presentation at FOSDEM 2016

Frida 17.5.2 Released ∞

release
15 Dec 2025 oleavr

This release improves module export accuracy on Windows, makes helper spawning more robust on Darwin, and delivers major enhancements for Swift users via SwiftPM and the new FridaCore xcframework:

  • windows: Fix Module export metadata so the type property accurately reflects the real export type instead of always reporting functions. Thanks @Ninja3047!
  • darwin: Use DO_NOT_REAP_CHILD when spawning helper, making helper launch more robust on systems booted without -arm64e_preview_abi by insulating the host process from signal-related side effects.
  • python: Improve typings. Thanks @EtienneMaheux!
  • swift: Add SwiftPM package manifest and support; rename Frida_Private module to FridaCore; implement LocalizedError (when Foundation is available) and add error description; refine the RPC API and allow discarding call results; deduplicate Device instances and fix a yield/finish race in AsyncEventSource.
  • swift: Add bindings for AuthenticationService, PortalService, EndpointParameters, PackageManager, and Compiler; add minimal GLib bindings (MainLoop, File, Uuid, TlsCertificate, DateTime/TimeZone) and move GLib and JSONGLib into a sub-namespace.
  • ci: Publish frida-core releases with .xcframework.

Sponsored by:
NowSecure