Advanced Debugging
About AdvDbg Consult Train Services Products Tools Community Contact  
欢迎光临 高端调试 登录 | 注册 | FAQ
 
  ACPI调试
Linux内核调试
Windows内核调试
 
  调试战役
调试原理
新工具观察
 
  Linux
Windows Vista
Windows
 
  Linux驱动
WDF
WDM
 
  PCI Express
PCI/PCI-X
USB
无线通信协议
 
  64位CPU
ARM
IA-32
  CPU Info Center
 
  ACPI标准
系统认证
Desktop
服务器
 
  Embedded Linux
嵌入式开发工具
VxWorks
WinCE
嵌入式Windows
 
  格蠹调试套件(GDK)
  格蠹学院
  小朱书店
  老雷的微博
  《软件调试》
  《格蠹汇编》
  《软件调试(第二版)》
沪ICP备11027180号-1

Windows内核调试

帖子发起人: yushang   发起时间: 2009-08-11 14:23 下午   回复: 2

Print Search
帖子排序:    
   2009-08-11, 14:23 下午
yushang 离线,最后访问时间: 2010/2/23 20:01:13 yushang

发帖数前50位
注册: 2009-08-10
发 贴: 27
nt!MmSessionSpace
Reply Quote
这是一个什么结构啊
IP 地址: 已记录   报告
   2009-08-12, 09:07 上午
WANGyu 离线,最后访问时间: 2012/9/10 3:34:00 王宇

发帖数前10位
男
注册: 2007-05-08
发 贴: 306
Re: nt!MmSessionSpace
Reply Quote
\mm\mi.h

extern PMM_SESSION_SPACE MmSessionSpace;

0: kd> dt nt!_MM_SESSION_SPACE
+0x000 ReferenceCount : Uint4B
+0x004 u : __unnamed
+0x008 SessionId : Uint4B
+0x00c SessionPageDirectoryIndex : Uint4B
+0x010 GlobalVirtualAddress : Ptr32 _MM_SESSION_SPACE
+0x014 ProcessList : _LIST_ENTRY
+0x01c NonPagedPoolBytes : Uint4B
+0x020 PagedPoolBytes : Uint4B
+0x024 NonPagedPoolAllocations : Uint4B
+0x028 PagedPoolAllocations : Uint4B
+0x02c NonPagablePages : Uint4B
+0x030 CommittedPages : Uint4B
+0x038 LastProcessSwappedOutTime : _LARGE_INTEGER
+0x040 PageTables : Ptr32 _MMPTE
+0x044 PagedPoolMutex : _FAST_MUTEX
+0x064 PagedPoolStart : Ptr32 Void
+0x068 PagedPoolEnd : Ptr32 Void
+0x06c PagedPoolBasePde : Ptr32 _MMPTE
+0x070 PagedPoolInfo : _MM_PAGED_POOL_INFO
+0x094 Color : Uint4B
+0x098 ProcessOutSwapCount : Uint4B
+0x09c ImageList : _LIST_ENTRY
+0x0a4 GlobalPteEntry : Ptr32 _MMPTE
+0x0a8 CopyOnWriteCount : Uint4B
+0x0ac SessionPoolAllocationFailures : [4] Uint4B
+0x0bc AttachCount : Uint4B
+0x0c0 AttachEvent : _KEVENT
+0x0d0 LastProcess : Ptr32 _EPROCESS
+0x0d8 Vm : _MMSUPPORT
+0x118 Wsle : Ptr32 _MMWSLE
+0x11c WsLock : _ERESOURCE
+0x154 WsListEntry : _LIST_ENTRY
+0x15c Session : _MMSESSION
+0x198 Win32KDriverObject : _DRIVER_OBJECT
+0x240 WorkingSetLockOwner : Ptr32 _ETHREAD
+0x244 PagedPool : _POOL_DESCRIPTOR
+0x126c ProcessReferenceToSession : Int4B
+0x1270 LocaleId : Uint4B

IP 地址: 已记录   报告
   2010-05-17, 22:37 下午
yushang 离线,最后访问时间: 2010/2/23 20:01:13 yushang

发帖数前50位
注册: 2009-08-10
发 贴: 27
Re: nt!MmSessionSpace
Reply Quote
感谢感谢
IP 地址: 已记录   报告
高端调试 » 软件调试 » Windows内核调试 » nt!MmSessionSpace

 
Legal Notice Privacy Statement Corporate Governance Corporate Governance
(C)2004-2020 ADVDBG.ORG All Rights Reserved.