frida_java_call
Execute arbitrary JavaScript within Java.perform() on a target process for dynamic analysis, collecting send() messages.
Instructions
Execute arbitrary JS inside a Java.perform() block.
target: process name or pid (string).
java_js_code: JavaScript code auto-wrapped in
Java.perform(function() { <your code> }).
Use Java.use(), Java.choose(), send(), etc. directly.
Returns collected send() messages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| java_js_code | Yes | ||
| device_id | No |