Skip to content

v0.6.1 — Runtime Instrumentation API (Frida-style, CDP-based)

Choose a tag to compare

@fcavallarin fcavallarin released this 07 Apr 11:54
· 9 commits to main since this release
109ae56

Runtime Instrumentation (CDP-based):

  • Hook functions with structured handlers (onEnter / onLeave)
  • Inspect and modify arguments at runtime
  • Inject code into live call frames
  • Override return values (sync)
  • Follow return across async boundaries (best-effort)

Built on top of Chrome DevTools Protocol — no monkeypatching.

This evolves the previous Live Hooks feature into a more complete runtime instrumentation model, enabling Frida-like workflows directly in the browser.

Read the full writeup:
https://fcavallarin.github.io/wirebrowser/CDP-as-a-Runtime-Instrumentation-Engine

API doc:
https://fcavallarin.github.io/wirebrowser/api/