-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
21 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,21 @@ | ||
--- | ||
layout: news_item | ||
title: 'Frida 16.6.4 Released' | ||
date: 2025-01-17 16:49:19 +0100 | ||
author: oleavr | ||
version: 16.6.4 | ||
categories: [release] | ||
--- | ||
|
||
This release brings important fixes and improvements: | ||
|
||
- **objc**: Handle extended block type encoding (thanks to [@mrmacete][]). | ||
- **module**: Reverted the previous optimization of `NativeModule` lifecycle, | ||
as the underlying performance issue in our GLib patch has been addressed. | ||
- **darwin**: Fixed an issue where `Module.load()` could fail when provided | ||
with an alias. On macOS >= 13, we now use `_dyld_get_dlopen_image_header()` | ||
to resolve modules by address. | ||
- **linux**: Revived support for ARM BE8, restoring compatibility with | ||
big-endian ARM systems. | ||
|
||
[@mrmacete]: https://github.com/mrmacete |