-
-
Notifications
You must be signed in to change notification settings - Fork 197
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
23 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,23 @@ | ||
--- | ||
layout: news_item | ||
title: 'Frida 16.2.5 Released' | ||
date: 2024-05-21 12:50:43 +0200 | ||
author: oleavr | ||
version: 16.2.5 | ||
categories: [release] | ||
--- | ||
|
||
A quick bug-fix release with three improvements: | ||
|
||
- ci: Fix the frida-node prebuild loop for macOS, so we generate prebuilds for | ||
all targets, not just the first one. | ||
- node: Avoid relying on package-lock.json, to support fallback build when | ||
prebuild is missing. | ||
- android: Set DexFile to read-only in Java.registerClass(). As of Android 14, | ||
apps with targetSdk >= 34 are not allowed to have writable permissions on | ||
dynamically loaded Dex files. Thanks [@pandasauce][]! | ||
|
||
Enjoy! | ||
|
||
|
||
[@pandasauce]: https://github.com/pandasauce |