Skip to content

Commit

Permalink
posts: Add release notes for 16.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Dec 25, 2023
1 parent 6b9a0fa commit b76a1bf
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _i18n/en/_posts/2023-12-20-frida-16-1-9-released.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: news_item
title: 'Frida 16.1.9 Released'
date: 2023-12-20 00:40:51 +0100
author: oleavr
version: 16.1.9
categories: [release]
---

Quite a few goodies in this release:

- interceptor: Pause cloaked threads too. This prevents random SIGBUS crashes on
our own threads while using Interceptor to hook functions residing on the same
page as any of the ones potentially used internally. Thanks [@mrmacete][]!
- darwin: Move to our POSIX Exceptor backend. Mach exception handling APIs have
become increasingly restrictive in recent Apple OS versions.
- darwin: Resolve import trampolines on arm64, allowing us to hook targets such
as sigaction().
- linux: Improve spawn() to handle r_brk being hit again.
- linker: Improve spawn() to consider on-disk ELF for RTLD symbols. This means
we might find r_debug on additional Android systems, for example.
- linux: Fix spawn() when DT_INIT_ARRAY contains sentinel values.
- linux: Improve spawn() to use DT_PREINIT_ARRAY if present.
- android: Handle symlinks in RTLD fallback logic.


[@mrmacete]: https://x.com/bezjaje

0 comments on commit b76a1bf

Please sign in to comment.