frida_memory_read
Read bytes from a specific memory address in a process using Frida's dynamic instrumentation toolkit for memory analysis and debugging.
Instructions
Read bytes from a specific memory address.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| address | Yes | Memory address (hex string like '0x12345678') | |
| size | Yes | Number of bytes to read |