!rtprocmodref

Displays the module list referenced (explicitly or implicitly) by a process, i.e. the list of modules which are linked with the process executable or loaded by calling LoadLibrary(). The list is kept in load order. The first three modules are always HAL extension, Subsystem, and the process itself.

Syntax

!rtprocmodref<process>

Parameters

process

RTSS process object address.

Remarks

For a glossary of common terms found in command output, see RTX64 WinDbg Extension Commands Glossary.

This command is supported for:

Examples

rtprocmodref with a valid process object address

!rtprocmodref 0xfffffa80055b2000

Reference descriptor:     0xfffffa800821ab60    Descriptor flags:  0x00000000
Module descriptor:        0xfffffa80082c7b10    Module file name:  Rtx_Rtss.sys
Pointer to RTDLL object:  0x0000000000000000
		
Reference descriptor:     0xfffffa80050e7350    Descriptor flags:  0x00000000
Module descriptor:        0xfffffa80050de2e0    Module file name:  Rtx_Halext.sys
Pointer to RTDLL object:  0x0000000000000000

Related topics: