run_java
Execute arbitrary Java code within Frida's Java.performNow context to hook methods, inspect objects, and interact with Android app internals. Returns the value of the last expression.
Instructions
Run arbitrary Java code within Java.performNow context. Has access to Java.use(), Java.choose(), send(), etc. Return value is the result of the last expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | JavaScript code to run within Java context |