switch_xxd
Generate a hex dump of memory at a specified address to analyze Nintendo Switch executable data during debugging sessions.
Instructions
Print a hex dump (xxd-style) of memory at the given address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Start address for hex dump | |
| size | Yes | Number of bytes to dump (hex) |