Skip to content

feat: support for latest frida #2

Merged
AbhiTheModder merged 7 commits into
mainfrom
sync
Jul 19, 2026
Merged

feat: support for latest frida #2
AbhiTheModder merged 7 commits into
mainfrom
sync

Conversation

@AbhiTheModder

Copy link
Copy Markdown
Owner

No description provided.

oleavr and others added 7 commits July 20, 2026 00:38
Expose Device.override_option() for overriding backend-specific
options on a device.

Overrides apply when establishing a host session. If one already
exists, changes take effect on the next connection.
The wrapper in frida.core calls it, but the _frida stub lacked it,
tripping up mypy.
Wire up the new frida-core Script.interrupt() and terminate() methods:

  - interrupt() aborts any JavaScript currently executing, leaving the
    script loaded and able to run again.
  - terminate() interrupts execution and unloads the script, so one
    stuck in a long-running or infinite operation can still be torn
    down.
@AbhiTheModder
AbhiTheModder merged commit 874ecd0 into main Jul 19, 2026
7 of 9 checks passed
@AbhiTheModder
AbhiTheModder deleted the sync branch July 19, 2026 19:38
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