v0.6.1 — Runtime Instrumentation API (Frida-style, CDP-based)
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