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

Recent Releases

  • Version 16.7.19
  • Version 16.7.18
  • Version 16.7.17
  • Version 16.7.16
  • Version 16.7.15
  • History »

Other News

  • NowSecure Connect 2019
  • Frida presentation at FOSDEM 2016

Frida 16.7.19 Released ∞

release
14 May 2025 oleavr

This release improves Linux thread enumeration under glibc and hardens our static OpenSSL build against unintended config loading.

Changes:

  • linux: Skip glibc threads with tid = 0 (exited but unjoined) to avoid false “Unsupported Linux system” panics.
  • linux: List glibc threads in creation order (oldest first) to mirror real thread lifecycles.
  • deps (TLS): Build OpenSSL with OPENSSL_NO_AUTOLOAD_CONFIG to block loading any system config file, preventing crashes when initializing TLS.

Sponsored by:
NowSecure