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

Recent Releases

  • Version 17.15.5
  • Version 17.15.4
  • Version 17.15.3
  • Version 17.15.2
  • Version 17.15.1
  • History »

Other News

  • NowSecure Connect 2019
  • Frida presentation at FOSDEM 2016

Frida 17.15.5 Released ∞

release
13 Jul 2026 oleavr

Quick bug-fix release with an Android fix from @dezige131, along with several Darwin and Gum.Memory-related improvements from @hsorbo:

  • android: Tolerate transient USAP patch misses when the target process does not have the boot image mapped.
  • darwin: Re-enable CodeSegment on newer kernels. The vm_remap OVERWRITE trick works again on iOS 17.6 and newer, allowing CodeSegment to be enabled there once more.
  • memory: Fix a suspend deadlock in patch_code. Patches are now prepared in a scratch buffer first, allowing the apply callback to allocate freely before other threads are suspended for the lock-free copy back into place.
  • memory: Make patch_code safer under concurrency and when failures occur. All target pages are made writable before any bytes are committed, only modified bytes are copied back, and pages are restored to RX before the instruction cache is flushed.
  • memory: Extract the three patching strategies into dedicated helpers, simplifying the dispatcher without changing behavior.

Sponsored by:
NowSecure