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

Recent Releases

  • Version 17.2.11
  • Version 17.2.10
  • Version 17.2.9
  • Version 17.2.8
  • Version 17.2.7
  • History »

Other News

  • NowSecure Connect 2019
  • Frida presentation at FOSDEM 2016

Frida 17.2.10 Released ∞

release
03 Jul 2025 oleavr

Quick bug-fix release addressing two important issues:

  • frida-node: Fix keep-alive ThreadSafeFunction teardown. Use napi_release_threadsafe_function() in keep-alive scenarios so that pending microtasks have time to run before the libuv handle is dropped. This prevents “unsettled top-level await” during teardown. Co-authored by @as0ler, @hsorbo, and @mrmacete.

  • barebone: Ensure RustModule C ABI entrypoints survive garbage collection. Newer Rust toolchains use --gc-sections, which strips unused sections. We refactored make_linker_script() to scan the Rust source for symbols intended to be visible, and emit KEEP(*(.text.<symbol>)) directives so those entrypoints are retained.

Sponsored by:
NowSecure