Module Information CeDebugX Commands (Compact 2013)
3/26/2014
This topic covers CeDebugX commands for obtaining module information. The following table 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. |