heap_search
Search live Java class instances in Android app memory to analyze runtime behavior and identify security vulnerabilities during mobile testing.
Instructions
Search Java heap for live instances of a class
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | Full Java class name (e.g., 'java.security.Key') | |
| max_results | No | Max instances to return (default: 10) |