run_java
Execute custom Java code within Android applications for security testing, enabling method hooking, memory manipulation, and process management through Frida's Java.performNow context.
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 |