frida_java_call_method
Execute Java methods on Android applications during runtime to test functionality, debug issues, or modify behavior without altering source code.
Instructions
Call a method on a Java class or instance (Android).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| class_name | Yes | ||
| method_name | Yes | ||
| args | No | Method arguments | |
| static | No |