get_method_by_name
Retrieve the decompiled source code of a specific method from a given class. Use for live reverse engineering of Android apps.
Instructions
Fetch the source code of a method from a specific class.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| class_name | Yes | ||
| method_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||