读取内存
gdb_read_memoryRead memory contents from a specified address to inspect data or code during debugging.
Instructions
从指定地址读取内存内容。
参数:
address: 内存地址 (如 0x400000)
length: 读取字节数 (1-4096)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| length | Yes | Number of bytes to read | |
| address | Yes | Memory address to read from, e.g., 0x400000 |