-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |