install_hook
Install persistent JavaScript hooks in Android apps to collect runtime data for security testing and application research.
Instructions
Install a persistent hook script that stays active and collects messages. Use get_hook_messages to retrieve collected output.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| js_code | Yes | JavaScript hook code to install | |
| name | No | Optional name for this hook |