IDkmNativeExportTableDecoder Interface

Definition

Provides decoding of export tables in Windows PE files.

Implementations of this interface may restrict when they are called using a filter defined in their component configuration. The following properties may be used: BaseDebugMonitorId, EngineId, RuntimeId, SymbolProviderId.

public interface class IDkmNativeExportTableDecoder
public interface class IDkmNativeExportTableDecoder
__interface IDkmNativeExportTableDecoder
public interface IDkmNativeExportTableDecoder
type IDkmNativeExportTableDecoder = interface
Public Interface IDkmNativeExportTableDecoder

Methods

FindExportName(DkmNativeModuleInstance, String, Boolean)

Finds the address of the specified named exported function (or data export).

FindNearestExport(DkmNativeInstructionAddress, Int32)

Finds the nearest module export from the specified instruction address. The export could either be a function or data export, though function exports are far more common. Because exports do not have address ranges, the specified address may not actually be associated with the returned export.

Applies to