run_java
Execute custom Java code within Android applications using Frida's Java.performNow context for security testing and research purposes.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | JavaScript code to run within Java context |