frida_java_find_instances
Locate active Java class instances in Android application memory to analyze runtime behavior and debug applications.
Instructions
Find live instances of a Java class on the heap (Android).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| class_name | Yes | Fully qualified class name | |
| limit | No |