Skip to content

feat: upgrade to Frida 17.16.1 core - #246

Merged
s1341 merged 1 commit into
frida:mainfrom
kkuehl:kkuehl/frida-17.16.1-core
Jul 20, 2026
Merged

feat: upgrade to Frida 17.16.1 core#246
s1341 merged 1 commit into
frida:mainfrom
kkuehl:kkuehl/frida-17.16.1-core

Conversation

@kkuehl

@kkuehl kkuehl commented Jul 19, 2026

Copy link
Copy Markdown
Contributor
  • Update FRIDA_VERSION from 17.9.5 to 17.16.1 across all crates
  • Update devkit header (frida-gumjs.h) to 17.16.1
  • Update interceptor API signatures for attach/replace options (17.10+)
  • Add attach_with_options for composable instrumentation control
  • Add replace_with_options for composable replacement control

BREAKING CHANGES:

  • gum_interceptor_attach signature changed (options param)
  • gum_interceptor_replace signature changed (options param)
  • Existing code using attach/replace unchanged (options=NULL)

- Update FRIDA_VERSION from 17.9.5 to 17.16.1 across all crates
- Update devkit header (frida-gumjs.h) to 17.16.1
- Update interceptor API signatures for attach/replace options (17.10+)
- Add attach_with_options for composable instrumentation control
- Add replace_with_options for composable replacement control

BREAKING CHANGES:
- gum_interceptor_attach signature changed (options param)
- gum_interceptor_replace signature changed (options param)
- Existing code using attach/replace unchanged (options=NULL)
@kkuehl
kkuehl force-pushed the kkuehl/frida-17.16.1-core branch from cc5b50d to cbf3c48 Compare July 19, 2026 13:41
@s1341
s1341 merged commit 7aba7fe into frida:main Jul 20, 2026
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants