.fiximports (Fix Target Module Imports)

The .fiximports command validates and corrects all static import links for a target module.

.fiximports Module

Parameters

Module
Specifies the target module whose imports the debugger corrects. Module can contain a variety of wildcard characters and specifiers. For more information about the syntax, see String Wildcard Syntax. If you want to include spaces in Module, you must enclose the parameter in quotation marks.

Environment

Modes

User mode, kernel mode

Targets

Crash dump only (minidump only)

Platforms

All

Remarks

You can use the .fiximports command only when the target is a minidump that does not contain its own executable images.

When the debugger maps images for use as memory, the debugger does not automatically connect image imports to exporters. Therefore, instructions that refer to imports are disassembled in the same manner as in a live debugging session. You can use .fiximports to request that the debugger perform the appropriate import linking.