m (Move Memory)

The m command copies the contents of memory from one location to another.

Do not confuse this command with the ~m (Resume Thread) command.

m Range Address 

Parameters

Range
Specifies the memory area to copy. For more information about the syntax of this parameter, see Address and Address Range Syntax.

Address
Specifies the starting address of the destination memory area. For more information about the syntax of this parameter, see Address and Address Range Syntax.

Environment

Item Description
Modes User mode, kernel mode
Targets Live, crash dump
Platforms All

Additional Information

For more information about memory manipulation and a description of other memory-related commands, see Reading and Writing Memory.

Remarks

The memory area that Address specifies can be part of the memory area that Range specifies. Overlapping moves are handled correctly.