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

Recent Releases

  • Version 17.9.1
  • Version 17.9.0
  • Version 17.8.3
  • Version 17.8.2
  • Version 17.8.1
  • History »

Other News

  • NowSecure Connect 2019
  • Frida presentation at FOSDEM 2016

Frida 17.9.1 Released ∞

release
27 Mar 2026 oleavr

Quick bug-fix release with the following improvement:

  • package-manager: Fix semver pre-release overflow, where numeric pre-release identifiers like "202508252028" would fail validation because parse_uint() rejects values beyond UINT32_MAX. The same overflow also affected version comparison, which used uint. Validation now follows the semver rule that numeric identifiers must not have leading zeros, and comparison now uses length-prefixed string comparison so arbitrarily large numeric identifiers are handled correctly.

Sponsored by:
NowSecure