read_memory
Retrieve data from emulator memory by specifying session, address, and size. Supports hex or base64 encoding for memory analysis in CPU emulation sessions.
Instructions
Read data from emulator memory.
Args: session_id: The session ID. address: Source address. size: Number of bytes to read. encoding: "hex" (default) or "base64".
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| address | Yes | ||
| size | Yes | ||
| encoding | No | hex |