memory_read
Read memory from a specified address in an Android application's process to inspect data or detect vulnerabilities during mobile security testing.
Instructions
Read memory at a specific address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Memory address (e.g., '0x12345678') | |
| size | Yes | Number of bytes to read |