Table of Contents

Method TryLookupModuleByAddress

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

TryLookupModuleByAddress(ulong)

Return the module containing the target address, or null if no match.

public DumpModule TryLookupModuleByAddress(ulong targetAddress)

Parameters

targetAddress ulong

address in target

Returns

DumpModule

Null if no match. Else a DumpModule such that the target address is in between the range specified by the DumpModule's .BaseAddress and .Size property

Remarks

This can be useful for symbol lookups or for using module images to supplement memory read requests for minidumps.