Skip to content

Commit

Permalink
Add release notes for 16.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed Aug 29, 2023
1 parent 069abdd commit 3162352
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _i18n/en/_posts/2023-08-29-frida-16-1-4-released.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
layout: news_item
title: 'Frida 16.1.4 Released'
date: 2023-08-29 15:58:08 +0200
author: oleavr
version: 16.1.4
categories: [release]
---

Some exciting improvements this time around:

- ios: Fix spawn() on iOS 17. Thanks [@hsorbo][]!
- ios: Add support for rootless systems. Thanks for the pair-programming,
[@hsorbo][]!
- android: Fix dynamic linker compatibility regression. Thanks for the
pair-programming, [@hsorbo][]! Kudo to [@getorix][] for reporting.
- gumjs: Add Worker API, so heavy processing can be moved to a background
thread, allowing hooks to be handled in a timely manner. Only implemented in
the QuickJS runtime for now. Kudos to [@mrmacete][] for tracking down and
fixing last-minute bugs in the implementation.
- linux: Improve error-handling when trying to attach to processes that are
near death.


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

0 comments on commit 3162352

Please sign in to comment.