设为首页 收藏本站
查看: 750|回复: 0

[经验分享] windows 2003 几个未公开结构 EPROCESS ETHREAD

[复制链接]
累计签到:1 天
连续签到:1 天
发表于 2015-11-2 12:27:15 | 显示全部楼层 |阅读模式
  我装了xp,vista,  就是2003的没办法。。。找到个eprocess,ethread也比什么都没有好 DSC0000.gif
  Windows Server 2003 Kernel Version 3790 (Service Pack 1) UP Free x86 compatible
Product: Server, suite: Enterprise TerminalServer SingleUserTS
Built by: 3790.srv03_sp1_rtm.050324-1447
  struct _ETHREAD
    +0x000 Tcb               : _KTHREAD
    +0x1b8 CreateTime        : _LARGE_INTEGER
    +0x1c0 ExitTime          : _LARGE_INTEGER
    +0x1c0 LpcReplyChain     : _LIST_ENTRY
    +0x1c0 KeyedWaitChain    : _LIST_ENTRY
    +0x1c8 ExitStatus        : Int4B
    +0x1c8 OfsChain          : Ptr32 Void
    +0x1cc PostBlockList     : _LIST_ENTRY
    +0x1d4 TerminationPort  : Ptr32 _TERMINATION_PORT
    +0x1d4 ReaperLink        : Ptr32 _ETHREAD
    +0x1d4 KeyedWaitValue    : Ptr32 Void
    +0x1d8 ActiveTimerListLock : Uint4B
    +0x1dc ActiveTimerListHead : _LIST_ENTRY
    +0x1e4 Cid               : _CLIENT_ID
    +0x1ec LpcReplySemaphore : _KSEMAPHORE
    +0x1ec KeyedWaitSemaphore : _KSEMAPHORE
    +0x200 LpcReplyMessage  : Ptr32 Void
    +0x200 LpcWaitingOnPort : Ptr32 Void
    +0x204 ImpersonationInfo : Ptr32 _PS_IMPERSONATION_INFORMATION
    +0x208 IrpList           : _LIST_ENTRY
    +0x210 TopLevelIrp       : Uint4B
    +0x214 DeviceToVerify    : Ptr32 _DEVICE_OBJECT
    +0x218 ThreadsProcess    : Ptr32 _EPROCESS
    +0x21c StartAddress      : Ptr32 Void
    +0x220 Win32StartAddress : Ptr32 Void
    +0x220 LpcReceivedMessageId : Uint4B
    +0x224 ThreadListEntry  : _LIST_ENTRY
    +0x22c RundownProtect    : _EX_RUNDOWN_REF
    +0x230 ThreadLock        : _EX_PUSH_LOCK
    +0x234 LpcReplyMessageId : Uint4B
    +0x238 ReadClusterSize  : Uint4B
    +0x23c GrantedAccess     : Uint4B
    +0x240 CrossThreadFlags : Uint4B
    +0x240 Terminated        : Pos 0, 1 Bit
    +0x240 DeadThread        : Pos 1, 1 Bit
    +0x240 HideFromDebugger : Pos 2, 1 Bit
    +0x240 ActiveImpersonationInfo : Pos 3, 1 Bit
    +0x240 SystemThread      : Pos 4, 1 Bit
    +0x240 HardErrorsAreDisabled : Pos 5, 1 Bit
    +0x240 BreakOnTermination : Pos 6, 1 Bit
    +0x240 SkipCreationMsg  : Pos 7, 1 Bit
    +0x240 SkipTerminationMsg : Pos 8, 1 Bit
    +0x244 SameThreadPassiveFlags : Uint4B
    +0x244 ActiveExWorker    : Pos 0, 1 Bit
    +0x244 ExWorkerCanWaitUser : Pos 1, 1 Bit
    +0x244 MemoryMaker       : Pos 2, 1 Bit
    +0x244 KeyedEventInUse  : Pos 3, 1 Bit
    +0x248 SameThreadApcFlags : Uint4B
    +0x248 LpcReceivedMsgIdValid : Pos 0, 1 Bit
    +0x248 LpcExitThreadCalled : Pos 1, 1 Bit
    +0x248 AddressSpaceOwner : Pos 2, 1 Bit
    +0x248 OwnsProcessWorkingSetExclusive : Pos 3, 1 Bit
    +0x248 OwnsProcessWorkingSetShared : Pos 4, 1 Bit
    +0x248 OwnsSystemWorkingSetExclusive : Pos 5, 1 Bit
    +0x248 OwnsSystemWorkingSetShared : Pos 6, 1 Bit
    +0x248 OwnsSessionWorkingSetExclusive : Pos 7, 1 Bit
    +0x249 OwnsSessionWorkingSetShared : Pos 0, 1 Bit
    +0x249 ApcNeeded         : Pos 1, 1 Bit
    +0x24c ForwardClusterOnly : UChar
    +0x24d DisablePageFaultClustering : UChar
    +0x24e ActiveFaultCount : UChar
struct _EPROCESS
    +0x000 Pcb               : _KPROCESS
    +0x078 ProcessLock       : _EX_PUSH_LOCK
    +0x080 CreateTime        : _LARGE_INTEGER
    +0x088 ExitTime          : _LARGE_INTEGER
    +0x090 RundownProtect    : _EX_RUNDOWN_REF
    +0x094 UniqueProcessId  : Ptr32 Void
    +0x098 ActiveProcessLinks : _LIST_ENTRY
    +0x0a0 QuotaUsage        : [3] Uint4B
    +0x0ac QuotaPeak         : [3] Uint4B
    +0x0b8 CommitCharge      : Uint4B
    +0x0bc PeakVirtualSize  : Uint4B
    +0x0c0 VirtualSize       : Uint4B
    +0x0c4 SessionProcessLinks : _LIST_ENTRY
    +0x0cc DebugPort         : Ptr32 Void
    +0x0d0 ExceptionPort     : Ptr32 Void
    +0x0d4 ObjectTable       : Ptr32 _HANDLE_TAB
    +0x0d8 Token             : _EX_FAST_REF
    +0x0dc WorkingSetPage    : Uint4B
    +0x0e0 AddressCreationLock : _KGUARDED_MUTE
    +0x100 HyperSpaceLock    : Uint4B
    +0x104 ForkInProgress    : Ptr32 _ETHREAD
    +0x108 HardwareTrigger  : Uint4B
    +0x10c PhysicalVadRoot  : Ptr32 _MM_AVL_TAB
    +0x110 CloneRoot         : Ptr32 Void
    +0x114 NumberOfPrivatePages : Uint4B
    +0x118 NumberOfLockedPages : Uint4B
    +0x11c Win32Process      : Ptr32 Void
    +0x120 Job               : Ptr32 _EJOB
    +0x124 SectionObject     : Ptr32 Void
    +0x128 SectionBaseAddress : Ptr32 Void
    +0x12c QuotaBlock        : Ptr32 _EPROCESS_Q
    +0x130 WorkingSetWatch  : Ptr32 _PAGEFAULT_
    +0x134 Win32WindowStation : Ptr32 Void
    +0x138 InheritedFromUniqueProcessId : Ptr32
    +0x13c LdtInformation    : Ptr32 Void
    +0x140 VadFreeHint       : Ptr32 Void
    +0x144 VdmObjects        : Ptr32 Void
    +0x148 DeviceMap         : Ptr32 Void
    +0x14c Spare0            : [3] Ptr32 Void
    +0x158 PageDirectoryPte : _HARDWARE_PTE
    +0x158 Filler            : Uint8B
    +0x160 Session           : Ptr32 Void
    +0x164 ImageFileName     : [16] UChar
    +0x174 JobLinks          : _LIST_ENTRY
    +0x17c LockedPagesList  : Ptr32 Void
    +0x180 ThreadListHead    : _LIST_ENTRY
    +0x188 SecurityPort      : Ptr32 Void
    +0x18c PaeTop            : Ptr32 Void
    +0x190 ActiveThreads     : Uint4B
    +0x194 GrantedAccess     : Uint4B
    +0x198 DefaultHardErrorProcessing : Uint4B
    +0x19c LastThreadExitStatus : Int4B
    +0x1a0 Peb               : Ptr32 _PEB
    +0x1a4 PrefetchTrace     : _EX_FAST_REF
    +0x1a8 ReadOperationCount : _LARGE_INTEGER
    +0x1b0 WriteOperationCount : _LARGE_INTEGER
    +0x1b8 OtherOperationCount : _LARGE_INTEGER
    +0x1c0 ReadTransferCount : _LARGE_INTEGER
    +0x1c8 WriteTransferCount : _LARGE_INTEGER
    +0x1d0 OtherTransferCount : _LARGE_INTEGER
    +0x1d8 CommitChargeLimit : Uint4B
    +0x1dc CommitChargePeak : Uint4B
    +0x1e0 AweInfo           : Ptr32 Void
    +0x1e4 SeAuditProcessCreationInfo : _SE_AUD
    +0x1e8 Vm                : _MMSUPPORT
    +0x230 MmProcessLinks    : _LIST_ENTRY
    +0x238 ModifiedPageCount : Uint4B
    +0x23c JobStatus         : Uint4B
    +0x240 Flags             : Uint4B
    +0x240 CreateReported    : Pos 0, 1 Bit
    +0x240 NoDebugInherit    : Pos 1, 1 Bit
    +0x240 ProcessExiting    : Pos 2, 1 Bit
    +0x240 ProcessDelete     : Pos 3, 1 Bit
    +0x240 Wow64SplitPages  : Pos 4, 1 Bit
    +0x240 VmDeleted         : Pos 5, 1 Bit
    +0x240 OutswapEnabled    : Pos 6, 1 Bit
    +0x240 Outswapped        : Pos 7, 1 Bit
    +0x240 ForkFailed        : Pos 8, 1 Bit
    +0x240 Wow64VaSpace4Gb  : Pos 9, 1 Bit
    +0x240 AddressSpaceInitialized : Pos 10, 2
    +0x240 SetTimerResolution : Pos 12, 1 Bit
    +0x240 BreakOnTermination : Pos 13, 1 Bit
    +0x240 SessionCreationUnderway : Pos 14, 1
    +0x240 WriteWatch        : Pos 15, 1 Bit
    +0x240 ProcessInSession : Pos 16, 1 Bit
    +0x240 OverrideAddressSpace : Pos 17, 1 Bit
    +0x240 HasAddressSpace  : Pos 18, 1 Bit
    +0x240 LaunchPrefetched : Pos 19, 1 Bit
    +0x240 InjectInpageErrors : Pos 20, 1 Bit
    +0x240 VmTopDown         : Pos 21, 1 Bit
    +0x240 ImageNotifyDone  : Pos 22, 1 Bit
    +0x240 PdeUpdateNeeded  : Pos 23, 1 Bit
    +0x240 VdmAllowed        : Pos 24, 1 Bit
    +0x240 SmapAllowed       : Pos 25, 1 Bit
    +0x240 CreateFailed      : Pos 26, 1 Bit
    +0x240 DefaultIoPriority : Pos 27, 3 Bits
    +0x240 Spare1            : Pos 30, 1 Bit
    +0x240 Spare2            : Pos 31, 1 Bit
    +0x244 ExitStatus        : Int4B
    +0x248 NextPageColor     : Uint2B
    +0x24a SubSystemMinorVersion : UChar
    +0x24b SubSystemMajorVersion : UChar
    +0x24a SubSystemVersion : Uint2B
    +0x24c PriorityClass     : UChar
    +0x250 VadRoot           : _MM_AVL_TABLE
    +0x270 Cookie            : Uint4B

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-134078-1-1.html 上篇帖子: windows 2003最完善最完美的权限及安全设置解决方案 下篇帖子: windows 2003 登陆 锁屏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表