!mapped_file

The !mapped_file extension displays the name of the file that backs the file mapping that contains a specified address.

!mapped_file Address

Parameters

Address
Specifies the address of the file mapping. If Address is not in a mapping, the command fails.

DLL

Uext.dll

The !mapped_file extension can only be used during live, nonremote debugging.

Additional Information

For more information about file mapping, see MapViewOfFile in the Windows SDK.

Remarks

Here are three examples. The first two addresses used are mapped from a file, and the third is not.

0:000> !mapped_file 4121ec 
Mapped file name for 004121ec: '\Device\HarddiskVolume2\CODE\TimeTest\Debug\TimeTest.exe'

0:000> !mapped_file 77150000 
Mapped file name for 77150000: '\Device\HarddiskVolume2\Windows\System32\kernel32.dll'

0:000> !mapped_file 80310000 
No information found for 80310000: error 87