Skip to content

Commit

Permalink
posts: Add release notes for 16.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
oleavr committed May 21, 2024
1 parent b139560 commit 8f1848d
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _i18n/en/_posts/2024-05-21-frida-16-2-5-released.markdown
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

0 comments on commit 8f1848d

Please sign in to comment.