Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1.19 KB

accessing-memory-by-physical-address.md

File metadata and controls

28 lines (14 loc) · 1.19 KB
title description keywords ms.date
Accessing Memory by Physical Address
Accessing Memory by Physical Address
physical address, accessing memory
05/23/2017

Accessing Memory by Physical Address

To read from a physical address, use the !db, !dc, !dd, !dp, !du, and !dw extension commands.

To write to a physical address, use the !eb and !ed extension commands.

The fp (Fill Physical Memory) command writes a pattern to a physical memory range, repeating it until the range is full.

When you are using WinDbg in kernel mode, you can also read or write to physical memory directly from the Memory window.

To search physical memory for a piece of data or a range of data, use the !search extension command.

Also, for more information about physical addresses, see Converting Virtual Addresses to Physical Addresses.