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

Recent Releases

  • Version 17.2.6
  • Version 17.2.5
  • Version 17.2.4
  • Version 17.2.3
  • Version 17.2.2
  • History »

Other News

  • NowSecure Connect 2019
  • Frida presentation at FOSDEM 2016

Frida 17.2.6 Released ∞

release
27 Jun 2025 oleavr

We’re excited to announce Frida 17.2.6, featuring two important fixes:

  • buffer: Fix max_length in read_fixed_string().

    The max_length is now properly constrained within both the requested size and the buffer’s size.

    Thanks @mrmacete!

  • agent: Disable Exceptor for the emulated realm.

    Exceptor needs to hook signal() and sigaction(), but they are in libc. This leads to gum_mprotect() aborting because it cannot change libc’s read-only mapping. This fix prevents the crash observed when using frida-server or frida-inject on Android 14 and 15 AVDs.

    Thanks @ptrstr!

Sponsored by:
NowSecure