Skip to content

Releases: frida/frida-core

17.9.2-snapshot.20260420

20 Apr 14:58

Choose a tag to compare

Pre-release
ci: Bypass success() chain for xcframework publish

The needs.xcframework.result alone isn't enough to escape GitHub
Actions' chained success() check; add !cancelled() so the condition
is evaluated even when needed jobs transitively report failure.

17.9.1

27 Mar 10:57

Choose a tag to compare

subprojects: Prepare for release

17.9.0

26 Mar 20:04

Choose a tag to compare

subprojects: Prepare for release

17.8.3

24 Mar 15:08

Choose a tag to compare

subprojects: Prepare for release

17.8.1

13 Mar 12:46

Choose a tag to compare

subprojects: Prepare for release

17.8.0

09 Mar 11:01

Choose a tag to compare

android: Implement sigchain logic when needed

17.5.2

15 Dec 20:50

Choose a tag to compare

subprojects: Prepare for release

17.5.2-snapshot.20251211

11 Dec 14:31

Choose a tag to compare

Pre-release
ci: Move xcframework .modulemap inside a subdir

To avoid clashes when an app links with multiple static frameworks, each
with their own modulemap.

17.5.2-snapshot.20251208

08 Dec 23:03

Choose a tag to compare

Pre-release
ci: Remove snapshot-tag.yml

Actually triggering ci.yml seems like a rabbit-hole. Leaving for later.