frida_android_webview_hook
Hook Android WebView methods to capture JavaScript bridge interactions, including registered interfaces, evaluated code, and loaded URLs. Use for dynamic analysis of JS-to-native communication.
Instructions
[Android] Hook WebView methods to capture JS bridge interactions.
Hooks addJavascriptInterface, evaluateJavascript, loadUrl. Captures JS interface registrations, evaluated code, and loaded URLs.
target: process name or pid (string).
duration_seconds: how long to capture (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| duration_seconds | No |