Module Information (Windows Embedded CE 6.0)
1/5/2010
This topic covers CeDebugX commands for obtaining module information. The following shows these commands.
Command | Description | Parameters |
---|---|---|
!module <module> |
Displays detailed information for the module identified by name or module object pointer. |
<module> Name of the module or a pointer to the MODULE structure. The MODULE pointer for a module can be found by using the |
!modlist <process> <sort order> !modlist all <sort order> |
Displays summary information for all currently loaded modules. |
<process> Lists modules loaded by the given process. This can be a process name, handle, or ID. See the all Lists modules loaded by each process in the system. <sort order> (optional) This can be any one of the following values: name Sort by module name. va Sort by module load address. ptr Sort by pointer to a kernel object. |