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

Recent Releases

  • Version 17.2.3
  • Version 17.2.2
  • Version 17.2.1
  • Version 17.2.0
  • Version 17.1.5
  • History »

Other News

  • NowSecure Connect 2019
  • Frida presentation at FOSDEM 2016

Frida 17.1.0 Released ∞

release
05 Jun 2025 oleavr

Big release with several exciting improvements!

Firstly, we’ve switched to ESBuild and typescript-go in the Compiler backend, resulting in massively improved performance, and reduced our maintenance burden by no longer having to maintain a bundler. We also added options to configure the output and bundle format, and support disabling type checks.

Secondly, we now finally ship binaries for Windows/ARM64. This was unblocked by GitHub making Windows ARM64 hosted runners available to the public.

Special thanks to @mrmacete for plugging Interceptor singleton leaks, and to @fesily for implementing Module#enumerateSections() on Windows, as well as improving Module#enumerateImports() so the slot is exposed.

Here’s the full list of changes:

  • Compiler improvements:
    • Switched to ESBuild and typescript-go in the Compiler backend.
    • Added options to configure the output and bundle format, and support disabling type checks.
  • Windows/ARM64 support:
    • CI updated to publish binaries for Windows/arm64.
  • Contributions from our community:
    • Fixed 32-bit ARM breakpoint logic for Thumb addresses.
    • Plugged Interceptor singleton leaks (@mrmacete).
    • Implemented Module#enumerateSections() and wired up import slots on Windows (@fesily).

Sponsored by:
NowSecure