z - Do a Memory Dump, Skipping over Unmapped Memory

This command dumps memory in both hexadecimal and ASCII format, but excludes any unmapped memory space. If an illegal memory access occurs, it does not stop, but skips to the next page instead. This is useful to inspect the content of discontiguous chunks.

The syntax and the display format is the same as for the m command.

Related concepts
Related references